Page 1 of 1

Problem with v 1.4.1-2.0 page not found

Posted: Tue Oct 21, 2008 3:25 pm
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

Re: Problem with v 1.4.1-2.0 page not found

Posted: Wed Oct 22, 2008 7:44 pm
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

Re: Problem with v 1.4.1-2.0 page not found

Posted: Thu Oct 23, 2008 11:40 am
by Eza
Hello, I have re-install again, and it's works thanks you,

Ludovic