Problem with v 1.4.1-2.0 page not found

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
Eza
New Member
New Member
Posts: 9
Joined: Tue Oct 21, 2008 3:19 pm

Problem with v 1.4.1-2.0 page not found

Post by Eza »

Hello,

I have install the cms on local for test. But when i rename the "config_lang.php" i have always the erreur page not found...

the content of the file:
define('DEFAULT_LANG', 'fr_FR');


$hls = array(


'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),

'fr_FR' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),/*
I have create menu_text_fr & menu_text_en and content_name_fr & content_name_en.

Thanks for your help.
Ludovic
alby

Re: Problem with v 1.4.1-2.0 page not found

Post by alby »

Eza wrote: I have install the cms on local for test. But when i rename the "config_lang.php" i have always the erreur page not found...

the content of the file:
define('DEFAULT_LANG', 'fr_FR');


$hls = array(


'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),

'fr_FR' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),/*
I have create menu_text_fr & menu_text_en and content_name_fr & content_name_en.
Text is incomplete.
Active debug in config.php but 99% of problem with 404 is relative to errors in DB
Check your DB with phpmyadmin or other SQL tool

Alby
Eza
New Member
New Member
Posts: 9
Joined: Tue Oct 21, 2008 3:19 pm

Re: Problem with v 1.4.1-2.0 page not found

Post by Eza »

Hello, I have re-install again, and it's works thanks you,

Ludovic
Locked

Return to “[locked] CMSMS MLE fork”