xylerfox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin siteHello everyone who has helped me!
My friend who’s a web designer helped me debug the error. It is and isn’t an issue with WordPress.
I set security headers in my Reverse Proxy server, and it didn’t have “unsafe-eval” in it. The web browser gave us the hint as to what was going on. Once I added that to the reverse proxy, everything worked amazingly. Everything’s loaded now.
Thank you so much to everyone who gave me tips. ??- This reply was modified 1 month ago by xylerfox.
Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin siteHello @wpmudevsupport16,
The debug logs aren’t showing much more than what I already posted. And the Health Check & Troubleshooting plugin is disabled, it’s the built-in health check app which is throwing the errors in the logs.Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin site@threadi none after that or before that.
Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin site@threadi Here’s what my wp-config looks like at the bottom of the document:
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin site@wpmudevsupport11 I figured that part out. It actually was my browser that just stopped accepting the SSL Certificate from my reverse proxy server for some reason.
As for everyone else’s help. Thank you very much, but even the error logs weren’t generating properly. Once I finally got them going, it’s telling me the following:[30-Jan-2025 20:40:20 UTC] Automatic updates starting…
[30-Jan-2025 20:40:21 UTC] Automatic updates complete.
[30-Jan-2025 20:40:22 UTC] PHP Deprecated: Function wp_update_https_detection_errors is deprecated since version 6.4.0 with no alternative available. in /webapps/wordpress/wp-includes/functions.php on line 6114
[30-Jan-2025 20:49:52 UTC] PHP Fatal error: Uncaught RuntimeException: SplFileInfo::isFile(): open_basedir restriction in effect. File(/webapps/wordpress/..) is not within the allowed path(s): (/webapps/wordpress/:/usr/lib/php/:/tmp/) in /webapps/wordpress/wp-content/plugins/health-check/HealthCheck/Tools/class-health-check-files-integrity.php:131
Stack trace: 0 /webapps/wordpress/wp-content/plugins/health-check/HealthCheck/Tools/class-health-check-files-integrity.php(131): SplFileInfo->isFile() 1 /webapps/wordpress/wp-content/plugins/health-check/HealthCheck/Tools/class-health-check-files-integrity.php(39): Health_Check_Files_Integrity->parse_checksum_results() 2 /webapps/wordpress/wp-includes/class-wp-hook.php(324): Health_Check_Files_Integrity->run_files_integrity_check() 3 /webapps/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /webapps/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /webapps/wordpress/wp-admin/admin-ajax.php(192): do_action() 6 {main}thrown in /webapps/wordpress/wp-content/plugins/health-check/HealthCheck/Tools/class-health-check-files-integrity.php on line 131
[01-Feb-2025 18:01:25 UTC] Automatic updates starting…
[01-Feb-2025 18:01:26 UTC] Automatic updates complete.Edit: I’ve since also swapped to Debian from Arch, thinking that was maybe the error, but nope. It’s doing the exact same on Debian.
- This reply was modified 1 month, 1 week ago by xylerfox.
Forum: Fixing WordPress
In reply to: Odd issues with the wp-admin siteWelp.
I can’t diagnose this error further, as I for some reason broke something else in the web server, and it’s no longer displaying my website at all. I don’t know what’s going on. I reverted any changes I thought I did, but there’s still no more website being displayed…
Before I broke it, I was diagnosing a potential php error.