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

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
svergeylen
New Member
New Member
Posts: 6
Joined: Sat Dec 06, 2008 12:47 pm

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

Post 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
svergeylen
New Member
New Member
Posts: 6
Joined: Sat Dec 06, 2008 12:47 pm

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

Post 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
Locked

Return to “[locked] CMSMS MLE fork”