Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

LastNaggets

Newbie
  
  • Posts

    12
  • Joined

  • Last visited

Everything posted by LastNaggets

  1. скачайте php файл https://www.adminer.org/#download закачайте в корень сайта зайдите на него браузером, введите логин\пароль sql сервера выберите бд которая юзается вашим сайтом найдите таблицу oc_user нажмите edit рядом с записью администратора напротив поля password укажите md5 и напишите новый пароль нажмите save
  2. через sql менеджер измените пароль (таблица oc_user)
  3. http://massagediamond.ru/upload http://massagediamond.ru/upload/install/index.php вроде нет ошибки
  4. пока лог ошибок не увидите ничего не изменится) вывод ошибок работает? проверяли?
  5. а должно быть, ибо ошибка 500 нужно включить вывод ошибок, через php.ini или htaccess и на всякий еще раз рекурсивно изменить права на папки 755 и файлы 644, удалить кеш файлы из system/storage/cache
  6. Для начала включите вывод ошибок Система > настройки > сервер > показываать ошибки или почитайте лог ошиьбок (Система > инструменты > журнал ошибок)
  7. Может кому поможет в будующем.. Проблема была в недостатке прав юзера от которого работал nginx и php-fpm Создание нового юзера и добавление его в группу администратора решило проблему
  8. если нечего ответить - не флудите пожалуйста
  9. И ещё, все новые картинки загружаемые при добавлении товаров, сохраняются также с ограниченными правами и не отображаются ----rw----+ 1 nginx nginx 13777 май 12 18:04 file7.jpg
  10. Версия ocStore 2.1.0.2.1 Сразу после установки системы, в админке такие ошибки Warning: fopen(/usr/share/nginx/html/shop/system/storage/cache/cache.store.1463053340): failed to open stream: Permission denied in /usr/share/nginx/html/shop/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 30Warning: fread() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 36Warning: fopen(/usr/share/nginx/html/shop/system/storage/cache/cache.order_status.1.1463053340): failed to open stream: Permission denied in /usr/share/nginx/html/shop/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 30Warning: fread() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 36 Система->Журнал ошибок 2016-05-12 13:42:20 - PHP Warning: fopen(/usr/share/nginx/html/shop/system/storage/cache/cache.store.1463053191): failed to open stream: Permission denied in /usr/share/nginx/html/shop/system/library/cache/file.php on line 28 2016-05-12 13:42:20 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 30 2016-05-12 13:42:20 - PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 32 2016-05-12 13:42:20 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 34 2016-05-12 13:42:20 - PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 36 2016-05-12 13:42:20 - PHP Warning: fopen(/usr/share/nginx/html/shop/system/storage/cache/cache.order_status.1.1463053191): failed to open stream: Permission denied in /usr/share/nginx/html/shop/system/library/cache/file.php on line 28 2016-05-12 13:42:20 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 30 2016-05-12 13:42:20 - PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 32 2016-05-12 13:42:20 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 34 2016-05-12 13:42:20 - PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/share/nginx/html/shop/system/library/cache/file.php on line 36 Права на system/storage/cache/ 777 drwxrwxrwx+ 2 nginx nginx 4096 май 12 13:42 cache drwxrwxrwx+ 2 nginx nginx 23 апр 2 00:41 download drwxrwxrwx+ 2 nginx nginx 75 май 12 13:42 logs drwxrwxrwx+ 2 nginx nginx 23 апр 2 00:41 modification drwxrwxrwx+ 2 nginx nginx 23 апр 2 00:41 upload Дело в том, что после того как я задаю права 755 или 777 на папку cahe, всё работает без ошибок буквально 1 секунду новые кэш файлы там сохраняются с другими правами: ----rw----+ 1 nginx nginx 327 май 12 13:56 cache.language.1463054170 ----rw----+ 1 nginx nginx 290 май 12 13:56 cache.length_class.1.1463054170 ----rw----+ 1 nginx nginx 1177 май 12 13:59 cache.order_status.1.1463054343 ----rw----+ 1 nginx nginx 379 май 12 13:56 cache.stock_status.1.1463054170 ----rw----+ 1 nginx nginx 2 май 12 13:59 cache.store.1463054343 ----rw----+ 1 nginx nginx 518 май 12 13:56 cache.tax_class.1463054170 ----rw----+ 1 nginx nginx 274 май 12 13:56 cache.weight_class.1.1463054170 Подскажите в чём может быть проблема?
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.