• Resolved hankeester

    (@hankeester)


    WTF? I installed this plugin,then didn’t like it and it wasn’t showing up under plugins so I manually deleted the folder for this plugin which I’ve had to do before and now I’m getting an fatal memory error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home3/hoonedes/public_html/modinedrafting/wp-admin/includes/post.php on line 1145

    I increased the memory size in php.ini file from 32MG to 128MG but it didn’t do any good. Any ideas on how to fix this problem?

Viewing 1 replies (of 1 total)
  • Just set this command in your wp-config.php

    ini_set(‘memory_limit’, ’64M’);

    OR

    ini_set(‘memory_limit’, ’32M’);

    This will increase the memory limit for the php pages. You can try 32 MB first, If it does not work then try the first one.

Viewing 1 replies (of 1 total)
  • The topic ‘xtreme dock gallery broke WP dashboard’ is closed to new replies.