I moved a Drupal installation and set it up as a secondary Drupal installation in the htdocs file. The following appears at the top of every page:

Notice: unserialize() [function.unserialize]: Error at offset 18 of 18 bytes in C:\Program Files\Apache Group\Apache2\htdocs\vrc\includes\bootstrap.inc on line 390

Then, when trying to copy this error message, the home page gives me another error:

XML Parsing Error: not well-formed
Location: http://localhost/vrc/
Line Number 65, Column 32:

//this sets up the mouseover & mouseout to paus on the main element

I have never seen these errors before.

Please help!

thanks

mrweaver

Comments

mattrweaver’s picture

This problem occurs with the main page, but not specific nodes. It seems to occur after I clicked on my logo that links to the homepage, and another time when I clicked on the "Home" breadcrumb.

I had problems with cache_page table when I moved it because of the content in the database. By removing that data, did I create this problem? The original site is not showing any of these problems.

Finished products are for decadent minds. -- Isaac Asimov

Finished products are for decadent minds. -- Isaac Asimov

summit’s picture

Hi, I have the same problem:

PHP Notice:  unserialize() [<a href='function.unserialize'>function.unserialize</a>]: Error at offset 2 of 936 bytes in public_html/includes/bootstrap.inc on line 390

Please assist
greetings,
Martijn

silentflight’s picture

I am getting a similar issue and have been trying to find a solution for ages - everthing that dicusses this issues seems to get no response.

Any assistance would be greatly appreciated.

The returned error i am getting in the admin area when updating information and occasionally when navigating areas in the admin is:

Notice: unserialize() [function.unserialize]: Error at offset 2 of 42 bytes in /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc on line 390

Warning: Cannot modify header information - headers already sent by (output started at /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc:390) in /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc:390) in /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc:390) in /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc:390) in /clientdata/www/au/a/arrivealive.vic.gov.au/includes/bootstrap.inc on line 534

Thanks in advance

edvanleeuwen’s picture

I had problems with this as well, after I imported a MySQL backup. It seems that you have to be sure which character set to use for exporting and importing. I had several words with diacritics which caused this.

In my case I determined which variables had words with diacritics (e.g. the Dutch words 'Enquête' or 'kopiëren') which were messed up. After replacing them with the proper words, the error message vanished.

Best regards,

Ed