Hey! I am somewhat of a seasoned developer but I have never debugged wordpress. Have a friend with a broken EasyWP site. I made some progress locally.
– WP running on 5.4.12
– PHP8 on EasyWP
– Enabling debugging did not produce any logs
I fixed it locally by:
– downloading database
– downloading site pages
– deployed docker container with php8
– deployed mysql and imported database
– Removed a broken plugin
– Updated to latest wordpress by replacing `wp-includes`, `wp-admin` and the root files with `wp-6.1`
The site **works** locally now but when I do the same process on the deployed EasyWP instance. It still does not work and the error is `There has been a critical error on your website`.
I tried also renaming plugins to oldplugins. No change.
Any help is welcome.
[ad_2]