Replies: 5 comments 6 replies
-
|
This should be an issue in wintercms/web-installer. @bennothommo any input? |
Beta Was this translation helpful? Give feedback.
-
|
@Anjaan2077 would you mind re-running the Web Installer with the Network tab in your browser's Inspector Tools open, and paste in the response you get for the AJAX command that fails with that error? Likely scenario here is that a PHP error message is getting printed out in the JSON response. |
Beta Was this translation helpful? Give feedback.
-
|
I've got the same error. Checking the network tab as suggested by @bennothommo I found a post to api.php with status 500 and no response. So, I've checked the apache error log and I've found this: PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp74\htdocs\winter\install\api\src\Api.php on line 225, referer: http://localhost/winter/install.html It seems to be a timeout problem when downloading the files from github. So, increasing the max_execution_time in php.ini solve my problem. |
Beta Was this translation helpful? Give feedback.
-
|
@bennothommo can we add some sort of detection for this case to let users know that the failure state is likely caused by a slow or failing connection between their server and the package source? |
Beta Was this translation helpful? Give feedback.
-
|
Also, I think that maybe you can explicitly increase the max execution time for that particularly script with set_time_limit(600) or similar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when in install my hosting account i have get this error. how to fix this problem?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions