• Hello, someone can help me please !!!!
    Since yesterday, I tried installing plug in into my website but this is what is displaying:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 786432 bytes) in /home/nayadmin15/public_html/wp-content/plugins/leaflet-maps-marker-pro/inc/class-leaflet-options.php on line 2808

    HOW TO SOLVE IT ?
    YOUR HELP PLEASE !!
    THANK YOU !

Viewing 2 replies - 1 through 2 (of 2 total)
  • It occurs when WordPress tries to access more memory than its allowed to by “Server PHP configuration” or “WordPress Setting”. Increasing Memory will solve it.

    We consider 64M as good configuration. Depending on your need, server condition, how is your site. Make sure your server allow you to use that much dedicated memory.

    1. Try adding this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);

    2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
 memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M

    cant find the PHP.ini file, can you send me the whole link please?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Troubles with plugin, posts and pages editing’ is closed to new replies.