aladeen Posted January 5 Report Share Posted January 5 hi i've installed everything succesfully except at the end i get this bug. does someone know why and how to fix it? pls. Quote Link to comment Share on other sites More sharing options...
HooLIGUN Posted January 5 Report Share Posted January 5 Нужно увеличить количество запросов в настройках веб сервера (nginx/apache) Quote Link to comment Share on other sites More sharing options...
aladeen Posted January 5 Author Report Share Posted January 5 7 hours ago, HooLIGUN said: Нужно увеличить количество запросов в настройках веб сервера (nginx/apache) I've contacted my hosting and they said I need to contact the developer of the file, but is there any video on how to fix it pls? Quote Link to comment Share on other sites More sharing options...
AHristich Posted January 6 Report Share Posted January 6 (edited) 12 часов назад, aladeen сказал: I've contacted my hosting and they said I need to contact the developer of the file, but is there any video on how to fix it pls? try adding to htaccess <ifModule mod_php.c> php_value max_execution_time 3600 php_value max_input_time 3600 </ifModule> 3600 - for simple. in general, hosting companies usually have the ability for users to specify their settings in php.ini. Edited January 6 by AHristich Quote Link to comment Share on other sites More sharing options...
aladeen Posted January 6 Author Report Share Posted January 6 11 hours ago, AHristich said: try adding to htaccess <ifModule mod_php.c> php_value max_execution_time 3600 php_value max_input_time 3600 </ifModule> 3600 - for simple. in general, hosting companies usually have the ability for users to specify their settings in php.ini. Put it to 3600, and reinstalled it but no success. still get the error message 429 Too Many Requests error message If you have discord could we then talk there? i am willing to donate my money to you to solve this issue ! Quote Link to comment Share on other sites More sharing options...
Zero108 Posted January 6 Report Share Posted January 6 Хостинг нужен побогаче. SlawkA 1 Quote Link to comment Share on other sites More sharing options...
AHristich Posted January 7 Report Share Posted January 7 aladeen try this <ifModule mod_php.c> php_value max_execution_time 3600 php_value max_input_time 3600 php_value max_input_vars 10000 </ifModule> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.