• One day it was there and the next day it was gone. I have two urls that both go to the same site but different landing pages. The other one is https://thefabricthread.com/writers-page/. They are both gone.

    I get this message:

    Error thrown

    Attempt to modify property “admin_notices” on null

    I have no idea what to do. I am not a web designer or coder.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to wp-content/plugins.Rename each plugin folder (e.g., plugin-name-disabled) to deactivate them.Check your site. If it works, reactivate plugins one by one to find the culprit.

    Go to wp-content/themes.Rename your active theme folder (e.g., theme-name-disabled).WordPress will switch to a default theme (like twentytwentyfour).Check if this resolves the issue.

    I can replicate the issue when I visit the URLs that you’ve shared.

    The issue looks related to the PHP incompatibility with some theme or plugin on your site. It looks like you are unable to login to the WP Admin as well.

    In this case, you can reach out to your hosting support to see if they can share the error log which can point you to the plugin/theme responsible. And check with them if the PHP is setup and configured correctly for the site. (Seems like you are using HostGator, you can contact their support)

    Alternatively, you can make a full backup of your site via your hosting panel and then enable debug logging on to your site by following the guide https://developer.www.ads-software.com/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

    Once done, you can visit the homepage and this would log the errors on the debug.log file which will be located in /wp-content/ directory. https://developer.www.ads-software.com/advanced-administration/debug/debug-wordpress/#wp_debug_log

    This will help you narrow down what could be causing this issue. If you need more help understanding the error, you can share it here to get an idea as to what it could be related to.

    Regards,
    Saurabh

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.