XF 1.5 install add on problems/admin.php

ŽivaAkcija

Well-known member
Hi, when install or upgrade add on they stop install and after refresh ask to do it manualy, no any error logs, no blank page nothing, also Rebuild XML Sitemap GIVES me this error

403Forbidden
You don't have permission to access /admin.php on this server.
 
Try checking if mod_evasive is enabled on your server. If it is either disable it or change the settings for it.

That being enabled with low page access settings will result in the no permission error and cause the failure to load the CSS as in your screenshot.
 
Try checking if mod_evasive is enabled on your server. If it is either disable it or change the settings for it.

That being enabled with low page access settings will result in the no permission error and cause the failure to load the CSS as in your screenshot.
it is possible check it inside cpanel shared host?
 
Do you know if your host is using suPHP? If so all file permissions should be 0644, and directory permissions should be 0755
i found this error log

Code:
[Wed Mar 14 20:05:04.735385 2018] [:error] [pid 325851:tid 140318754203392] (12)Cannot allocate memory: [client 173.244.44.57:63904] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:05:04.734343 2018] [:error] [pid 325628:tid 140318546544384] (12)Cannot allocate memory: [client 173.244.44.57:63906] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:04:57.363179 2018] [:error] [pid 325626:tid 140318588503808] (12)Cannot allocate memory: [client 69.12.65.103:52217] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:04:57.363128 2018] [:error] [pid 325628:tid 140318609483520] (12)Cannot allocate memory: [client 69.12.65.103:52218] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:02:20.058570 2018] [:error] [pid 315645:tid 140318651442944] (12)Cannot allocate memory: [client 192.227.64.237:54013] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:02:20.057158 2018] [:error] [pid 315644:tid 140318651442944] (12)Cannot allocate memory: [client 192.227.64.237:54012] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:00:26.167138 2018] [:error] [pid 274226:tid 140318483605248] (12)Cannot allocate memory: [client 104.238.126.48:62566] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/index.php, referer: http://www.facebook.com/
[Wed Mar 14 20:00:26.137359 2018] [:error] [pid 274033:tid 140318578013952] (12)Cannot allocate memory: [client 52.14.28.156:54675] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/index.php, referer: https://klimeforum.ru/
[Wed Mar 14 20:00:06.867486 2018] [:error] [pid 274473:tid 140318462625536] (12)Cannot allocate memory: [client 93.180.122.53:54905] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/admin.php, referer: https://klimeforum.ru/admin.php
[Wed Mar 14 19:59:43.620789 2018] [:error] [pid 280470:tid 140318743713536] (12)Cannot allocate memory: [client 192.227.117.133:65167] couldn't create child process: /usr/sbin/suphp for /home/klimefor/public_html/css.php, referer: https://klimeforum.ru/
 
Top Bottom