By mattrweaver on
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 elementI have never seen these errors before.
Please help!
thanks
mrweaver
Comments
Cache problem????????????
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
Hi, I have the same
Hi, I have the same problem:
Please assist
greetings,
Martijn
Similar issue
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:
Thanks in advance
I had problems with this as
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