Page 1 of 1

Error 404 : not found and already 3 install tries :-(

Posted: Sun Dec 07, 2008 8:17 am
by svergeylen
Hi !

I've got a problem with MLE 1.4.1b on a fresh install. I've run the install script without problem and I run the SQL queries in README.FIRST.

What I get :
- Administration panel show my two language perfectly :-) (english, french and dutch)
- I can edit and save English, French and Dutch content from Admin panel. Everything seems to works perfectly

My problem : I cannot see the website because of a 404 error. Because I already read the forum and check carefully that the table sql exists, I am a bit confused and ask for your help.

define('DEFAULT_LANG', 'fr');
$hls = array(
'en' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'fr' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),
'nl' => array(
'block'=>'nl',
'flag'=>'',
'text'=>'Nederlands',
'locale'=>'nederland',
),
);

I've also tried to delete the previous content but it still doesn't work.....

What can I check to get it work ?
Are there options I have to fill which are not written in readme.first ???

Thanks for your help ! :-)

Stéphane

Re: Error 404 : not found and already 3 install tries :-(

Posted: Sun Dec 07, 2008 8:25 am
by svergeylen
Weird !!!

Now it works and I did NOTHING !

I've just open config.php and change debug to "true" and then get it back to false and now it works ! "Ununderstadable " !

:-D