Forum Replies Created
-
AuthorPosts
-
OK i got deeper a little bit.
This issue related directly to enfold theme. might be with how things get stored in the database.
Im trying to create 2,000 pages (ALB), after the generation of the pages the problem start occurring.
it really looks like a php memory limit issue but i cant find out whats happening because the php limit is definitely more then 256M (268435456).
so i tried to eliminate things.
i tried different WordPress versions.
Tweaked everything on my VPS. both php & mysql configuration.
I even setup new vps on different hosting company just to be sure its not related to the host.i generate the pages without any plugins installed. on a fresh WordPress installation with latest enfold (already tested yesterday’s release).
the only plugin that is in use is the “page generator pro”, so i thought it must be it!
So, installed everything from scratch again, and now used the plugin “Copy & Delete Posts” just to duplicate the same ALB page 2000 times – Same result, the exact same problem. if you have another way to duplicate a page 2000 times just to check things out, i will be happy to try.I really hope that those insights can narrow it down for someone here to understand the issue. im really lost.
Also, i believe this ticket are directly related to this issue:Thanks!
Hi Victoria
Thank you for the response.
server logs shows:[04-Oct-2020 12:34:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 69632 bytes) in /home/mylocksuk/public_html/wp-includes/wp-db.php on line 1999
[04-Oct-2020 12:34:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 65536 bytes) in /home/mylocksuk/public_html/wp-includes/functions.php on line 4669
[04-Oct-2020 12:34:23 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0the things is – everything setup to memory limit of 512M
both php.ini (cpanel) & wp-config.php
i can confirm wordpress using the 512M because if i comment out those from wp-config
define(‘WP_MAX_MEMORY_LIMIT’, ‘512M’); define(‘WP_MEMORY_LIMIT’, ‘512M’);
im start to getting the “PHP Fatal error” on ALB pages.also created a phpinfo(); test file that shows that 512M is indeed in use.
I have 3500 pages with lots of images (9G) if that related – But got a pretty decent VPS. lots of free memory and disk space.
everything running smooth beside that issue.
Hosting at Fastcomet, the’re support already try to figure it out without any luck. saying not a vps related issue.Really need your help :)
Thank you. -
AuthorPosts