Fresh install - no menu at all? [solved]
Posted: Tue Oct 02, 2007 8:44 am
Hi, I have just freshly installed "cms made simple 1.1.3.1", and cannot get the menu to show up... (ie7, firefox, opera tested)
Here is the test site:
http://investmentproperty-overseas.com/tmp/
I have tried all the templates installed by default, to no avail.
The current template is "Left simple navigation + 1 column", not a single change added.
Here is the piece of code with menu from current template:
I can see the news module, but not the Menu module....
Any ideas why? It basically makes the system unusable.
Server system is:
Apache 1.3.39, MySQL 5.0.45, php 5.2.5
Here is the test site:
http://investmentproperty-overseas.com/tmp/
I have tried all the templates installed by default, to no avail.
The current template is "Left simple navigation + 1 column", not a single change added.
Here is the piece of code with menu from current template:
Code: Select all
{* Start Sidebar *}
<div id="sidebar">
{* Start Navigation *}
<div id="menu_vert">
<h2 class="accessibility">Navigation</h2>
{menu template='simple_navigation.tpl' collapse='1'}
</div>
{* End Navigation *}
{* Start News *}
<div id="news">
<h2>News</h2>
{news number='3' detailpage='news'}
</div>
Any ideas why? It basically makes the system unusable.
Server system is:
Apache 1.3.39, MySQL 5.0.45, php 5.2.5