Home Forums WordPress Plugins Hide My WP PHP Fatal error: Allowed memory size of 134217728

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8240
    emilios
    Post count: 2

    My theme have profile page.
    http://www.mydomain.com/profile
    Blank page !!!
    error_log
    [01-Mar-2016 17:58:22 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/dealtoda/public_html/wp-includes/taxonomy.php on line 1858
    [01-Mar-2016 17:58:22 UTC] PHP Fatal error: Call to a member function get() on a non-object in /home/dealtoda/public_html/wp-includes/cache.php on line 123

    #8241
    Suman M.
    Post count: 12480

    Hi, is this issue only when HMWP is active? Can you please try adding the following line in your site’s wp-config.php file:

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    Note: it has to be put before wp-settings.php inclusion.

    #8242
    emilios
    Post count: 2

    Hi
    HMWP is inactive .

    adding the : define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    but nothing
    the problem still remains

    #8243
    emilios
    Post count: 2

    I have the cache –> WP Rocket

    #8245
    Suman M.
    Post count: 12480

    As you said HMWP is inactive, so this is not related to HMWP. Please try deactivating other plugins one at a time and see if it works. Let us know.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.