Hoper Posted April 9, 2013 Share Posted April 9, 2013 (edited) Выдает ошибку на втором шаге: Your PHP sessions path is not writable - check with your hosting provider: /tmp Провайдер отказывается дать доступ к папке /tmp 1. Можно ли править путь к темповой папке в конфиге магазина? 2. Можно ли внести запись в .htaccess? и если да то что туда нужно дописать? ... побывал написать в .htaccess <div>php_value session.save_handler files</div> <div>php_value session.save_path "/path/to/tmp"</div> сайт становится недоступным. (там прописана только строчка о кодировке). Edited April 9, 2013 by Hoper (see edit history) Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted April 9, 2013 Share Posted April 9, 2013 Можно попробовать прописать через php: @ini_set('session.save_path', 'path'); Link to comment Share on other sites More sharing options...
Hoper Posted April 9, 2013 Author Share Posted April 9, 2013 Можно попробовать прописать через php: @ini_set('session.save_path', 'path'); А это, пардон, куда прописать надо, в какой файл? Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted April 10, 2013 Share Posted April 10, 2013 А это, пардон, куда прописать надо, в какой файл? install/init.php Link to comment Share on other sites More sharing options...
Hoper Posted April 10, 2013 Author Share Posted April 10, 2013 Вот стразу сколько вариантов нашлось: Я прописал в install/models/system.php Первой строчкой: ini_set('session.save_path','/var/www/webXXX/phptmp/'); ну и он установился 1 Link to comment Share on other sites More sharing options...
Kerm Posted April 10, 2013 Share Posted April 10, 2013 Бред, я бы сменил провайдера на вашем месте...на нормальном шарад хостинге для каждого аккаунта должна быть своя папка тмп.. Link to comment Share on other sites More sharing options...
Hoper Posted April 10, 2013 Author Share Posted April 10, 2013 Бред, я бы сменил провайдера на вашем месте...на нормальном шарад хостинге для каждого аккаунта должна быть своя папка тмп.. Может таки и да, но деньги уже уплочены и дергаться поздно. И у меня есть папки phptmp в корне сайта, надо было что бы это было прописано в переменных профиля или в переменных магазина, что собственно и было сделано. 1 Link to comment Share on other sites More sharing options...
Neiasit Posted April 14, 2013 Share Posted April 14, 2013 Была такая же проблема. Спасибо все заработало 8) Link to comment Share on other sites More sharing options...
lapitsky Posted April 27, 2013 Share Posted April 27, 2013 Проблема не в провайдере. Ошибка в престе. лечение тут - https://github.com/PrestaShop/PrestaShop/commit/e31e4ae0183a9f90c045241c3bc474b33c9d86dc https://github.com/PrestaShop/PrestaShop/commit/e3ba5266250f464e73bfc7ff9b2f3a276117cb05 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