-
AuthorPosts
-
April 8, 2014 at 3:10 pm #248783
I have installed the Enfold updated theme and cannot edit my site because of the following error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/ci7bodu0/public_html/wp-admin/includes/deprecated.php on line 1171
Can you please suggest what shell i do?
Need urgent reply
Thanks
Tal- This topic was modified 10 years, 7 months ago by talelie.
April 8, 2014 at 5:31 pm #248867Shalom
Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
YigitApril 9, 2014 at 8:12 am #249144Hi Yigit,
Done that, but it seems that it does not effect any thing.
still getting this message, each time on different line.
This is the website: http://www.lib-ventures.comThanks
Tal- This reply was modified 10 years, 7 months ago by talelie.
April 9, 2014 at 8:38 am #249156Hi!
lease contact the server administrator/host provider. Sometimes you can’t increase the memory limit with thew wp-config.php file and the server administrator must help you to increase the allocated memory. At the moment your limit is set to 64M which is probably to enough and I suggest to increase it to 128M.
Best regards,
PeterApril 17, 2014 at 10:17 am #252555Hi Peter,
See the hosting company answer:
“Changes to PHP settings can be effected from your ‘.htaccess’ file or via ‘php.ini’.
We do not offer web design services and so unfortunately cannot offer detailed support on coding or publishing issues”Is there any way you can help me with it?
Thanks
TalApril 17, 2014 at 10:24 am #252557Hi Peter,
Now I am facing a new problem: cannot get into my wp-admin
and when entering the site, i have this error: Warning: extract() expects parameter 1 to be array, null given in /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35April 18, 2014 at 9:48 am #253064Hi!
This sounds like a database issue. If you’ve a database backup I recommend to restore it (just delete the corrupt data in the database and import the backup sql file). If you don’t have a database backup you can solve the issue by resetting the theme options but this also means you must reconfigure the options. Open up a database management tool like and navigate to your wordpress database. Click on “wp_options” and search for the field with the “option_name” value “avia_options_enfold”. Delete this option field and then you should be able to access your website again.
If you can access the php.ini file open up the file and search for:
memory_limit
Replace the value after the = sign with 128M.
You can also try to insert this code at the bottom of the theme functions.php file:
@ini_set('memory_limit', '128M');
– however if the host restricts the memory to i.e. 64M this code will not work. To test your memory limit install this plugin: https://wordpress.org/plugins/wp-memory-usage/
Regards,
PeterApril 18, 2014 at 4:39 pm #253228Hi Peter,
Thanks a lot!!!
both answers are great, finaly i managed to get to the admin are, and hope the memory issue is solved.
the only problem i still have is inserting icon font from the fontello zip file that I have uploaded to the site.
any solution?Thanks
TalApril 19, 2014 at 4:44 am #253416Hey!
Glad it is working now.
Please wait for the 2.7 update which will fix the custom icon fonts. (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/)
Cheers!
IsmaelApril 19, 2014 at 10:15 am #253447Hi Ismael,
Ok, I will wait for the 2.7 version upgrade.
Thanks
Tal -
AuthorPosts
- The topic ‘upgrade theme from 2.0 to 2.6’ is closed to new replies.