Post by japanees » Thu Apr 08, 2010 1:01 pm

Oh my,

so your telling me that the language files in the newest download 1.4.6 are the problem, and they should be fixed?
Because it is either, or.

The only difference in these two files

1.4.5
$config->set('config_language_id', $languages[$config->get('config_language')]['language_id']);

$language = new Language($languages[$config->get('config_language')]['directory']);
$language->load($languages[$config->get('config_language')]['filename']);
$registry->set('language', $language);

1.4.6
$config->set('config_language_id', $languages[$config->get('config_admin_language')]['language_id']);

$language = new Language($languages[$config->get('config_admin_language')]['directory']);
$language->load($languages[$config->get('config_admin_language')]['filename']);
$registry->set('language', $language);

New member

Posts

Joined
Sat Mar 20, 2010 12:34 am

Post by i2Paq » Thu Apr 08, 2010 10:28 pm

Nobody has this issue, so it MUST be related to your server/setup.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by hireconor » Fri Apr 09, 2010 6:42 am

I'm having the same issue has him as I am upgrading from 1.4.3 to 1.4.6.

User avatar
New member

Posts

Joined
Mon Mar 15, 2010 9:31 am

Post by japanees » Fri Apr 09, 2010 7:48 am

All I did to fix it was change the

/admin/index.php 1.4.6 with the /admin/index.php from 1.4.5 and it worked

New member

Posts

Joined
Sat Mar 20, 2010 12:34 am

Post by rph » Fri Apr 09, 2010 8:04 am

I posted the wrong SQL query before. That's what I get for a mindless copy-paste. It should have been:

Code: Select all

INSERT INTO `setting` (
`setting_id` ,
`group` ,
`key` ,
`value`
)
VALUES (
NULL , 'config', 'config_admin_language', 'en'
);
That's the source of all the problems. It's not included with the upgrade instructions and Admin won't load without it.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska
Who is online

Users browsing this forum: Majestic-12 [Bot] and 3 guests