Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863470

    matthewsparks75
    Participant

    Hello, I installed X Theme and Church demo content. Now when I try to go to any admin page, I am getting:
    Fatal error: Out of memory (allocated 58982400) (tried to allocate 2048 bytes) in /homepages/16/d528840350/htdocs/osl/wp-includes/class-wp-user.php on line 489

    #863818

    Thai
    Moderator

    Hi There,

    Could you please try adding the following code into your wp-config.php file in the root of your WordPress installation.

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    If that doesn’t help, please provide us with your FTP login credentials to check your current setup.

    Thanks!

    #863846

    matthewsparks75
    Participant
    This reply has been marked as private.
    #864356

    Christopher
    Moderator

    Hi there,

    Thanks for writing in !

    This setting may not work if your host does not allow for increasing the PHP memory limit in that event, please contact your host to increase the PHP memory limit.

    Hope that helps.