2015-11-20, 07:34:33
(2015-11-15, 19:45:21)davetest Wrote: Thanks Shaun, some good common sense advice, but sadly it didn't work after upgrading to v3.3.7.
I also made a clean install of stock v3.3.7 and this plugin still goes to: http://www.DOMAIN.COM/admin/load.php?id=migrate and gives a 404 error. Such a shame as the whole idea of this plugin is great.
Hi, davetest.
I tried this plugin on a variety of server types, like localhost (XAMPP); localhost with specific port (localhost:1234); on real servers when GS installed in root and on real servers when GS installed in subdirectory.
Everywhere it's works without errors.
Form used this activating code:
Code:
<form action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?>" method="post">
So, maybe your server use HTTPS protocol (I'm not tryed this plugin on HTTPS) or your server use some unusual redirecting.
You can try remove action option from form call. And try again.