[ad_1]
OK, getting to the pulling my hair out point. I had to resurrect a site that had been hacked using a combination of backed up theme and uploads and new install WordPress (wp-content is mostly old unhacked files, wp-admin and wp-includes are brand new).
I now have access to my dashboard, that all seems normal, and the main page https://www.kneadery.com loads fine, but no other pages load. So the sub page simply comes up blank… no error message, no page not found, nothing. No error logs anywhere.
Here’s what I’ve tried to generate some error messages somewhere but so far with no luck:
At top of wp-config.php I have added:
ini_set(‘display_errors’, 1);
ini_set(‘display_startup_errors’, 1);
error_reporting(E_ALL);
In php.ini I have added this line:
display_errors = ON
In wp-config.php I have added:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
define( ‘SCRIPT_DEBUG’, true );
Other things I have tried which did not change anything:
1) Deactivated all plugins (not a plugin intensive site by any stretch), no change.
2) Updated all plugins
3) Switched to Twenty Twenty-Two theme, same result.
4) Checked Site Health, it seems pretty benign, only “critical” issue si I currently have WP_DEBUG set to true. wp-contant\debug.log file is empty. Rest of the recommended improvements are “You should remove inactive plugins”, “You should remove inactive themes”, “A scheduled event is late”, “The REST API did not behave correctly”, “Email domain issues detected”.
5) Went into permalinks and hit save to update everything
Site is running WordPress 6.0.2, on shared hosting in a subdirectory “wordpress” but the two .htaccess files (one in public_html, one in public_html/wordpress) appear configured correctly. PHP 7.4.
Any ideas?
Thanks in advance.
— Bass
The page I need help with: [log in to see the link]
