Probleme with Admin page Opencart 3.0.3.8

Username (e.g. epiz_XXX) or Website URL

epiz_31859028
(please specify the website or account you are asking about)
lesfousdedisney.great-site.net

Error Message

Loop on Admin panel Opencart
(please share the FULL error message you see)

Other Information

Hi,

After install opencart with my file 3.0.3.8 when i try to connect on admin panel, it’s loop. Impossible to access admin panel open cart. If i try with false password i have an error and with true password it’s loop on the admin page.

What is the proble ?

Thanks
(other information and details relevant to your question)

check your error logs?
https://forum.opencart.com/viewtopic.php?t=16658

2 Likes

i don’t have the log directory.

The problem is when i inputing the credentials, it’s return on the admin page, impossible to enter on admin page

i found this info for the admin loop but its for 3.0.3.2 , maybe its the same issue ?

You need to set your php time and mysql time the same. its deleting cookies to soon. You can fix this.

Open:

system/config/default.php
system/config/catralog.php
system/config/admin.php

Find:

$_['session_engine'] = 'db';

Replace

$_['session_engine'] = 'file';

theres also this thread about installing opencart that might help OpenCart Solution

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.