Page 1 of 1

cmsms-2.1.4-install.php redirect to home page

Posted: Tue Jun 07, 2016 3:24 pm
by nervino
Hello, I'm trying to upgrade from cmsms 2.1.3 to 2.1.4 but when I launch the upgrade process I am redirected to the home page.
(URL: http://www.example.com/cmsms-2.1.4-install.php/index.php).

I have uploaded the installation phar via FTP in binary mode.
Previous upgrade of the same site had no problems.

Ideas?

Thanks

Re: cmsms-2.1.4-install.php redirect to home page

Posted: Tue Jun 07, 2016 6:49 pm
by velden
How is that your homepage?

http://www.example.com/cmsms-2.1.4-install.php/index.php

Wild guess: rename your .htaccess during upgrade?

Re: cmsms-2.1.4-install.php redirect to home page

Posted: Wed Jun 08, 2016 6:47 am
by nervino
I put the "example.com" but the actual domain is different.

I removed the .htaccess completely and changed config.php to not to use mod_rewrite. The problem is still there and I can't figure out the reason..

Re: cmsms-2.1.4-install.php redirect to home page

Posted: Wed Jun 08, 2016 7:01 am
by Rolf
Just open http://www.example.com/cmsms-2.1.4-install.php without index.php

Re: cmsms-2.1.4-install.php redirect to home page

Posted: Wed Jun 08, 2016 7:13 am
by velden
I can just say the url looks perfectly fine; it's the index.php inside the phar-installer. Looks the same on my server (other domain obviously).

If you don't see the installer at that point I don't know what's going on.

Re: cmsms-2.1.4-install.php redirect to home page

Posted: Wed Jun 08, 2016 11:04 am
by nervino
Yes, when I open http://www.example.com/cmsms-2.1.4-install.php I am redirected to http://www.example.com/cmsms-2.1.4-inst ... /index.php but I see the site's home page, not the installer.

I'll try to replicate the situation in a local vmware to see if there are differences...
I'll post back the solution when I'll find it.

Thank you both.