Page 1 of 1

[solved] Navigator - only default page loading

Posted: Thu Nov 19, 2015 11:46 pm
by vclack
Hi, I've installed cmsms 2.0.1.1 and am working locally on wampserver with php 5.5.12, mysql 5.6.17.
I am quite confortable with the older versions of cmsms and found my way on the new version all good, or so I thought...

I have a simple 5 pages website, have my design ok and pages with some test contents set.
Only problem is the page url doesn't upload the pages. I can only see the default page.
Have already set each page as default to see and this works, pages show but I can't switch pages.

I use minimal_menu navigator and can't find the problem.
Link is correct, shows: mywebsite/index.php?=agenda or ...index.php?=contact but really the only page showing is mywebsite/

Can anyone help out?

Thanks!

Re: Navigator - only default page loading

Posted: Fri Nov 20, 2015 8:40 am
by velden
Link is correct, shows: mywebsite/index.php?=agenda or ...index.php?=contact
You say 'correct' but it seems to lack the query var, by default 'page':
...mywebsite/index.php?page=agenda

Re: Navigator - only default page loading

Posted: Fri Nov 20, 2015 8:54 pm
by vclack
:D That's so simple! of course!!!! great, problem solved.

I changed it in the config.php - took at least 1 min, when I spent quite some time yesterday....

Thanks a lot velden!