PHP Memory Error

Stagger Lee
1818 Posts
Stagger Lee posted this 29 October 2016

Why do I get this so often after latest few updates ?
I have 512 MB of memory. (PHP version is 7.0.1 stable)

enter image description here

PHP Memory Configuration Error

Themler requires at least 64Mb of PHP memory. Please increase your PHP memory to continue. For more information, please check this link.

Why do I get this so often after latest few updates ? I have 512 MB of memory. (PHP version is 7.0.1 stable) ![enter image description here][1] [1]: http://attachments.answers.billiondigital.com/169/21169/2016-10-29-173948.jpg PHP Memory Configuration Error Themler requires at least 64Mb of PHP memory. Please increase your PHP memory to continue. For more information, please check this link.
Vote to pay developers attention to this features or issue.
7 Comments
Order By: Standard | Newest
Stagger Lee
1818 Posts
Stagger Lee posted this 29 October 2016

I added this line in wp-config.php despite it should not be done. And Memory error comes more and more often.

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

I added this line in wp-config.php despite it should not be done. And Memory error comes more and more often. define('WP_MEMORY_LIMIT', '100M');
Stagger Lee
1818 Posts
Stagger Lee posted this 29 October 2016

I disabled few Apache cache modules. Maybe they make problems. Will see how it goes.

I disabled few Apache cache modules. Maybe they make problems. Will see how it goes.
Stagger Lee
1818 Posts
Stagger Lee posted this 29 October 2016

Seems as those Apache modules made problems with Memory. Solved, seems as. Will know better after few days.

Seems as those Apache modules made problems with Memory. Solved, seems as. Will know better after few days.
Support Team
Support Team posted this 30 October 2016

Hi,

Please let us know if the memory issue appears again.

Sincerely,
Hella

Hi, Please let us know if the memory issue appears again. Sincerely, Hella
Stagger Lee
1818 Posts
Stagger Lee posted this 04 November 2016

Some update. Reinstalled all localhost servers and controls. Compared files for changes and differences.
Because problem got back.

Seems as on default PHP servers has activated opcache and sessions cache on default (PHP 7.x), but stupidly in Apache it was deactivated.
If you use those two activate them in Apache too. PHP 7.x works somehow differently and gives Memory limits fatal errors.

Read info found in Google. Those modules are not named logically, and it is easy to miss them, or miss connection between them and PHP modules.

Some update. Reinstalled all localhost servers and controls. Compared files for changes and differences. Because problem got back. Seems as on default PHP servers has activated opcache and sessions cache on default (PHP 7.x), but stupidly in Apache it was deactivated. If you use those two activate them in Apache too. PHP 7.x works somehow differently and gives Memory limits fatal errors. Read info found in Google. Those modules are not named logically, and it is easy to miss them, or miss connection between them and PHP modules.
ebernier
3 Posts
ebernier posted this 18 May 2017

Is it possible themler do not work with PHP 7.0?

Is it possible themler do not work with PHP 7.0?
Support Team
Support Team posted this 18 May 2017

ebernier,

All known issues with PHP 7.1 are fixed in the latest public update.
If you encountered any problems please create a new provide topic with details description of the issues, screenshots and access to the CMS admin panel so we can reproduce them.

Thank you,
Olivia

ebernier, All known issues with PHP 7.1 are fixed in the latest public update. If you encountered any problems please create a new provide topic with details description of the issues, screenshots and access to the CMS admin panel so we can reproduce them. Thank you, Olivia
You must log in or register to leave comments