Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

I get an error when signing into my admin panel after upgrading to v.1.1.3

Started by denagpam, January 31, 2013, 04:38:03 PM

Previous topic - Next topic

denagpam

Dear admin,

I have upgraded to v.1.1.3. But, I get an error when I try to sign into my admin panel:

after I browse to: http://goolysmart.web.id/index.php?s=gs_admin

There is an error:

"Fatal error: Call to a member function replaceDescriptions() on a non-object in /home/goolysma/public_html/admin/model/localisation/language_definitions.php on line 50"

Then, I do no know where I must locate upgrade.php file. Must it be located to public_html?

If so, I have done this, but, after I browse to goolysmart.web.id/upgrade.php, I get this error:

"There has been an error processing your request

Please check error log for more info. You can check error log in the control panel if it is functional. Otherwise, refer to error log located in your web server
Go to main page"

Hope you help me fix this issue.

Thanks.

abolabo

HI.
if you upgraded from 1.1.2 to 1.1.3 you have to do:

1. download package http://abantecart.googlecode.com/files/abantecart_1.1.3_upgrade_only.tar.gz and unpack.
2. replace all php files into your public_html directory by files of folder "code".
3. delete all files from folder public_html/system/cache except index.html
4. also check is file core/engine/language.php exists

"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

Nimitz1061

I have the same issue.

I have done all of the things you listed.

The problem remains.

David

Nimitz1061

Also,  your listed steps do not include information on what to do with the upgrade.php file which is located above the code/ folder.

David

Nimitz1061

Looking at the files in the upgrade only tarball, I see that there is NO public_html/core/version.php file.

Adding this does not fix the problem however...



Nimitz1061

Further, looking at the upgrade.php file, I checked the conditions that the file looks for in the database, and did not find them.

In my case at least, this would seem to be immaterial to the fatal error..

Nimitz1061

setting auto_translate_status to '0' in phpMyAdmin also fails to address this.

denagpam

Mr. David, thanks very much for your attention to this issue. I know that you are one of the abantecart's admin. I hope Mr. abolabo will give a response this. Thanks.

abolabo

i confirm. it's a bug.
please replace lines
//load main language section
$language->load();
$registry->set('language', $language);

by this
//load main language section
$registry->set('language', $language);
        $registry->get('language')->load();


thanks to denagpam for help.
1.1.4 will be released soon.
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

denagpam


Forum Rules Code of conduct
AbanteCart.com 2010 -