Page 1 of 1

menu dont work

Posted: Fri Aug 04, 2006 10:52 pm
by poekelen
hey pple

first, my english is verry pior. but i hope that you pple my understand.

i have ussed the cmsms for testing. everthing worked good. its worked on php5.1 and mysql 5
but now comes the problem.

my host have upgraded the OS with ubuntu 64 bits.
but now dont works my menu.

you can look at cms.tomosforum.nl
this is a new install, with no changes with the admin panel or the config file

im very hopeless

can you guyss tell me how to fix this problem?

Re: menu dont work

Posted: Sat Aug 05, 2006 12:31 am
by tsw
it seems that internal pretty urls wont work with your current hosting service

in config.php change

Code: Select all

$config['internal_pretty_urls'] = true;
to

Code: Select all

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

Re: menu dont work

Posted: Sat Aug 05, 2006 10:40 am
by poekelen
yea, its works

thanksĀ  ;D