CMS MADE SIMPLE FORGE

Multilanguage CMS

 

[#8765] Cannot add language through admin panel after upgrade on a 1.11.4 CMS and Mle

avatar
Created By: Eric Pesser (heriquet)
Date Submitted: Wed Dec 19 15:58:18 -0500 2012

Assigned To: Zdeno Kuzmany (xxl)
Version: 1.11.4
CMSMS Version: 1.11.3
Severity: Major
Resolution: None
State: Open
Summary:
Cannot add language through admin panel after upgrade on a 1.11.4 CMS and Mle
Detailed Description:
MleCMS was installed on this site but not configured/used.

I upgraded to the last versions of CMSMS and MleCMS and tried to add my
languages.

After adding, my languages list stay empty, SQL table module_mlecms_config is
also empty.

Success message is wel displayed.

uploads/MleCMS is also empty even if I choose a flag picture.

The sql query for insert : INSERT INTO cms_fr_module_mlecms_config
(name,alias,extra,locale,setlocale,direction,flag,sort,created_date,modified_date)
VALUES
('Français','fr','','fr_FR',NULL,'','images/MleCMS/flag_fr.png',1,NOW(),NOW())

At line $cid = $db->Insert_ID();, $cid value is 0.

I pushed the SQL query in phpMyAdmin and I got the following error: "#1054 -
Unknown column 'extra' in 'field list'".

I see in upgrade.php that upgrade to 1.10.1 added the "extra" column. 

So don't know why this was not executed at upgrade.

Also direction and setlocale are not present.

Is someone get the same issue, I solved by modifying "modules" table at line
"MleCMS". I changed "version" from 1.11.4 to 1.9 and went to "Modules" admin
page. I then had to upgrade this module and all missing columns are now added.


History

Updates

Updated: 2012-12-19 18:11
description: MleCMS was installed on this site but not configured/used. I upgraded to the last versions of CMSMS and MleCMS and tried to add my languages. After adding, my languages list stay empty, SQL table module_mlecms_config is also empty. Success messag => MleCMS was installed on this site but not configured/used. I upgraded to the last versions of CMSMS and MleCMS and tried to add my languages. After adding, my languages list stay empty, SQL table module_mlecms_config is also empty. Success messag

Updated: 2012-12-19 18:06
description: MleCMS was installed on this site but not configured/used. I upgraded to the last versions of CMSMS and MleCMS and tried to add my languages. After adding, my languages list stay empty, SQL table module_mlecms_config is also empty. Success messag => MleCMS was installed on this site but not configured/used. I upgraded to the last versions of CMSMS and MleCMS and tried to add my languages. After adding, my languages list stay empty, SQL table module_mlecms_config is also empty. Success messag
resolution_id: => 5