-
AuthorPosts
-
July 2, 2018 at 9:33 pm #980299
After updating to 4.4 (not FTP & not overwriting old folder) I can not access to dashboard no more.
The worse there is no error in the logs. I check online and alot of people have the same problem.
How can we fix it? I revert the website to 4.3.1.- This topic was modified 6 years, 4 months ago by amrod1.
July 3, 2018 at 1:40 pm #980555Hey amrod1,
What most people are having problems with is updating from older versions since files have moved between versions, not on fresh installs. What version of PHP are you running?
Best regards,
RikardJuly 3, 2018 at 8:25 pm #980744Hi Rikard,
PHP Version 5.6.36
I checked once the log I have found one line:
PHP Fatal error: Allowed memory size of 314572800 bytes exhausted (tried to allocate 32 bytes) in /xxx/xxx.com/public_html/wp-includes/meta.php on line 829, referer: https://www.xxx.com/login/index.php
July 3, 2018 at 9:49 pm #980777Hi,
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitJuly 4, 2018 at 10:33 pm #981359I tried that before posting here, I increased to 1GB ram but still getting that fatal error.
July 5, 2018 at 7:34 am #981448Hi,
Could you please post a link to your website? We may need FTP and WP admin logins as well so if you do not mind, please post them in private content field so we can look into it. My guess is memory limit was not increased even though you tried.
Best regards,
YigitJuly 5, 2018 at 9:13 pm #981741Hi Yigit,(Selamlar)
This is a live website and as I said before I had to revert to 4.3. I can not leave it in white blank page.
So I created local copy on my computer and trying to degub it.
Memory is not the problem. I already increased to 1GB and tried again, but same problem;
[Thu Jul 05 12:06:34.587902 2018] [:error] [pid 17289] [client xxx:63723] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/xxx.com/public_html/wp-includes/cache.php on line 27, referer: https://www.xxx.com/login/plugins.php
Do we need more than 1 GB memory to run Enfold 4.4 ? I am running 4.3 right now and memory usage is 70MB – 90MB
July 6, 2018 at 10:06 am #981944Hi,
You could try installing these plugins to see what is consuming resources on your site: https://wordpress.org/plugins/query-monitor/, https://wordpress.org/plugins/p3-profiler/
Best regards,
RikardAugust 12, 2018 at 4:28 am #996396no fix yet? I have a huge database wp_postmeta 2,126,306 records 146.7 MB
I am still running enfold 4.3.1, when I switch to 4.4.1 I can not access to backend, all admin pages are “white screen” no error :/
but front pages works.
What is the difference of 4.3 and 4.4?August 12, 2018 at 12:36 pm #996438Selamlar!
268435456 B is around 33 MB. We would recommend you to increase it to minimum 256. Then please delete Enfold theme and re-install it via FTP – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#reinstall-or-update-using-ftp to make sure all files are overwritten.
After memory is increased and theme was overwritten via FTP, you should not experience any issues. Our devs have already restructured some functions to let theme handle huge sites such as yours :)
Best regards,
YigitAugust 12, 2018 at 6:41 pm #996478Selamlar Yigit.
It is 256MB memory
AH01215: PHP Fatal error: Allowed memory size of 268435456 bytes ( 256MB )
I also increased to 2GB but still have the same problem with this huge database website.
There is something wrong with 4.4. for huge databases.August 13, 2018 at 11:39 am #996625Selamlar,
Could you please share FTP and WP admin logins here privately so we can look into it?
Best regards,
YigitAugust 19, 2018 at 8:48 pm #999078This is a LIVE website with lots of products in woocommerce (80.000). Thats why I can not leave it in whitescreen, so I revert it to 4.3.1.
I am doing tests on my localhost server. But there is something wrong with 4.4.1 with huge database in woocommerce.
Please tell your coders test with big databases.
weird thing is front-end works with no problem but back-end gives whitepages with no error (even php display error is on) and httpd error log level is warn. I can not access to any admin pages.- This reply was modified 6 years, 3 months ago by amrod1.
August 19, 2018 at 10:05 pm #999102I have found the problem file:
config-templatebuilder/avia-template-builder/php/element-manager.class.php
I changed the 4.4.1 element-manager.class.php with 4.3.1 element-manager.class.php
and now I can access to dashboard in 4.4.1.
New Post meta update in this file with huge database causes CRITICAL FAILURE and causes unreachable ADMIN DASHBOARD.
Please let your coders FIX it ASAP in 4.4.2 ;/August 20, 2018 at 10:58 am #999292Hi,
Thank you for using Enfold.
Updating to 4.4.x needs to update post content of all posts (and products in your case) when accessing admin backend. I applied a fix for large databases which already worked for several other customers (reported to need up to 30 minutes to complete). You can safely reload admin pages after several minutes and several times if necessary.
Replace enfold\config-templatebuilder\avia-template-builder\php\element-manager.class.php with
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterAugust 20, 2018 at 6:24 pm #999534Hi Gunter
Thank you for your reply.
Unfortunately this didn’t work for me. It took 2 hours work new php file and then stopped with the same error
Fatal error: Allowed memory size of 268435456 bytes exhausted
I have 80.000 items in woocommerce (postmeta in the database has 2,114,870 records)
Why do you need this function in 4.4.1 ???EDIT: After executing the file 2. time I think it finished updating the things and I was able to access to the dashboard.
But it took like 2 hours 30 mins. It is insane :/- This reply was modified 6 years, 3 months ago by amrod1.
August 20, 2018 at 6:47 pm #999554Hi,
We made some changes to the framework (performance improvements, unique id for each advanced layout element, etc.) which require these adjustments in the database. These changes help us to improve the theme performance with upcoming updates and to extend the layout builder with new features.Best regards,
Dude -
AuthorPosts
- You must be logged in to reply to this topic.