Thank You Xdemianx and All other DrupalFun members. I have another question

Status: 
Open
Question: 

I created a Panel Page using Panels2 on my live production site. After choosing the Layout I get the following error message. Please what does it mean.I am new to Drupal , webdesign, HTML, CSS and all that.Below you will find the error message I get.

I am trying to build a site where Actors, Cameramen, and all the people involved in the film industry will come and volunteer to take part and produce a film that will be used to raise fmoney for the education and upkeep of some kids in an orphange. The website is at www.filmforfree.org.
Below is the error message I get.

user warning: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' query: SELECT s.uid, c.updated FROM ctools_object_cache c INNER JOIN sessions s ON c.sid = s.sid WHERE s.sid != '78344d7f605b1766dfdfaaf85c6d4cb8' AND c.obj = 'delegator_page' AND c.name = 'volunteers_profile' ORDER BY c.updated ASC in /home/filmforf/public_html/sites/all/modules/ctools/includes/object-cache.inc on line 92.
What does it mean and how can I remove it?

Responses

1. Sounds like Mysql

im not sure about it but it seems to be a mysql side issue, like the error said you have a mix of collations at your database. by the way, is that a drupal 6 site? why dont you update your panels and ctools modules? also i would recomend to check your mysql databases collations i always set mines to utf8_general_ci, hope this helps