Michael Legg
- Total activity 116
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by Michael Legg-
I blew away both PHP 7.4 and 8.1 and went back to 7.3 and now it all works fine. Ah .... the eternal conundrum ... do I want security or for things to actually work ?
-
Okay ... I found the error ... PHP Fatal error: Unable to start standard module in Unknown on line 0: /usr/local/cpanel/cgi-sys/ea-php74 PHP Fatal error: Unable to start standard module in Unkno...
-
Thanks for the idea. I've done that, now interestingly, 80% of my sites are down whether they run 7.4 nor 8.1. I can get static html pages to load from external domains though. This is bizarre! ...
-
Is the new interface supposed to be so slow? It literally takes 5 minutes or more to fully load.
-
have you tried another browser, maybe clear cache. do you have any websites running on the cPanel server you can check if there up ? EDIT: I was typing at the same time you were I guess, your up ...
-
Hmmm ... the solution seems to be wait 20 minutes and it magically comes back, albeit performing extremely slowly
-
That's definitely odd if there is nothing in the error log since last year. Even a restart of the service would show up there. If you do get a ticket created we'll be happy to take a look! I've...
-
In the file, which according to /etc/my.cnf on the webserver is supposed to be the error log, there is nothing since October last year.
-
It seems the Permission denied for MySQL configuration. Try: # chown mysql:adm /var/log/mysql/error.log # chown mysql:adm /var/log/mysql # chown root:syslog /var/log # chown root:root /var # chmod...
-
Maybe you need to check if MySQL is occupying the Port and firewall is not Denying it because Your problems seems to have related with Connection timed out. Try: lsof -i:3306 Check if MySQL has oc...