Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 ago by talelie.
    #248867

    Shalom

    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,
    Yigit

    #249144

    Hi 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.com

    Thanks
    Tal

    • This reply was modified 10 years ago by talelie.
    #249156

    Hi!

    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,
    Peter

    #252555

    Hi 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
    Tal

    #252557

    Hi 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 35

    #253064

    Hi!

    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,
    Peter

    #253228

    Hi 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
    Tal

    #253416

    Hey!

    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!
    Ismael

    #253447

    Hi Ismael,

    Ok, I will wait for the 2.7 version upgrade.

    Thanks
    Tal

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘upgrade theme from 2.0 to 2.6’ is closed to new replies.