Support » Alpha/Beta/RC » Parse error: syntax error, unexpected end of file in /wp-includes/load.php

  • Resolved tdtvbkt4321

    (@tdtvbkt4321)


    Hello,
    I’ve just updated the Breadcrumb Navxt to the newest version AT THE SAME TIME trying to Update my WordPress (4.6 RC2). After updated BN to the newest successfully and the WP encounted unidentify error like everytime. My Blog got error about load.php (main line 317)

    if ( ! apply_filters( 'enable_wp_debug_mode_checks', true ) ){
    		return;
    	}

    After changed it to false and the error code changed to
    “Parse error: syntax error, unexpected end of file in /wp-includes/load.php on line 492”
    Rechanged to true and still got that error.

    /*
    		 * Sometimes advanced-cache.php can load object-cache.php before
    		 * it is loaded here. This breaks the function_exists check above
    		 * and can result in <code>$_wp_using_ext_object_cache</code> being set

    How can i fix this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    Thank for the quick replied.
    I’ve tried those 3 solutions but still nothing changed.
    I’ve try changed the plugins folder name and even in phpAdmin => nothing.
    The current theme folder name => still nothing.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    So, with all plugins deactivated and the theme reset, you still get the parse error on load.php? Breadcrumb Navxt is not connected to this in any way?

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    Well, i’ve just started WP like 5-6 days so… haha…
    But yeah just after i updated the Breadcrumb Navxt to the newest AT THE SAME TIME i tried to update WP (4.6 RC2) then *pop*. I can’t access to it no more.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Ok, I’ve got that part. 😉 A couple of questions though:

    1. With all plugins deactivated and the theme reset, you still get the parse error on load.php?

    2. If you’re just starting with WP, why did you not go for the stable 4.5.3?

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    1. Yes.
    2. Well i’m a man that wanted something that “more than normal/stable”. Sure i’ll encounter some error that no man’ve met before, but i still wanted to knows it and how to fix it. (Seem more about personal than technical)

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Cool, alright let’s walk thing back then to track down what’s going on.

    Rename the /wp-content/plugins/ directory to /wp-content/plugins-broken/ and now create a new and empty directory called /wp-content/plugins/

    Next, rename the /wp-content/themes/ directory to /wp-content/themes-broken/ and now create a new and empty directory called /wp-content/themes/ and within that new directory, upload a freshly downloaded copy of the Twenty Sixteen theme: https://wordpress.org/themes/twentysixteen/

    Now, check your site, is it working (only with no plugins and the Twenty Sixteen theme this time)?

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    I was going to re-upload all the core files to the host to find if it can fix anything.
    Tried your solutions but sadly no… it still not work…

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Ok then, it’s time to re-upload those core files.

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    Okay, but thanks anyway for the very enthusiastic support man. 😉

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    You’re welcome! 🙂

    Moderator Dominik Schilling

    (@ocean90)

    WordPress Core Developer

    AT THE SAME TIME trying to Update my WordPress (4.6 RC2).

    I’m curious how you updated WordPress to RC2. Are you using the WordPress Beta Tester plugin or did you upload the files via FTP?

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    I’m curious how you updated WordPress to RC2. Are you using the WordPress Beta Tester plugin or did you upload the files via FTP?

    Well yes. I used the WBT Plugin, but now i’m trying to manual upload them through FTP hoping that can fix but still nothing so far.
    Should i delete all the old files and replacing with the new one or just overwrite them?

    Thread Starter tdtvbkt4321

    (@tdtvbkt4321)

    Ahh nvm, after i manual replaced the error files were report on the debug screen, my blog online again. But thank you 🙂

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    That’s great to hear! 🙂

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Parse error: syntax error, unexpected end of file in /wp-includes/load.php’ is closed to new replies.