Page 1 of 1

upgrade to 2.0, menus not working

Posted: Wed Dec 16, 2015 3:49 am
by pcp20us
Hi All

Hoping this might be an easy fix for someone, as its not for me !

I have upgraded my cmsms from version 1.12 to 2.0.

I have resolved some issues getting errors etc.

How ever my menus have dissapeared. I had to remove embed header=true from my template, as this was causing an error to display.

I have changed all the stylesheet to cms_stylesheet as required in version 1.11.xx.

Below is the where the menu is called, so i think the problem is here but thats as far as i can go. Its calling a theme CSSmenuhoriz1.

</__body>
<div class="wrap clearfix">
<div class="header"></div>
<div class="topnav" id="nav">
{menu template="GrassStains : theme : CSSmenuhoriz1"}
</div>
<div class="container clearfix">
<div class="news_right clearfix" id="news">
<p><span class="news_title">{content block='content2title' oneline='true'}</span></p>
{content block='content2'}
</div>
<div id="content">
<h2>{title}</h2>
{content}
</div>

Under the template in the admin on cmsms where my template is selected under the default option, i see Simple Navigation Menu is selected, but there is no way to change this?

I see in version 2.0 that menu manager is replaced with navigator, so wondering if this is part of the problem

I am not great with templated stylesheets etc, but i have done all i can to resolve this.

running
PHP version 4.x
Apache Version 2.4.9



Cheers

Re: upgrade to 2.0, menus not working

Posted: Sat Dec 19, 2015 11:05 pm
by archeo
Go to : site admin > module manager to see if MenuManager is installed.

Re: upgrade to 2.0, menus not working

Posted: Sun Dec 20, 2015 5:22 am
by rotezecke
PHP version 4.x
i think you need 5.4.16 as minimum these days.

Re: upgrade to 2.0, menus not working

Posted: Wed Dec 23, 2015 2:18 am
by pcp20us
Hi


Yes menu manager is installed with a ! mark that is red

MY php is version is 5.5.

Re: upgrade to 2.0, menus not working

Posted: Wed Dec 23, 2015 2:49 pm
by Jo Morg
Please post system info.
pcp20us wrote:I have upgraded my cmsms from version 1.12 to 2.0.
You should not be upgrading to CMSMS 2.0, but to the latest, at this time 2.1.2. You should have tried to update to 2.1, at least...

Re: upgrade to 2.0, menus not working

Posted: Wed Jan 06, 2016 7:37 am
by pcp20us
Hi

Attached is my site info

----------------------------------------------
Cms Version: 2.0
Installed Modules:
CMSMailer: 5.2.4
AdminSearch: 1.0
FileManager: 1.5
MicroTiny: 2.0
ModuleManager: 2.0
News: 2.50
Search: 1.50
ThemeManager: 1.1.8
FormBuilder: 0.8.1.2
FormBrowser: 0.4.2
HitCounter: 2.0
Captcha: 0.5.2
CMSContentManager: 1.0
DesignManager: 1.0
Navigator: 1.0
CGExtensions: 1.50

Config Information:
php_memory_limit:
max_upload_size: 2000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Australia/Melbourne
permissive_smarty: false

Php Information:
phpversion: 5.5.16
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference:
test_db_timedifference:
memory_limit: 192M
max_execution_time: 30
output_buffering: 4096
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: /tmp (0700)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: Off (False)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.47
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No file system time difference found

----------------------------------------------