• Using a child theme.

    Tried to upgrade to 3.65, but updated site timed out repeatedly.

    Reported error message of:
    Cannot Allocate Memory: couldn’t create child process: /opt/suphp/sbin/suphp

    Running Centos 6 Linux; wp-config contains this directive:

    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    (I could push it up more but I think that’s pretty high as it is, well above WP default).

    I have reverted to 3.64 for now.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Seeing something similar.

    Not quite getting “out of memory” errors but the site has started loading EXTREMELY SLOW as soon as I updated the theme.

    No other changes were made.

    Thread Starter Abigailm

    (@abigailm)

    Glad to see this confirmed. I assume I’m probably running plugins that add to load, but the changelog shows that the file structure and framework was significantly changed with this version of evolve. (“Implemented SASS, changed structure of theme folders”)

    if you are using child themes, you need to update them too

    Thread Starter Abigailm

    (@abigailm)

    What part of the child theme needs to be updated?

    I don’t have any custom templates – just the stylesheet and functions.php file with the enqueue directive:

    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'child-style',
            get_stylesheet_directory_uri() . '/style.css',
            array('parent-style')
        );
    }

    Or do you just mean that the child theme needs to be de-activated and reactivated?

    please provide the website URl, I might check the code too..thanks

    Thread Starter Abigailm

    (@abigailm)

    Web site is https://www.davistraining.info — but as noted I have reverted to version 3.64

    even with this version I can see some errors in console..a Toolbar plugin – Google Language Translator

    Thread Starter Abigailm

    (@abigailm)

    Could you be more specific — I checked console in two browsers (Chrome & Firefox) and didn’t see any errors noted.

    After you issue the next update I’ll try disabling the Google Language Translator during the upgrade process as well as other non-critical plugins test more – but the Google Language Translator is a very popular plugin with more than 100,000 active installs so if there is a conflict, it is likely to impact many users.

    probably you fixed those errors because I am not able to see them. Just updated the theme to newer version.

    Thread Starter Abigailm

    (@abigailm)

    I didn’t do anything to the site between the time you posted and I asked my question, other than to check the console to try to figure out what you were talking about.

    I’m glad to know that you’ve pushed out another upgrade, though. I’ll just test that when I have time and post if there are continuing problems.

    I’m having the same issue right now after upgrading to the newest evolve version. Can you please help me trouble shoot? I already called my Host and that person helped me install Heartbeat Control, but the website is still super slow.

    Based on other recent comments in this thread, it seems the theme is creating an infinite loop trying to access a resource that isn’t there and that’s what is causing the memory & performance issues.

    This version is totally broken. Take a look at server logs. Downgrade to 3.6.4 and wait for fixed version.

    It’s very disappointing that:

    1. A major change has been introduced without warning and without even reflecting it in the version number. You wouldn’t think that moving from 3.6.4 to 3.6.5 means a major change!

    2. The QA process for the code of this theme is obviously broken as the developer never bothered testing his work before pushing the update.

    I was forced to do a complete restore from backups. Luckily I have a daily automated backup running so didn’t lose any content but it also meant my productivity for the last day or two was very close to zero

    Hi

    Please update theme evolve 3.6.7 in which solve site slow issue.

    Thank you

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Upgrade breaks site (out of memory error)’ is closed to new replies.