Jump to content

get error admin/systemcleanup.php


lims

Recommended Posts

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 ?

Link to comment
Share on other sites

  • WHMCS Support Manager

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

 

Link to comment
Share on other sites

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;

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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