GetSimple Support Forum

Full Version: Problem with adding pages to navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My index / home page works fine, however creating new pages, gives me a 404 error.
I am creating by 'Create New Page' and 'Add this page to the menuView'.

The new page shows up in the menu but clicking on it returns an error.

My header_inc.php has this code.

PHP Code:
<nav>
  <
ul id="nav">
    <?
php get_navigation(return_page_slug()); ?>
  </ul>
</nav> 

I have also tried
PHP Code:
<?php get_navigation(return_page_slug()); ?>

with the same results.

what am I doing wrong?

thanks
You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.
(2013-10-04, 08:55:30)shawn_a Wrote: [ -> ]You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.

Sorry, visiting.
No probs creating and when I look at the site it show the new page in the menu, however when I click on it, thats when I get the 404.

thanks.
Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see
(2013-10-04, 09:47:05)shawn_a Wrote: [ -> ]Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see

You cracked it Shawn. Smile Thanks