Hello,

I've been using Drupal for a while now at www.superday.be/Drupal (hosted by One.com) and suddenly this page shows a lot of error messages that I don't understand. Could you please help me solve this issue?

Thanks in advance for your precious help,

Rodolphe (rodverha at vub.ac.be)

Comments

benevolent001’s picture

it seems you made some changes in include files folder , or something in theme include code just make sure what changes did you made last time

Steven’s picture

Your server upgraded form MySQL 4.0 or lower to MySQL 4.1 or higher, without correctly updating the character sets for the tables. You need to dump the data, change the CHARSET statements to UTF-8 (without actually converting any of the data) and re-import it.

--
If you have a problem, please search before posting a question.