• I am simply in the admin section and when I try to do something I get this type of message. Can someone please help me

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71680 bytes) in /home/seniormasters/public_html/wp/wp-content/plugins/menu-icons/includes/library/icon-picker/includes/types/elusive.php on line 1208

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • add this to you wp-config.php file
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    if not solved then
    do it in php.ini
    memory_limit = 64M ;

    Thread Starter seniormasters

    (@seniormasters)

    Hi thank you for replying, am I being daft but cannot find that file in the editor area/files… can you be more specific about where this file it. Thanks, Michelle

    You can’t find wp-config.php file from editor, this file is in your main root where wordpress is installed.

    and php.ini file is in wp-admin folder of wordpress.(if not here, create a file with php.ini name)

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