Inccorect DB table name
-
Starting from version 1.8.2, we noticed the plugin doesn’t allow adding new actions when it is enabled on new sites for the first time, on a multisite WP. Our investigation led us to a bug on this line in the
actionnetwork.phpfile:$table_name = $wpdb->prefix . 'wp-action-network';
This could be fixed by changing the table name as below and bumping the DB version ($actionnetwork_db_version), something close to this:$table_name = $wpdb->prefix . 'actionnetwork';
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.