This is an Extraordinary and Weird thing which has been happening ever since my website has gone Live.
I have got a Menu bar which i have listed properly using:
<cms:folder name="xxxx" title="xxx" />
in my clonable template(before starting the HTML portion, on the top of the page).
Then i've accessed it in the portion I want to Display the Menu, in the following way:
<cms:folders masterpage='xxxx.php' >
<li class=""><a href="<cms:show k_folder_link />"><cms:show k_folder_title /></a></li>
</cms:folders>
PS: xxxx stands for the name of my cloned masterpage, or the cloned Template.
Everything is working fine. BUT, whenever i click on any Menu item from any of the open pages or the Home Page, i get a 'Page Not Found' error!!
Just after that if on another Tab(I'm using Chrome), I open http://www.example.com/couch and log in to my Couch panel, and then go back to my Website(on the previous Tab) and click any Menu item, it opens Correctly!!
How can this happen!!
I've tried doing this from my Mobile also and the same thing happens!
I have to Log in to my Couch panel, be it in my mobile or PC, and then the Menu items will open(when clicked) properly!
After I've logged in to my Couch Panel once, then Every Menu Item Clicks are working charmingly and that means I don't have any problem in my Code, I Guess.
But Whenever I do not Log In to my couch and try to access those Items by Clicking, they land me a 'Page Not Found' Error.
Please Someone Help me out on this terrible Problem.
Thank You in Advance.
I have got a Menu bar which i have listed properly using:
<cms:folder name="xxxx" title="xxx" />
in my clonable template(before starting the HTML portion, on the top of the page).
Then i've accessed it in the portion I want to Display the Menu, in the following way:
<cms:folders masterpage='xxxx.php' >
<li class=""><a href="<cms:show k_folder_link />"><cms:show k_folder_title /></a></li>
</cms:folders>
PS: xxxx stands for the name of my cloned masterpage, or the cloned Template.
Everything is working fine. BUT, whenever i click on any Menu item from any of the open pages or the Home Page, i get a 'Page Not Found' error!!
Just after that if on another Tab(I'm using Chrome), I open http://www.example.com/couch and log in to my Couch panel, and then go back to my Website(on the previous Tab) and click any Menu item, it opens Correctly!!
How can this happen!!
I've tried doing this from my Mobile also and the same thing happens!
I have to Log in to my Couch panel, be it in my mobile or PC, and then the Menu items will open(when clicked) properly!
After I've logged in to my Couch Panel once, then Every Menu Item Clicks are working charmingly and that means I don't have any problem in my Code, I Guess.
But Whenever I do not Log In to my couch and try to access those Items by Clicking, they land me a 'Page Not Found' Error.
Please Someone Help me out on this terrible Problem.
Thank You in Advance.