Posted 5 января, 20231 yr comment_189005 hi i've installed everything succesfully except at the end i get this bug. does someone know why and how to fix it? pls.
5 января, 20231 yr comment_189009 Нужно увеличить количество запросов в настройках веб сервера (nginx/apache)
5 января, 20231 yr Author comment_189033 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?
6 января, 20231 yr comment_189046 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 6 января, 20231 yr by AHristich
6 января, 20231 yr Author comment_189060 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 !
7 января, 20231 yr comment_189067 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>
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.