Page 1 of 1

Vanilla install and no navigation

Posted: Mon Apr 03, 2006 3:15 pm
by Bealers
Hi,

From a fresh install (which all goes very well and takes about 2 mins) when I go to the home page I have no LHS navigation. Initially I installed from the tarball (cmsmadesimple-0.12.1.tar.gz) but have since checked out the trunk just to check that there wasn't a bug that has since been fixed and checked in.

If I view source I can see the navigation div:

Code: Select all

      <!-- Start Navigation -->
      <div id="menu_vert">
         <h2 class="accessibility">Navigation</h2>
         
      <hr />
      </div>
      <!-- End Navigation -->
and if I add a 1px border to menu_vert I see a line at the beginning of where I'd expect the Nav to start so the div is there, it's just obviously that there is nothing to populate it with.

I've since checked the 'Content' section in the admin area and there is a list of lots of pages that are all active. Also on the front-end if I use the Next/back page links then the pages do display.

I'm using PHP 5.1.2 and MySQL 5.0.19 on Apache and the full steps I follwed to install cmsmadesimple can be found here:
http://bealers.com/2006/04/03/installin ... de-simple/

What have I done wrong please?

Thanks

Darren

Re: Vanilla install and no navigation

Posted: Tue Apr 04, 2006 2:12 pm
by Bealers
/modules needs to be 777, I had mine at 0666