I would like to verify if Multisite Auditor is compatible with PHP 8.2. ?If not, do you have a timeframe when the plugin will be tested and released with 8.2 compatibility?
]]>Hi, I manage a WP Multisite that contains a network of 60 child websites and one parent. I would like to conduct a plugin audit, and am finding that the Multisite Auditor plugin throws errors when I run the scan. First, here is what I am running:
WordPress 6.0.1
PHP Version : 7.4.26
Database Version : 8.0.28
Server Software : Apache/2.4.51 (Debian)
The error produced when I run a scan with the Multisite Auditor:
Fatal error: Uncaught Error: [] operator not supported for strings
in /var/www/html/wp-content/plugins/multisite-auditor/admin/index.php on line 190
Call stack:
include_once()
wp-content/plugins/multisite-auditor/pages.php:172
MSA_pages::drawMSA_overview()
wp-includes/class-wp-hook.php:307
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:331
WP_Hook::do_action()
wp-includes/plugin.php:476
do_action()
wp-admin/admin.php:259
require_once()
wp-admin/network/admin.php:13
I’m assuming that the issue is probably related to an incompatibility with WP version, seeing as how this plugin’s most recent update was from 5 years ago. Do you know if there are plans to update this plugin?
I see that line 190 in the index.php file being referenced seems to be loading values for $pluginName into the $popularPluginsArray[].
I can see which plugins are being used on each child website under the Sites section of the Multisite Auditor, but am not sure of the accuracy of the list given the error that is taking place above. For instance, one of the child website has 53 active plugins, but the Multisite Auditor only shows 3 plugins being used under the Sites section for that child website.
Please advise.
Thank you!
]]>Good morning,
We are updating a multisite blog to WP 5.4 and the apache server to php 7.2.
Since we have updated the apache version, it throws us the exception Error thrown [] operator not supported for strings
I understand that it is a bug declaring a variable as a string and declaring an array in it. But I can’t find the fault line.
I keep looking and if I find the error I will upload it to the repository
]]>After an actualization to wordpress 4.8.2, when i click in multisite auditor, appear that warning.
Warning: Division by zero in /*****/wordpress/wp-content/plugins/multisite-auditor/admin/index.php on line 152
i have tried to actualice plugin to 1.2 version, but its appears again.
PD: Sorry for my english.
]]>Thanks Alex, we installed it and it works great.
However one possible related problem.
When my builders try to create a new website in our multisite setup, they are getting this error (note the site is still created, but the success page is blank):
Fatal error: Using $this when not in object context in \wp-content\plugins\multisite-auditor\functions.php on line 84
Any ideas? It seems it is failing writing the new blog to db based on that line number.
public static function MSA_updateThemeNewBlog($blogID)
{
$blogInfo = MSA_functions::getBlogInfo($blogID);
$this->MSA_addThemeToDB($blogInfo);
}
]]>
Hi we use a multisite with ~ 1,200 client websites running. Just wanted to get an idea of initial load while the audit is running. Should this be done in off-hours? I’ve played with it a bit in a development environment, but before deploying to our live environment, I’d like to get an idea of how this may affect performance. Thanks!
]]>Not a support request because the plugin seems to be working fine on 4.7 and is not kicking out any actual errors, but EVERY page of the plugin is kicking out a ton of notices and warnings related to deprecated functions/methods and missing arguments. See the notices at the bottom for a sampling.
I do not have the same URLs pointing to “/” instead of proper domain as someone else reported, but they were using subdomains and I’m using subdirectories.
Just wanted to give a heads up to the developer and to let others know that this amazing plugin does work for 4.7, but you will see a ton of notices if you have debugging enabled.
Deprecated: Non-static method MSA_functions::getNetworkBlogList() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 78
Warning: Missing argument 2 for wpdb::prepare(), called in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/functions.php on line 198 and defined in /home/path/to/www/domain/wp-includes/wp-db.php on line 1291
Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.0.) in /home/path/to/www/domain/wp-includes/functions.php on line 4091
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Notice: Undefined variable: thisThemeCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 92
Deprecated: Non-static method MSA_functions::getAllSitesFromThemesTable() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 96
Notice: Undefined variable: twentyseventeenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 101
Notice: Undefined variable: quickstrapCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentyelevenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentyfifteenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentyfourteenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentysixteenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentytenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentythirteenCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Notice: Undefined variable: twentytwelveCount in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 110
Deprecated: Non-static method MSA_functions::getAllPluginsUsed() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 135
Warning: Division by zero in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 137
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
Deprecated: Non-static method MSA_functions::getPluginNameFromRef() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 147
Deprecated: Non-static method MSA_functions::getBlogsUsingPlugin() should not be called statically in /home/path/to/www/domain/wp-content/plugins/multisite-auditor/admin/index.php on line 154
]]>This plugin works well with the current WP version 4.5.2 on large multisite installations except that the URL for the specific blog on the plugin and theme overview detail pages is not correct and only returns ‘/’ home site instead of the cname (https://testing.mysite.org).
Also, it would be great if this plugin could also tell/sort whether the plugin or theme needs an update as well. I’ve been using ‘Network Audit Plugin’, which works great for showing which themes/plugins are active on specific sites, but our multisite is getting too large and it really bogs down with the query. So helpful to know which sites might be affected by an update before we commit.
Thanks!
]]>Hi,
I am currently making preparations for updating an old WP 3.2.1 Multisite installation, and I was hoping your plugin might be of help in the process.
The initial audit, however, apparently went wrong, probably because the whole network is protected by .htaccess. I was logged in to the main site only, when the audit started. The .htaccess authentication was triggered a number of times, and each time I then logged in to the site in question.
Now the only result showing is on the plugins screen. Nothing is showing up on any of the others (sites, themes).
I was wondering if there is a way to repeat the initial audit? I already tried deactivating/uninstalling, then reinsalling Multisite Auditor, but to no avail.
]]>