Error when creating new sites
-
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); }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Error when creating new sites’ is closed to new replies.