Havouza Posted December 11, 2017 Posted December 11, 2017 Hi! Fresh install 1.0.3 php 7.0 Centos 7. Three other shops work without problem. Have not installed a fresh 1.0.3 before Stops at 75%
0 Havouza Posted December 11, 2017 Author Posted December 11, 2017 Installed now after changing execute time to 300. But now I cant reach the FO. BO works without problem ERRTOOMANY_REDIRECTS Have deleted cookies no help
0 Beeta Posted December 27, 2017 Posted December 27, 2017 Same problem here. I'm getting Gateway Time-out I have max_execution_time set to 600 I'm on nginx+php-fpm. In nginx vhost configuration I added: fastcgi_read_timeout 300; this solved the problem
0 DRMasterChief Posted February 6, 2018 Posted February 6, 2018 Hello, unfortunately i have the same problem. Today i tried a new installation of 1.0.3 on a new webspace which i would use for our shop. But installation breaks at 72% with the Ajax request failed for process installModules=true with error. How can i force the following variable to be always true to do things slowly: https://github.com/thirtybees/thirtybees/blob/1.0.3/install-dev/controllers/http/process.php#L296 as mdekker says before? I am not clear how to change this file. I am not allowed to change maxexecutiontime to another level, so i have to find another solution. thank you!
0 DRMasterChief Posted February 6, 2018 Posted February 6, 2018 OK i changed it to $lowMemory = Tools::getMemoryLimit() < Tools::getOctets('42M'); => $lowMemory = true; but now i cant install TB :( , an http error 500 is shown
0 DRMasterChief Posted February 6, 2018 Posted February 6, 2018 copied this file again and changed the part to: $lowMemory = true; then uploaded the file again, seems to work now :) not sure what was the problem before. Should i change this file back to the original part when installation is done?
0 DRMasterChief Posted February 6, 2018 Posted February 6, 2018 you´re so correct :) installation is done now, thank you for support, going to bed now
Question
Havouza
Hi! Fresh install 1.0.3 php 7.0 Centos 7. Three other shops work without problem. Have not installed a fresh 1.0.3 before Stops at 75%
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now