[solved] All Menus Lead to Home

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
SansAbrite
New Member
New Member
Posts: 4
Joined: Wed Jun 20, 2012 8:26 am

[solved] All Menus Lead to Home

Post by SansAbrite »

Hi. I'm running CMS Made Simple Hyacinthe. I'm using PHP 5. something, and a PHP MySQL library version 5.1.50 which differs from my MySQL server version 5.0.95.(I'm not sure if this should create major problems, maybe I'm wrong) This is all working with Apache 2.2 running on Linux.

First up - I know nothing. I've been bashing around with my charity's website for a while now simply because no one else wants to do the job and we don't have enough spare cash to pay a professional. So please be gentle...

I've been trying to move our site to a new host as our current host is shutting down the hosting side of their operation to focus on more profitable enterprises. We've been given a month's notice, so there is a bit of urgency.

So far, I've struggled. I've followed the instructions for "moving your CMSms installation to a new server (1)" (I don't have enough knowledge of SSH to even attempt it, but I do know how to FTP and CHMOD) slavishly & have got to a point where it *looks* like the whole site has moved - but when I click on any relative menu from the home page it goes nowhere. External links are fine.

I've had a go at editing the config.php, updating the paths etc, but essentially it's made no difference.

Where am I going wrong?
Last edited by SansAbrite on Thu Jun 21, 2012 10:11 am, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: All Menus Lead to Home

Post by RonnyK »

A link to the site would help....

Also, are you using prettyURLs?

Ronny
SansAbrite
New Member
New Member
Posts: 4
Joined: Wed Jun 20, 2012 8:26 am

Re: All Menus Lead to Home

Post by SansAbrite »

I guess it would help, yes... Oops!

The "new" site is www.homelessactionscotland.org.uk

(The old site is www.scsh.org.uk)

And no, no pretty URLS.

Ta!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: All Menus Lead to Home

Post by RonnyK »

could you paste the page-template in here? To see how the menu is called.

Ronny
SansAbrite
New Member
New Member
Posts: 4
Joined: Wed Jun 20, 2012 8:26 am

Re: All Menus Lead to Home

Post by SansAbrite »

Do you mean the "template" template...? (I know, stupid question...) If so, here:

{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta name="google-site-verification" content="k_H3FgLlQcO-Vql_EPfhjt2Pp9ka7qBYSEQWgeC9afs" />
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
<link href='http://fonts.googleapis.com/css?family=Open+Sans&v2' rel='stylesheet' type='text/css'>

</head>
</__body>
<div id="header">
<div id="company"><img src="/uploads/scsh/scshlogo.jpg"></div>


{menu template='scsh : simple_navigation' start_level='1' number_of_levels='1' collapse='1'}
</div>
<div id="wrapper">



<hr>

<div id="sidebar">
{menu template='scsh : simple_navigation' start_level='2' number_of_levels='1' }
<div id="second_content">
<div id="second_content_inner">
{content block="second content"}
{global_content name='rightside'}
</div>
</div>
</div>
<div id="content">
<div class="inner"><h1>{title}</h1>
{content}
</div>
</div>

<div id="footer">
<p>
<p>A charitable company limited by guarantee. Registered in Scotland (SC77026) and recognised by the Inland Revenue as a charity (SC002734)
</p>
</div>
<__body>
</__html>
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: All Menus Lead to Home

Post by Dr.CSS »

You may need to clear the server/site cache, or just run install but on step 5, DON'T CREATE TABLES OR INSTALL DEFAULT CONTENT this could clear up any path issues and clear the cache, also do a checksum test as this throws a lot of errors...

http://www.homelessactionscotland.org.u ... -resources
SansAbrite
New Member
New Member
Posts: 4
Joined: Wed Jun 20, 2012 8:26 am

Re: All Menus Lead to Home

Post by SansAbrite »

Cheers!
Checksum test showed... I'd mangled the installation of a menu template and missed a / from paths file in config.
Locked

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