• Hi,
    Can any one help me in giving solution on how to eliminate the below error –
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/petigar1/public_html/wp-includes/class-wp-admin-bar.php on line 39

    I have also created php.ini file with the below settings and uploaded on the root –
    memory_limit = 128M;
    max_execution_time = 45M;
    upload_max_filesize = 10M;
    post_max_size = 20M;

    Thanks for your help in advance…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The php.ini is probably not used when stored in the document root. It needs to be in the settings dir of the apache/php installation.

    Try to rename it to “.user.ini” as this is the filename of a per-user configuration file.

    Thread Starter srp66

    (@srp66)

    Many Thanks Daniel – It worked…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error’ is closed to new replies.