Jump to content

Blank admin dashboard after 7.3 update


Recommended Posts

I got this error in the SQL log

Smarty Error: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' (SQL: select count(`tblorders`.`id`) as aggregate from `tblorders` inner join `tblorderstatuses` on `tblorders`.`status` = `tblorderstatuses`.`title` where `tblorderstatuses`.`showpending` = 1)

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi @7webcreator,

I've split your post into a new topic as you are reporting a different issue to the OP.

To resolve this error, please perform this command on your WHMCS database using a tool such as phpmyadmin or directly on the MySQL command line:

ALTER TABLE tblorders CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;

More information: http://help.whmcs.com/m/72132/l/797626-troubleshooting-a-blank-admin-dashboard-after-update

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated