[ad_1]
Hello,
I moved my website here: from my old server to a new one.
I tried to make both as similar as possible but the old server is using Ubuntu and Cloudpanel.io and the new one is a centos7.4 cpanel server.
However they both have php 8.0 on them and the php settings are as similar as they can get.
Both have a memory limit of 256Mb, max exec time of 180sec and max_input_vars 10000
Both servers run php v8.0.
So when I transfer the website, make all typical changes in wp-config, the db and user for the db, along with the password, I get my website working just fine, but when I try to log into the backend (wp-admin) I get the White screen of Death and no admin panel.
The only thing I found was in the error log the following errors:
`[03-Oct-2022 15:53:31 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 15:53:31 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:08:42 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:08:43 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:08:43 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:08:43 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:08:43 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin
[03-Oct-2022 16:09:27 UTC] objectcache.critical: Failed to locate and load object cache API
[03-Oct-2022 16:09:27 UTC] objectcache.critical: Failed to locate and load Object Cache Pro plugin`
As much as I tried to troubleshoot that issue, It got me nowehere.
Here are some things I tried to do:
- Disabled all plugins. of course that broke the website but did not restore the wp-admin. I was still getting the WSOD there. I had to delete it after that and restore the backup cause I was unable to re-enable the plugins.
- Tried running this command:
find . -type d -print0 | xargs -0 chmod 0755 && find . -type f -print0 | xargs -0 chmod 0644
This should fix all the files’ righs and properties. I witnesed no change after that. - I used a brand new htaccess with only the most necessary parts in them like rewrite engine etc.
- Revisited wp-config and wp-settings files. Tried to find any part that had the absolute path in it. I found just one spot at the beginning of wp-config and I fixed that. No change.
Any ideas?
- This topic was modified 13 hours, 39 minutes ago by .
The page I need help with: [log in to see the link]