Andris Posted June 19, 2013 Share Posted June 19, 2013 Здравствуйте! В админке Престы 1.4.10 есть предупреждения (см. вложения). СтОит ли к ним серъезно относиться или они не критичны и не влияют на работоспособность сайта? Заранее благодарю за ответы! Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted June 19, 2013 Share Posted June 19, 2013 Нужно установить register_globals = off и поменять права на папки с кэшем в 777 1 Link to comment Share on other sites More sharing options...
Andris Posted June 19, 2013 Author Share Posted June 19, 2013 Нужно установить register_globals = off Это в .htaccess? В какое место файла вставить эту строку? Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted June 19, 2013 Share Posted June 19, 2013 Открой config/defines.inc.php и перед началом кода пропиши: @ini_set('register_globals', 'off'); 1 Link to comment Share on other sites More sharing options...
Andris Posted June 19, 2013 Author Share Posted June 19, 2013 Открой config/defines.inc.php и перед началом кода пропиши: @ini_set('register_globals', 'off'); Сделал, спасибо! На папку tools/smarty/cache права 777 установил, кэш почистил. Но сообщение в админке "Дополнительные параметры : Обратите внимание на следующие ошибки Установите в настройках PHP register global off" так и висит. Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted June 19, 2013 Share Posted June 19, 2013 Хм... Через .htaccess можно сделать вот так: php_flag register_globals 0 1 Link to comment Share on other sites More sharing options...
Andris Posted June 19, 2013 Author Share Posted June 19, 2013 Хм... Через .htaccess можно сделать вот так: php_flag register_globals 0 теперь ОК строку @ini_set('register_globals', 'off'); в config/defines.inc.php оставить? Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted June 19, 2013 Share Posted June 19, 2013 теперь ОК строку @ini_set('register_globals', 'off'); в config/defines.inc.php оставить? Если не помогла, то лучше убрать 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now