-
AuthorPosts
-
November 6, 2014 at 6:48 pm #347247
It seems that the more I added pages and CSS to the site, the slower it got. In the last 2 days, I am reloading pages constantly, losing new entries in pages constantly and taking hours to make one small edit or change, literally, Something is really wrong!
I increased the memory limit in wp-config file.
I edited the php.ini file to memory_limit = 192M (that’s what go daddy said to do) in webroot and WP installation folder.
I did a maleware scan and found no infected files.
I have disabled all plugins.
Then I did a http://tools.pingdom.com/fpt/ test and the site is still ranking at 84/100 with no plugins installed.I am using enfold 3.0.2 and WordPress 4.0
I tried to run the P3 optimizer with only that 1 plugin installed, and got FATAL ERROR – A fatal error occurred during profiling: Allowed memory size of 268435456 bytes exhausted (tried to allocate 35 bytes) in file /wp-content/plugins/p3-profiler/classes/class.p3-profiler.php on line 304
I tried to run theme check plugin with only that 1 plugin installed, and got FATAL ERROR – Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230
It seems that my site is completely maxed out even with no plugins installed. I have no idea how to resolve this.
After almost 5 hours of trying to solve this issue and being in touch with Godaddy for the 3rd time, it seems that it could be a theme-related issue. I am able to load the “theme check” while using another theme and THEN check themes. I can check all 3 standard themes with no problem. However, when I try to check enfold theme or child theme, I get FATAL ERRORS:
Enfold theme: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230
Child theme: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230
Please note that I am running ZERO plugins besides the Theme Check plugin.
So, I deleted the enfold theme and re-installed it as per GoDaddy’s request, still have the problem.
Godaddy mentioned that the problem may be in one of my customizations. Here is the functions.php in child theme:
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.news-link').removeAttr('title'); }); </script> <?php } /* add_theme_support(‘avia_template_builder_custom_css’); */ add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 200; return $excerpt; }
I still have the FATAL ERROR on new version of the installed theme with Theme Check Plugin:
Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230
And I am getting this error on Avia editor with anything I try to do to a page: Error fetching content – please reload the page and try again
Please help!
- This topic was modified 10 years ago by onegirlrtw.
November 6, 2014 at 6:52 pm #347254This reply has been marked as private.November 7, 2014 at 9:49 am #347597Hey!
I’m really sorry that you’re having this issue. Thousand of users are using Enfold and quite a few reported this issue. I answered your inquiry on your previous thread: https://kriesi.at/support/topic/css-styling-not-holding-for-header-text-and-entry-text-in-magazine-setting/#post-347592
Cheers!
IsmaelNovember 14, 2014 at 8:13 pm #351478I had the same error on my Enfold install and ended up on this thread. I finally solved it by adding the below code to plugins/theme-check/checkbase.php
ini_set('max_execution_time', 0);
November 16, 2014 at 2:11 pm #351991 -
AuthorPosts
- The topic ‘FATAL ERROR with 0 plugins and new installation + VERY slow site!’ is closed to new replies.