• Resolved andym1966

    (@andym1966)


    When I try to install Jetpack from plugins page in WordPress, it fails. When I manually install to the plugins folder with ftp, I then get a 500 internal server error.

    The debug log is below. Any ideas on how to address the menu ID issue?
    Thanks,
    Andrew.

    [11-Jul-2017 08:48:19 UTC] PHP Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /hermes/bosnaweb06a/b1398/ipg.bbqinsanitycom/wp-includes/functions.php on line 4139
    [11-Jul-2017 08:48:22 UTC] WP_Community_Events::maybe_log_events_response: Valid response received. Details: {“api_url”:”https:\/\/api.ww.wp.xz.cn\/events\/1.0\/”,”request_args”:{“body”:{“number”:5,”ip”:”104.132.8.0″,”locale”:”en_US”,”timezone”:”Europe\/Dublin”}},”response_code”:200,”response_body”:{“location”:{“ip”:”104.132.8.0″},”events”:”1 events trimmed.”}}
    [11-Jul-2017 08:48:26 UTC] PHP Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /hermes/bosnaweb06a/b1398/ipg.bbqinsanitycom/wp-includes/functions.php on line 4139
    [11-Jul-2017 08:48:36 UTC] PHP Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /hermes/bosnaweb06a/b1398/ipg.bbqinsanitycom/wp-includes/functions.php on line 4139

Viewing 5 replies - 1 through 5 (of 5 total)
  • Bill

    (@mrdjhiphop23)

    Hey @andym1966 are you still having issues with installing the jetpack plugin? Do you mind giving me the url? I would like to scan your site for plugins you have and then further look at the documentations of the plugins to see why you are having the Menu ID issue.

    Thread Starter andym1966

    (@andym1966)

    Hi Bill,
    Yeah, It’s still giving me problems. The website is http://www.bbqinsanity.com
    Thanks for your help,
    Andrew.

    Hi @andym1966

    Since this is a 500-level server error, we’ll need to take a look at your logs to see if we can figure out what the issue is. To get started, please add the code shown at the link below to your site’s wp-config.php file:

    https://gist.github.com/56b19f31f2d5a6265a10bebe09e03314

    Your wp-config.php file may already include a line that says this:

    define( ‘WP_DEBUG’, false );

    If so, you can remove it, and replace it with the code at the link above.

    If you’re not sure how to edit this file, you can ask your hosting company for help. They should also have documentation explaining how to edit files from your site using FTP or a File Manager in your admin panel.

    Once you’ve made those changes, attempt to load your site again. This should cause a 500 error or a completely white screen just like before, but this time the error message will be captured in the WordPress logs.

    After that, access your site via FTP or via your File Manager again and check the wp-content/debug.log file for errors.

    You can send us those logs in a reply to this email, and then replace this:

    define(‘WP_DEBUG’, true);

    … with this:

    define(‘WP_DEBUG’, false);

    … in the code you added to wp-config.php earlier.

    Once you’ve sent us the logs, you can sometimes fix this error by simply reinstalling Jetpack, so that’s the first thing to try.

    To uninstall Jetpack, start under Plugins > Installed Plugins. If Jetpack is active, click Deactivate to disable it. Then click Delete to remove it from your site.

    If you can’t log into your site’s WordPress dashboard, you can remove Jetpack by using FTP to connect to your site. (Your host will have instructions on how to do this.) Once you’ve connected via FTP, browse to this folder: wp-content/plugins. Inside there should be a folder named “jetpack”. Delete it to remove Jetpack from your site.

    Once it’s been uninstalled, you can reinstall it under Plugins > Add New. Simply search for “Jetpack by WordPress.com” and click Install Now like so:

    http://d.pr/i/AQoC/2BinI4Z5

    When Jetpack is done installing, click Activate. Click the large Connect button to reconnect:

    http://d.pr/i/IBdf/3fvuAenI

    In most cases that has resolved the issue for our users, but if not, another thing to check is the version of PHP your site is running on. WordPress suggests PHP 7.0 or above, but 5.6 should also work. If you have anything lower than 5.6, I would suggest contacting your host about updating your PHP installation to see if it helps improve the situation.

    Let us know if either of those solutions work for you! 🙂

    Thread Starter andym1966

    (@andym1966)

    Hi Lamday,
    I already provided my debug log in my original post. Thanks for the additional ideas. I can confirm that I tried them all and they didn’t make a difference.

    Please let me know if you need any other information,

    Appreciate your help,

    Andrew.

    Hi @andym1966 – Thanks for letting me know. The errors in the log doesn’t appear to be related to Jetpack. Did you have the debug option enabled before updating your Jetpack? Could you please try once more to by deleting and reinstalling the Jetpack. I’m hoping this will produce a different error.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Can’t install Jetpack plugin’ is closed to new replies.