I am using MaxBlogPress Ping Optimizer on a multisite installation and get the following error message when registrating the Plugin for the 2nd, 3rd, ...network blog with the same email address:
"Plugin NOT upgraded properly. Please reactivate the plugin."
How can I trigger a new registration?
Any help greatly appreciated!
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
-
Hi Googol,
Such issue usually occurs if the database table is not properly created while installing.
Please follow the below link to get rid of the issue
http://help.maxblogpress.com/spaces/m...
Thanks -
-
Hello Gaurav,
unfortunately this does not help.
When I remove all the plugins from the plugin folder and begin reinstallation for "MaxBlogPress Ping Optimizer" I am able to do so for the forst mutlisite blog but not for the following ones. Whenever I try to registrate for the 2n, 3rd, ...blog I get the abov ementioned message. When I start witht 2nd one, the 1st, 3rd, ... give me this error message. Is it possible that your plugin is not working for multisite blogs?
Thank you
Googol -
-
I'm experiencing the exact same problem?
Any solutions out there?
John -
-
idem.
Reading log:
Table 'girovola_girodb.wp_2_mbp_ping_optimizer' doesn't exist
I will try to create table "wp_X_mbp_ping_optimizer" by hand. X stands for the site number assigned by multisite installation of wp -
-
Resolved. The trick is replace the table name "wp_mbp_ping_optimizer" with that one created by multisite installation. For me:
#0 --> www (root website) --> nothing to do
#2 --> blog --> wp_2_mbp_ping_optimizer
#3 --> hotel --> wp_3_mbp_ping_optimizer
Simply run this script in your mysql manager (phpmyadmin or mysqlworkbench), pay attention the SITE NUMBER before!!!
CREATE TABLE IF NOT EXISTS `wp_2mbp_ping_optimizer` (
`id` int(11) NOT NULL auto_increment,
`date_time` datetime NOT NULL,
`post_title` text,
`log_data` text,
`type` tinyint(4) default '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -
Loading Profile...






