Topic Resolution: Resolved
  • Closed
  • Johnny Good
    Spectator
    March 18, 2015 at 9:01 pm #15641

    Hi,

    As I get free time I disable my current and enable current Evolve theme and work on it.
    I did it 100+ times and today as soon as I enabled Evolve I got white screen in /wp-admin after that I checked my front page and that was white as well!
    I was barley able to get it back because in wp-admin I was getting white page. I was barley able to go back and right click on live preview on my other theme and save and activate it that way. Right now I’m afraid to activate Evolve because my site will be broken. Any ideas?

    Thanks!

    Roman
    Spectator
    Posts: 3147
    March 18, 2015 at 9:59 pm #15643

    Have u check the knowledge base for the empty page issue?

    Johnny Good
    Spectator
    Posts: 90
    March 18, 2015 at 10:06 pm #15646

    Thanks for the prompt reply!
    I have not but I will tonight and enable WordPress debug mode since it worked till now I do not need to re-upload theme again?

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 4:40 am #15657

    I figured out what’s giving me empty page issue! Its actually official Jetpack by WordPress.com plugin https://wordpress.org/plugins/jetpack/ as soon as I disabled it I can enable and preview Evolve theme!
    Luckily I remembered that it showed there was update for it to v3.4 and I did update because I thought its a official plugin for WordPress.

    I followed instructions from http://codex.wordpress.org/Debugging_in_WordPress
    and in wp-config.php replaced default
    define('WP_DEBUG', false);
    define('SCRIPT_DEBUG', true);

    with
    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);

    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);

    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define('SCRIPT_DEBUG', true);

    and in log all I was seeing is this:
    [19-Mar-2015 03:37:09 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /var/www/clients/client1/web4/web/wp-includes/functions.php on line 3547

    It does not look like it has anything to do with this issue?

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 4:51 am #15658

    I’m now confused. I enabled again Jetpack to re-generate issue and tried preview/enable theme and it worked! How that could fixed empty page issue?

    Roman
    Spectator
    Posts: 3147
    March 19, 2015 at 11:56 am #15674

    there is probably a new conflict with the JetPack plugin…have to investigate further

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 3:15 pm #15685

    Ok, seems like more people have the same issue https://wordpress.org/support/topic/white-screen-of-death-after-updated?replies=6#post-6711094
    They don’t mention what themes they’re using.

    Roman
    Spectator
    Posts: 3147
    March 19, 2015 at 4:23 pm #15688

    will be waiting for more comments 😕

    Johnny Good
    Spectator
    Posts: 90
    March 19, 2015 at 4:40 pm #15691

    Ok.

    Roman
    Spectator
    Posts: 3147
    March 20, 2015 at 9:16 am #15701

    temporary fix as mentioned in another thread, open file library/functions/widgets/contact_info.php, change this string Contact_Info_Widget (3x) , to theme_Contact_Info_Widget

    Johnny Good
    Spectator
    Posts: 90
    March 20, 2015 at 5:41 pm #15716

    Yesterday they released new version, do we still need to make modifications?

    3.4.1

    Release Date: March 19th, 2015
    •Bug Fix: General: Modules not displaying properly in non-English installs
    •Bug Fix: Manage: Some installs showing a transient fatal error
    •Bug Fix: Protect: Protect module not auto-activating for users who upgrade
    •Bug Fix: Omnisearch: Some installs not properly reporting WP version number, causing Omnisearch error
    •Bug Fix: Stats: Top posts/pages widget not loading
    •Bug Fix: Contact Info Widget: Fix conflict with Avada theme