Ivan Shvindin

Ivan Shvindin

Был в сети 19 марта 2019, 17:05
Заказы принимаю
закиньте в папку с сайтом рядом с public_html скрипт chmod.sh и дайте ему права на запуск
#!/bin/bash
echo "CHMOD directories...";
find `pwd`"/public_html" -type d -exec chmod 0755 '{}' \;
echo "CHMOD files...";
find `pwd`"/public_html" -type f -exec chmod 0644 '{}' \;
ну и выполняйте каждый раз перед установкой или обновлением модулей или движка, т.к. у них по крону выставляются обратно на 0700 и 0600
Что-то сломалось в версии 1.0.3, белый экран в админке
2015/08/26 19:22:11 [error] 9099#0: *396068 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Can't use function return value in write context in /var/site/www/core/components/controlerrorlog/processors/mgr/errorlog/get.class.php on line 32" while reading response header from upstream, client: *, server: site.ru, request: "GET /manager/?a=workspaces HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-site.sock:", host: "site.ru", referrer: "http://site.ru/manager/?"