• Hello. Today I wake up and my website is not working. The home page loads fine, but any other pages don’t, including admin access. Other server sites work fine, but they don’t use Wordpess. I have not modified configurations, permissions or plugins, nor have I made any updates. Yesterday I uploaded content and everything was working perfectly.
    What I can do? I have FTP access to the server, and also SSH, but it’s my first time managing WordPress so I don’t even know what to look at. I generally use other platforms.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please go to wp-config.php file and replace that code

    define('WP_DEBUG', false);

    with this one

    define('WP_DEBUG', true);

    Because I want to check exact errors

    Thread Starter mcataldi

    (@mcataldi)

    Hi @jawad1234 , thx!

    I already modified the line you asked for. Now when entering the website, the screen goes blank.
    By the way, I checked the use of the server’s resources, in case it was a memory problem or crash, and everything would be working perfectly in that regard.

    Thread Starter mcataldi

    (@mcataldi)

    Hi. UPDATE:

    Show this error:
    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in?/var/www/html/wp-includes/class-wpdb.php?on line?1793

    So, I did the following:
    I put this line in wp-config: define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    I modified the php.ini file like this: memory_limit = 256M
    I edited the .htaccess file like this: php_value memory_limit 256M (in the last line before #END WordPress)

    But doesn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 error in subpages’ is closed to new replies.