Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Ошибки, не пускает в админку


Recommended Posts

Дорогие друзья, кто может тот поможет. Кто не понял тот поймет :) 

Проблема в следующем, был сайт работал себе и его перенесли на другой впс. На впс стоит вестацп и она пишет кучу логов с ошибками, ошибки приведу ниже. Эти ошибки и возможно что-то еще забивают диск на серве и падает все, в весту не зайти, в пма тоже.
Вот лог ошибок, особенно время, за секунду сколько вылетает и забивает диск.

[Wed Oct 25 10:29:30.176420 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP Warning:  session_start(): open(/home/admin/tmp/sess_3bijaokb5ot05os17r55i0dnd3, O_RDWR) failed: No such file or directory (2) in ***/public_html/system/library/boost/session.php on line 11, referer: https://site
[Wed Oct 25 10:29:30.176444 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP Stack trace:, referer: https://site
[Wed Oct 25 10:29:30.176460 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP   1. {main}() ***/public_html/index.php:0, referer: https://site
[Wed Oct 25 10:29:30.176467 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP   2. Boost->__construct() ***/public_html/index.php:25, referer: https://site
[Wed Oct 25 10:29:30.176472 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP   3. BoostSession->__construct() ***/public_html/system/library/boost/boost.php:20, referer: https://site
[Wed Oct 25 10:29:30.176477 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP   4. session_start() ***/public_html/system/library/boost/session.php:11, referer: https://site
[Wed Oct 25 10:29:30.377605 2017] [:error] [pid 1211] [client 185.168.130.132:60238] PHP Fatal error:  Call to a member function get() on null in ***/public_html/index.php on line 124, referer: https://site
[Wed Oct 25 10:29:30.377626 2017] [:error] [pid 1211] [client 185.168.130.132:60238] PHP Stack trace:, referer: https://site
[Wed Oct 25 10:29:30.377636 2017] [:error] [pid 1211] [client 185.168.130.132:60238] PHP   1. error_handler() ***/public_html/index.php:0, referer: https://site
[Wed Oct 25 10:29:30.929964 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP Fatal error:  Call to a member function get() on null in ***/public_html/index.php on line 124, referer: https://site
[Wed Oct 25 10:29:30.929985 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP Stack trace:, referer: https://site
[Wed Oct 25 10:29:30.929992 2017] [:error] [pid 1814] [client 185.168.130.132:60240] PHP   1. error_handler() ***/public_html/index.php:0, referer: https://site

После того как освободил место, все стало на места. Но проблема которая раньше была в ПМА (логин пароль вел, а не входит, просто обновляет страницу) перекочевала в админку сайта, и ты просто нажимаешь кнопку стр обновляется но ничего не происходит

Надіслати
Поділитися на інших сайтах


  • 1 year later...

Всем здравствуйте! Дабы не захломлять форум, напишу в этой теме. Проблема та же, не могу попасть в админку опенкарт. (окстор 2.3). Скачивал с сайта ocstore.com. При вводе пары: логин/пароль происходит переход на https://adverts-site.000webhostapp.com/admin/index.php?route=common/login&token=3JRFZD81fBWFjJ6EmUbQBYhFi57qojqz

При этом ни каких ошибок не выдает.

Файлы config.php и admin/config.php переименовал. 

Пара 

define('DB_USERNAME')
define('DB_PASSWORD')

в обоих конфигах совпадает.

Cache чист.

.htaccess

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
 Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]


### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

### Display PHP errors 
### Uncomment the commands by removing the # sign in front of it.
# php_flag display_startup_errors on
# php_flag display_errors on
# php_flag html_errors on
# php_flag track_errors on
# php_value error_reporting "E_ALL"

В чем может быть причина, по которой окстор не запускает в админку?

Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.