• Resolved michalrama

    (@michalrama)


    Hello,

    Wordpress has suddenly reported to me that, it has little memory left.

    Fatal error: Allowed size of 67108864 bytes exhausted …

    The problem is always reflected in one of the jigoshop ecommerce plug-in file (but it has worked without errors, so the problem is in wordpress)

    I tried a few tutorials

    – Change the limit in wp-includes/default-constants.php
    – Adding a limit in wp-config.php

    define (‘WP_MEMORY_LIMIT’, ‘128M’);

    after code define (‘DB_COLLATE’, ”);

    – Adding a limit to the beginning of the .htaccess file

    php_value memory_limit 128M

    I have web at webzdarma.cz, so I do not have access to the php.ini file.

    Anyway, it still does not work.

    Please advise.

    Thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please contact your host; they may limit your memory to 64MB.

    Thread Starter michalrama

    (@michalrama)

    I have already discovered the cause. The problem is caused by the Foogallery plugin, which probably needs memory. After it is deactivated, everything works.

    Anyway thanks, the memory issue may also occur in other plugins.

    I will try to contact them to see if the problem will be resolved.

    Thread Starter michalrama

    (@michalrama)

    Unfortunately, the increase in memory applies only to premium accounts.

    So far, there was no serious problem, I’ve always walked around using a different plugin.

    Still thanks for the effort.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress – Allow memory size problem’ is closed to new replies.