Post by taylorn » Sat Jan 21, 2012 11:21 am

Hi

I have just installed OpenCart using Installatron and Softaculous (had the same issue so I tested other means) and I also installed from source.

When I navigate to the admin area to login, after entering my username/password, the page simply refreshes - no error, no warning, no login :(

I also tried a password reset and the same thing happens. After entering my email address, it just refreshes the page with no notifications.

I am not sure what's going on. Perhaps an issue with my PHP setup?

Newbie

Posts

Joined
Sat Jan 21, 2012 11:16 am

Post by taylorn » Sat Jan 21, 2012 3:21 pm

I fixed this myself. There were some conflicting settings in the /admin/php.ini which I removed :)

Newbie

Posts

Joined
Sat Jan 21, 2012 11:16 am

Post by Rene82 » Tue Jan 24, 2012 1:14 pm

How did you fix this?
Which settings in php.ini?

I have the same problem.... might be the same issue?

Newbie

Posts

Joined
Tue Jan 24, 2012 1:13 pm

Post by taylorn » Tue Jan 24, 2012 1:18 pm

Hi

It would be different for every server because I have a custom PHP build on this server. You could try just removing/renaming the PHP.ini in /admin/ and test. Here are the contents

Code: Select all

magic_quotes_gpc = Off;
register_globals = Off;
default_charset	= UTF-8;
max_execution_time = 18000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
I would try to remove magic quotes, and register_globals. We already have those set on our server. Really, it could be any one of those settings though :(

Newbie

Posts

Joined
Sat Jan 21, 2012 11:16 am

Post by williamjay » Mon Jun 04, 2012 8:26 am

session.cookie_domain = ""

-- - thanks for the opportunity to participate in y(our) ongoing success - --


User avatar
New member

Posts

Joined
Sun Apr 29, 2012 5:41 am
Who is online

Users browsing this forum: No registered users and 18 guests