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!
[solved] Navigator - only default page loading
[solved] Navigator - only default page loading
Last edited by vclack on Fri Nov 20, 2015 8:55 pm, edited 1 time in total.
Re: Navigator - only default page loading
You say 'correct' but it seems to lack the query var, by default 'page':Link is correct, shows: mywebsite/index.php?=agenda or ...index.php?=contact
...mywebsite/index.php?page=agenda
Re: Navigator - only default page loading

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