Forum

Toolkit help with WP Migrate DB pluggin

Fred
26 June 2015, 10:54
Hi,

I use the following wordpress toolkit
UrlToolkit {
ToolkitID = wp-multi-subdir
Match ^/index\.php$ Return
Match ^/([_0-9a-zA-Z-]+/)?wp-admin$ Redirect /$1wp-admin/
RequestURI exists Return
Match ^/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) Rewrite /$2
Match ^/([_0-9a-zA-Z-]+/)?(.*\.php)$ Rewrite /$2
Match ^/[_0-9a-zA-Z-]+(/wp-.*) Rewrite /$1 # if not present 404 - error is displayed
# Match ^/[_0-9a-zA-Z-]+(/.*\.php)$ Rewrite /$1 #test
Match .* Rewrite /index.php?$1
}


I have now install the wp migrate db pro plugging and I get the following error message:
WPSDB Error: There was a problem with the AJAX request, we were expecting a serialized response, instead we received:<br />

According to the developer this is because there is custom code on the remote that redirects away from admin-ajax.php very early in the admin request flow (e.g. admin_init hook).

Could you please help me to modify my toolkit to accommodate the change?

Thank you
Hugo Leisink
29 June 2015, 10:47
I'm afraid I can't help you with this. I have no idea what is required for the migrate db pro plugin.
This topic has been closed.