I have an issue whenever I try to enable Trigger on 7.0. I have tried it in many situations and always seem to get the same error. Right now I have Trigger enabled to work with the Maestro module and this is the error I am getting:

"PDOException: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=': SELECT ta.aid, a.type, a.label FROM {trigger_assignments} ta LEFT JOIN {actions} a ON ta.aid = a.aid WHERE ta.hook = :hook ORDER BY ta.weight; Array ( [:hook] => node_view ) in trigger_get_assigned_actions() (line 170 of /home/squidpeg/public_html/ckcontentservices.com/writers/modules/trigger/trigger.module)."

I am fairly new to Drupal in general, so I am not sure what the problem is and why it keeps happening. Any suggestions?