• Resolved jakemc

    (@jakemc)


    I have 2 multisite installations on the same host. One is happily telling me that WP 4.2 is available to update. The other isn’t.

    The latter (which doesn’t see the updates) is different from the former installation in 2 ways that I can see:

    1. it’s a subdomain installation

    2. the network admin dashboard is displaying the following error:
    “Warning: number_format() expects parameter 1 to be double, string given in /[path]/public_html/conferences/wp-includes/functions.php on line 170”

    Any suggestions? Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Manually reinstall WP 4.1.2 (or 4.1.3) on the broken site. See if that magically fixes it.

    Thread Starter jakemc

    (@jakemc)

    Many thanks for your reply Mika.

    I’ve manually reinstalled 4.1.3 but it’s still not aware that 4.2 is available.

    Any further suggestions?

    It is possible that something like a plugin or theme is interferring. You might want to turn on debugging to see the full error byadding to wp-config.php

    define('WP_DEBUG', true);
    Thread Starter jakemc

    (@jakemc)

    Thank you jkhongusc, but no PHP errors are reported in the admin area, and nothing useful I can see on the front of the site.

    This is a serious problem because it means that I have to manually upload the full WordPress installation every time there’s an update (and there have been several in the past couple of weeks alone!)

    Any more suggestions? Please?

    If you turn on debugging, you should see more information surrounding your network admin error. It should pinpoint what is causing it.

    Thread Starter jakemc

    (@jakemc)

    Thank you jkhongusc.

    But, as I said, turning on debugging by setting define(‘WP_DEBUG’, true); hasn’t yielded any useful information. No errors are displayed in wp-admin.

    Thread Starter jakemc

    (@jakemc)

    In case anyone else has the same problem:

    I checked my wp-config.php again and noticed I had set
    define( ‘DISALLOW_FILE_MODS’, true );

    removing this line allowed updates to be ‘noticed’ and performed.

    I understood that this definition switched off the ‘edit’ menu for plugins and themes, not auto-updates. Could this be a bug?

    jakemc –
    Where did you get that information? If you read the codex:

    http://codex.wordpress.org/Editing_wp-config.php#Disable_Plugin_and_Theme_Update_and_Installation

    Disable the Plugin and Theme Editor with DISALLOW_FILE_EDIT

    Disable Plugin and Theme Update and Installation with DISALLOW_FILE_MODS. This also disables plugin and theme editor.

    Thread Starter jakemc

    (@jakemc)

    Thanks jkhongusc.

    I honestly can’t remember where I got that information. Thanks for correcting me though.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No update notification on multisite installation’ is closed to new replies.