Problem with the menu

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Teddy

Problem with the menu

Post by Teddy »

Hi!

I have earlier installed the software CMS Made simple on a host with very good results. Great!!!

1-2 week later I was installing it on another server and i encountered this problem.

When I am about to change site in the menu it keeps on loading the first site over and over again.

I have already reinstalled the software 3 times and the database 1 time to start al over again but the problem continues.

What has happend and how can I solve it?

You can take a look for yourself on the site if I havent explaind good enough :)

http://liwa.sbbs.se

Thanks in advance!
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Problem with the menu

Post by tsw »

There has been some problems with internal pretty urls on some apache configurations

change

Code: Select all

$config['internal_pretty_urls'] = true;
to

Code: Select all

$config['internal_pretty_urls'] = false;
hope this helps
Teddy

Re: Problem with the menu

Post by Teddy »

Thank you!

Problem solved :D
Locked

Return to “CMSMS Core”