Vanilla install and no navigation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Bealers

Vanilla install and no navigation

Post 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
Bealers

Re: Vanilla install and no navigation

Post by Bealers »

/modules needs to be 777, I had mine at 0666
Locked

Return to “[locked] Installation, Setup and Upgrade”