![]() |
|
1.5.6: Local Install stops responding after clicking "Go" on Setup screen. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 1.5.6: Local Install stops responding after clicking "Go" on Setup screen. (/thread-13368.html) |
1.5.6: Local Install stops responding after clicking "Go" on Setup screen. - MarkRH - 2020-02-14 I've decided to finally look more into this. After I click on the Go button it the Setup screen (like after an update to the PHP version), it appears to do some work and then just never responds back. I have to restart the Apache service to the site to respond again. When I check the Setup and Security logs.. they look as if it performed the setup correctly. Digging into the Apache access logs I noticed this:
So, it seems to be triggering a 301 redirect but it never goes there. Mod Rewrite is enabled in Apache since all the .htaccess stuff works. Now, everything works fine on my webhost. This is just a local issue. Any idea where to start looking? I'll keep looking at things on my end. 1.5.6: Local Install stops responding after clicking "Go" on Setup screen. - acrylian - 2020-02-14 I have not encountered this anyway. What I did encounter that sometimes the modrewrite check does fail althought modrewrite is active. There is sadly no real check via PHP or else for this so we use a fake ajax request to a modrewrite url to check. 1.5.6: Local Install stops responding after clicking "Go" on Setup screen. - MarkRH - 2022-01-23 Sorry to add to this old comment but this still happens with version 1.5.7 and latest version of Apache 2.4.52. Stops at the same line in the logs but the actual setup seems to work fine, I have to stop the Apache Service and restart it to get back into the gallery where everything seems to have gone fine. Once again, this is only a local issue. I suppose I could start the whole process over with a new database and everything to see if it fails with a fresh install as well. Make some kind of test gallery. Anyway, if you have any ideas that would be cool. Thanks, 1.5.6: Local Install stops responding after clicking "Go" on Setup screen. - acrylian - 2022-01-23 I still have not encountered this on any host I use⦠The last call above request the The check call is done via a setup class method on line 748 |