By hesnodgrass on
Hello all,
I am setting up drupal for the radio station module usage. After Installation I get the following error:
user warning: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' query: SELECT aa.aid, a.type FROM trigger_assignments aa LEFT JOIN actions a ON aa.aid = a.aid WHERE aa.hook = 'cron' AND aa.op = 'run' ORDER BY weight in /home/wxlv/public_html/online/modules/trigger/trigger.module on line 146.
Does anyone know how to correct this?
Also it is telling me to diable PHP register_globals. How can I do this on a site that I have hosted on a shared server?
Thanks all
Harry