• Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/coc16406/public_html/wp-content/plugins/ultimate-tinymce/includes/mce_langs.php on line 707

    I have added a php.ini file and increased the available capacity, has not resolved the problem

Viewing 1 replies (of 1 total)
  • Hey. If adding memory_limit = 64M; to the php.ini file didn’t work try the following steps:

    – At the top of the .htaccess file, add the following line:

    php_value memory_limit 64M.

    If this doesn’t work delete the line from .htaccess.

    – Just after the opening <?php in the wp-config.php file, add the following line:

    define('WP_MEMORY_LIMIT', '64M');

    Again, if this doesn’t work the delete the line from wp-config.php.

    – When all else fails, contact your host, tell them about your problem, and ask if they can increase your memory allocation.

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: Allowed memory size’ is closed to new replies.