WSoD in different pages + debug not working
-
**WordPress version:** 5.2.2
**OS used:** Debian 9
**Php version:** 7.0.33-0+deb9u3
**MySQL version:** 5.5.5.5-10.1.1.38-MariaDB-0+deb9u1
**Aapache version:** 2.4.25Hello,
I tried this morning to install WordPress on my vps (I use it for the first time), manually by downloading the .zip file. The configuration went well, the site seems to be working. But for reasons I don’t know, the theme preview (for menu customization) is completely white, and according to my browser console, an error “Load denied by X-Frame-Options: https://zrunner.me/minecon/?customize_changeset_uuid=7e5ca4d…&customize_theme=avira&customize_messenger_channel=preview-0_changeset_uuid=7e5ca4d…&customize_theme=avira&customize_messenger_channel=preview-0 does not permit framing” appears in red.In addition, the preview of the articles does not work any more, I only see the loading logo running in a loop, with two errors in the console (see https://image.noelshack.com/fichiers/2019/29/2/1563298812-capture-d-ecran-2019-07-16-a-19-39-54.png).
I don’t know if it’s related, but I also noticed that the “More details” button on the plugin addition page only gave a white rectangle. If I want to see these details, I have to Right click > Open in a new tab… no matter what plugin it is.
It should also be noted that in the configuration of the site, the WordPress web address is different from the site’s web address, respectively https://zrunner.me/wordpress and https://zrunner.me/wordpress The /var/www/html/minecon folder contains only the index.php file, copied from the wordpress folder as indicated in the documentation. Oh and I tried both with Firefox and Safari, up to date.
Now, what I’ve been trying to do:
- put a chown for the user “www-data” on the folder …/html and recursively. It fixed some errors, but not the ones I listed here.
- access the .htaccess file… except that it doesn’t exist anywhere (with the
ls -a
cmd). I tried to create it myself in the folders …/html, …/html/wordpress and …/html/minecon, without success. And WordPress tells me that it can’t edit it, according to the permalinks page. - move the file wp-config.php from the wordpress folder to the minecon folder. WordPress immediately complained that it no longer existed, and nothing was working, so I cancelled.
- set the parameters ‘WP_DEBUG’ and ‘WP_DEBUG_LOG’ to ‘true’ in the config file. It hasn’t changed anything, there’s still no log in the wordpress/wp-content folder.
- install the php extensions that were missing according to the “site health” page. Other than the problem of cropping images, it didn’t fix anything.
- uninstall the extensions and restore the default theme. I had no extension, and no matter what the theme, the problems remain
- install the “Health Check & Troubleshooting” extension. I have more info in the “site health” section, but the debug mode doesn’t work, when I press the button it redirects me to the home without changing anything, and I can click as many times as I want without seeing anything.
I think I have exhausted here the majority of the solutions I found on the internet and on the forum, and I lack ideas… without log files it is difficult to understand exactly where the error is.
If I have left out any information, feel free to ask for it, I would be happy to give it to you.A big thank you to those who will take the time to help me, as some friends have already tried for a few hours…
- The topic ‘WSoD in different pages + debug not working’ is closed to new replies.