I am getting weird cpses error messages on certain users. I have noticed the error when I create a new account in the last week. I thought it was related to the function I wrote to hook into the Account::Create - post hook but I do not think so now. It happens randomly when I create a new user - on average about 50% of the time.
When it happens it seems to stay broken on that account. I can reproduce it reliably by logging into the affected account using cPanel and then click on phpmyadmin. While cPanel redirects to phpmyadmin there is a message at the top of the screen that says:
When the error happens I get:
About a week ago I upgraded to MySQL 5.5.32 and then rebuilt PHP.
When it happens it seems to stay broken on that account. I can reproduce it reliably by logging into the affected account using cPanel and then click on phpmyadmin. While cPanel redirects to phpmyadmin there is a message at the top of the screen that says:
When the error happens I get:
Under normal conditions (when the bug does not happen) you get:You, "aaaa" are not authorized to access "cpses_aa4JfhySPo"
You, "aaaa" are not authorized to access "cpses_aaqRz7x4No"
You, "aaaa" are not authorized to access "cpses_aawy6IvBlu"
"aaaa_nbdj1"
The issue it is causing me is the function I wrote creates a Wordpress install after a new account is set up. The API I am using (I've tried both Softtacular and Installatron) tries to set up a new dbuser but is getting these warning messages returned instead. The Softtacular and Installatron API does not know what to do with the messages. Softacular just fails with a:Please be patient, you will be redirected in a moment...
nstallatron gives me a:The MySQL Connection could not be established.
Technical Error: You, “aaaa,” are not authorized to access “cpses_aa4JfhySPo”
You, “aaaa,” are not authorized to access “cpses_aaqRz7x4No”
You, “aaaa,” are not authorized to access “cpses_aawy6IvBlu”
`aaaa_fl5h1'
About a week ago I upgraded to MySQL 5.5.32 and then rebuilt PHP.
Last edited: