joshuaiz
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsHey Jeff,
Sorry for the delay in responding.
Just did some testing:
1)
Local: PO 6.0.7 deactivated
Remote: PO 6.0.5 activatedWP Migrate DB Pro migrates successfully
2)
Local: PO 6.0.7 deactivate
Remote: PO 6.0.7 activatedMigration fails. Same error:
Unable to connect to the remote server, please check the connection details – 500 Internal Server Error (#129 – scope: ajax_nopriv_flush)These are the errors in the debug.log:
[09-Jul-2016 17:16:31 UTC] PHP Warning: require_once(xxxxxxx/wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php): failed to open stream: No such file or directory in xxxxxxxx/wp-content/plugins/plugin-organizer/plugin-organizer.php on line 12
[09-Jul-2016 17:16:31 UTC] PHP Fatal error: require_once(): Failed opening required ‘xxxxxxxx/wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php’ (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in xxxxxx/wp-content/plugins/plugin-organizer/plugin-organizer.php on line 12
[09-Jul-2016 17:16:44 UTC] WordPress database error Table ‘wp_po_plugins’ already exists for query RENAME TABLE wp_PO_plugins TO wp_po_plugins made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate
[09-Jul-2016 17:16:44 UTC] PHP Fatal error: Call to undefined function is_plugin_active_for_network() in xxxxx/wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php on line 1109
[09-Jul-2016 17:16:44 UTC] WordPress database error Table ‘wp_po_plugins’ already exists for query RENAME TABLE wp_PO_plugins TO wp_po_plugins made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate
[09-Jul-2016 17:16:44 UTC] PHP Fatal error: Call to undefined function is_plugin_active_for_network() in xxxxxx/wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php on line 1109Note that this is *not* multisite.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Using a lot of CPU resources after the last updateWell I have WP Retina 2x running as well and that creates all of the other sizes. All I know is that with both of those plugins and parallel optimization running on MAMP Pro, uploads stall out at some point in the chain.
With parallel optimization turned off, uploads go through as normal.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Using a lot of CPU resources after the last updateRight now it’s 6…but it was doing 6 before on many, many sites without issue before 2.9.1 (and parallel optimization).
Forum: Plugins
In reply to: [EWWW Image Optimizer] Using a lot of CPU resources after the last updateI don’t think parallel optimization is ready for prime time. The new version basically kills uploads on my LOCAL install that has tons of resources. With it on, uploads stall out even for really, really small images (less than 100KB). Turning parallel optimization off fixes it but it is on by default.
I can’t see parallel optimization working even on a VPS or dedicated server with way less resources than my laptop.
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsSo I just tried migrating on another site with PO 6.0.7 and it went through without issue although it is on another host.
Yet still on the site in question, migrations work with 6.0.5 and do not with 6.0.7. Thus there is something else on this site that PO does not like.
I don’t mind giving you credentials but I don’t know if that will help unless you would be able to look at my local install as well (which isn’t an option, obviously).
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsLet me know if there is anywhere else to check. I’m happy to give you access to the remote (live) site but obviously I can’t do that for my local install.
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsThis is really strange.
Nothing in the Apache error logs on the remote site. I’m using MAMP Pro locally and this was in the PHP log:
[30-Jun-2016 15:37:10 UTC] WordPress database error Table ‘wp_po_plugins’ already exists for query RENAME TABLE wp_PO_plugins TO wp_po_plugins made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate
[30-Jun-2016 15:37:10 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_po_plugins ADD PRIMARY KEY PO_post_id (post_id) made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate, dbDelta
[30-Jun-2016 15:46:49 UTC] WordPress database error Table ‘wp_po_plugins’ already exists for query RENAME TABLE wp_PO_plugins TO wp_po_plugins made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate
[30-Jun-2016 15:46:49 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_po_plugins ADD PRIMARY KEY PO_post_id (post_id) made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate, dbDeltaI don’t know if that helps at all.
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsThis is the error I am getting on the remote site in debug.log
[30-Jun-2016 16:10:02 UTC] PHP Notice: Undefined index: HTTP_USER_AGENT in xxxxx/wp-content/mu-plugins/PluginOrganizerMU.class.php on line 355
But that’s just a notice – I don’t think it would break the migration. Other than that and the error above, that’s it.
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsStill getting the same error with 6.0.7:
Unable to connect to the remote server, please check the connection details – 500 Internal Server Error (#129 – scope: ajax_nopriv_flush)
This error occurs at the end of the migration.
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsHey Jeff,
I’m not running windows. Migrating from local (Mac OS X El Capitan 10.11.5) to live (Ubuntu 12.04.5 LTS (GNU/Linux x86_64)).
In any event I will give 6.0.7 a go and report back.
Thanks!
Forum: Plugins
In reply to: [Plugin Organizer] 6.06 breaks WP Migrate DB Pro migrationsHi Jeff,
Just in case I didn’t isolate the problem properly I just tried again – upgraded to 6.06, tried to migrate and got this same error:
Unable to connect to the remote server, please check the connection details – 500 Internal Server Error (#129 – scope: ajax_nopriv_flush)
Reverted back to 6.05 and migration goes through successfully. No other settings/options were changed with WP Migrate DB Pro or Plugin Organizer.
Let me know if there’s anything else I can do to help.
@dave (and anyone else) go here:
Just FYI reverting back to 1.3.9.2 solved the duplicate post issue for me.
*** Post Edited ***
Reverting back to 1.3.9.2 to see if that resolves the issues. I’ll report back.
***Update***
I have two notifications for new posts: one for Members (using Membership plugin) and one for Admins.
I disabled the Members notification but left the Admin notification active then created a new post. For that notification, only one email went out which is the expected behavior.
I’d be interested to see what the other people experiencing this are using in their email chain.
J