I'm having a similar issue trying to install 2.3.2 on one of my sites. I downloaded the zip with wget, extracted it and made sure permissions were correct (755/644). I made sure to log into Exponent, and started the upgrade process. When I click on Continue to Update the Database Tables, it tries to find the page but eventually I'm taken to page not found.
I'm having a similar issue trying to install 2.3.2 on one of my sites. I downloaded the zip with wget, extracted it and made sure permissions were correct (755/644). I made sure to log into Exponent, and started the upgrade process. When I click on Continue to Update the Database Tables, it tries to find the page but eventually I'm taken to page not found.
I still have some issues. When I try to install 2.3.2 patch 2, I am getting the page not found again upon clicking on Continue to Update the Database Tables, I am again getting a page not found error. The error log on the server said its a premature end of script.
I have again verified that /install/pages/upgrade-3.php does exist and has permissions of 644. I also tested the zip file by using the command suggested above. I have previously updated this site to patch 1 without issue so I am at a loss for why this site has these intermittent issues doing upgrades.
You might try to turn on error reporting during installation by uncommenting a line define('DEVELOPMENT','1'); in exponent_version.php, which will output any warning, etc... during an installation. You also could try to 'force' it to that stage by entering this in the url http://www.mysite.org/install/index.php?page=upgrade-3 That might circumvent any issues related to relative pathnames.
So I started the process as normal this morning. It worked fine. Maybe it was timing out. But when it does this again I will be trying your suggestions.
Comments
Do I need to follow the advice found at: http://docs.exponentcms.org/docs/2.3.2/installation-was-interrupted-and-now-i-can-only-upgrade-the-site
View article...
I have again verified that /install/pages/upgrade-3.php does exist and has permissions of 644. I also tested the zip file by using the command suggested above.
I have previously updated this site to patch 1 without issue so I am at a loss for why this site has these intermittent issues doing upgrades.
View article...
define('DEVELOPMENT','1');
in exponent_version.php, which will output any warning, etc... during an installation.
You also could try to 'force' it to that stage by entering this in the url
http://www.mysite.org/install/index.php?page=upgrade-3
That might circumvent any issues related to relative pathnames.
View article...
Thanks again,
BJ
View article...