lims Posted January 23, 2019 Share Posted January 23, 2019 i get error access admin/systemcleanup.php with old database PDOException: SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operation 'UNION' in /vendor/illuminate/database/Connection.php:333 Stack trace: #0 /vendor/illuminate/database/Connection.php(333): PDO->prepare('(select `attach...') when try fresh install with new database its work can someone help fixed ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 23, 2019 WHMCS Support Manager Share Posted January 23, 2019 Hi @lims, This suggests there are tables in your MySQL database with different collations. The full stack trace should contain more information. Hazarding a guess I'd say tblticketmaillog, tbltickets and tblticketreplies. This guide addresses the problem with some examples: https://help.whmcs.com/m/85428/l/797626-troubleshooting-a-blank-admin-dashboard-after-update 0 Quote Link to comment Share on other sites More sharing options...
lims Posted January 24, 2019 Author Share Posted January 24, 2019 5 hours ago, WHMCS John said: Hi @lims, This suggests there are tables in your MySQL database with different collations. The full stack trace should contain more information. Hazarding a guess I'd say tblticketmaillog, tbltickets and tblticketreplies. This guide addresses the problem with some examples: https://help.whmcs.com/m/85428/l/797626-troubleshooting-a-blank-admin-dashboard-after-update thank you john, my issues was fixed with this solution all tables now set to utf8_unicode_ci; ALTER TABLE tblorders CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted January 24, 2019 Share Posted January 24, 2019 Glad to hear its sorted @lims 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.