• Resolved Deadpan110

    (@deadpan110)


    Apache2 error log:

    [Sat Nov 13 05:56:59 2010] [error] [client ###.###.###.###] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ms_global_search_install_multisite_notice’ not found or invalid function name in /home/mirror/ind-web.com/public_html/wp-includes/plugin.php on line 395, referer: https://########.com/

    I assume the notice fail prevents the rest of the plugin from working – hence no widget in the Appearance menu and shortcodes not working – I am unsure if any admin menu should be present as I currently do not see one.

    PHP ver:
    PHP 5.3.2-1ubuntu4.5 with Suhosin-Patch (cli) (built: Sep 17 2010 13:41:55)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH

    mySQL ver:
    mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author aliciagh

    (@aliciagh)

    Hi!

    Function ms_global_search_install_multisite_notice shows a notice when Multisite option isn’t activated in config.php. I have an installation with that PHP version and MySQL version and I don’t get that warning so I don’t know why you get it…sorry.

    When plugin is activated but you haven’t created a network the plugin doesn’t work. Check if your config.php has this line:

    define(‘MULTISITE’, true);

    If MULTISITE is false or isn’t define, the plugin will be deactivated automatically.

    Thread Starter Deadpan110

    (@deadpan110)

    Great and thankyou for the reply,

    I now know where the problem is.

    My WordPress 3.0.1 install was originally WPMU and the upgrade to WordPress 3.0 does not require that defined (if you set it, it breaks the main site).

    WordPress MultiSite makes use of the is_multisite() function which always returns true for any WordPress install with MultiSite enabled (Even upgraded WPMU networks).

    See the top of https://codex.www.ads-software.com/Create_A_Network:

    NOTE: If you are currently running a version of WordPress MU, you do not need to complete these steps. your network is already enabled. Once you upgrade to the 3.x branch, you will be prompted to update your .htaccess rules for MultiSite.

    It would be great if you are willing to fix – or – when I get time, I could submit a patch and then we can mark this forum thread as fixed!

    Thread Starter Deadpan110

    (@deadpan110)

    I have just had a quick play around with the code, this is indeed a WPMU to WP3.0(MS) upgrade issue.

    Using is_multisite() fixes the initial problem but then open’s up a whole can of worms.

    For the main blog in the new WP3.0, the $wpdb->prefix would be ‘wp_’ for the main site on a standard install where as networks upgraded from WPMU are $wpdb->prefix = ‘wp_1_’.

    I can not promise I will have time to look further into a solution over the next few days, but I will try (It should be a simple case of tracking down the relevant sections within the code and making sure the plugin knows the difference between a new WP 3.0 install and an upgraded WPMU one).

    NOTE TO OTHERS…

    Confirmed, this plugin works unless you have upgraded from WPMU to WP3.0 MultiSite – so this bug will not effect everyone!

    I will keep this thread alive until the issue is solved (and I am willing to submit a fix – when I have some spare time).

    I’d love to use this plugin, but when I remember correctly, is requires PHP5 (which I have) and MySQL5 (which I don’t have), but I’d be happy to try your patched version when it’s ready.

    I had the same issue with the notice.. Would be great to track that problem with MULTISITE, anyway i’ve commented the lines for now..

    Also it would be great to put the widget in another file.. I mean, i personally don’t want users to use that widget, so i delete the code manually..

    Thanks for this plugin!

    Plugin Author aliciagh

    (@aliciagh)

    New version available!
    Fixed some problems with upgrades from WPMU to WP3.0 Multisite.
    Using is_multisite() instead of MULTISITE constant.

    @deadpan110 thanks! I use get_blogs_prefix to get correctly database prefix so if you have a multisite upgraded from WPMU the function return wp_1_ instead of wp_.

    @roy Sorry, I can’t write a patched version because the plugin works with some features of MySQL5.

    @kevinff Sorry, this new version have the widget in the same file. I’ll put it in another file for the next update.

    Plugin Author aliciagh

    (@aliciagh)

    @kevinff Version 1.2.5 have the widget in another file

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Multisite Global Search] No widget and shortcodes do not work’ is closed to new replies.