Page 1 of 1

(solved) opencart admin cannot login

Posted: Tue Feb 01, 2011 11:27 am
by lill8er
I have been having long waits to log into http://www.mywebaddress.com/admin/ for "opencart", most of the time i can't even log in. this just started today, was working fine yesterday, i have also reinstalled opencart and mysql and the issue is still occurring. need some help. I am using version 1.4.9.3 of opencart. Thanks.

Re: (solved) opencart admin cannot login

Posted: Tue Feb 01, 2011 12:13 pm
by lill8er
Turns out it was the currency auto updater. had to manually go on to the currency.php module.

In this module:admin\ model\localisation\currency.php

i deleted the web address below in bold and saved it - then logged in to opencart normally and disabled the auto currency thing. and restored the currency.php file back to normal.

curl_setopt($ch, CURLOPT_URL, 'http://download.finance.yahoo.com/d/quotes.csv?s=' . implode(',', $data) . '&f=sl1&e=.csv');

this fixed it ^

Re: (solved) opencart admin cannot login

Posted: Tue Feb 01, 2011 7:35 pm
by i2Paq
Thanks for the report back. :)

Looks like your server/connection is blocking that site.

Re: (solved) opencart admin cannot login

Posted: Tue Aug 13, 2013 1:44 pm
by shihabukp
thanks lill8er
i could fix the issue.