CMS 1.5.1 upgrade problem
Posted: Wed Dec 31, 2008 6:23 am
I successfully (more or less) upgraded from 1.2.2 to 1.5.1. My site is up and running, but I seem to have lost the ability to assign a template to a few of my pages. These pages are "external links" and just call a local php file. The php file works fine and renders properly based on the template that is associated with it, but it no longer is formatted by the CMS template. Before the upgrade it was fine. In the admin menu it does not allow me to assign a template to any page that is type=external link. I also have a copy on my windows PC and those external pages have the proper template assigned.
Here's my site: http://www.teamspecializedracing.com
For instance this page: http://www.teamspecializedracing.com/members.php
should look like this: http://www.teamspecializedracing.com/mem.html
And in fact it used to before the upgrade.
I looked at the source and found out the problem. This line:
Needs to look like this:
I can see that in my cms_css table css_id 43 represents the stylesheet for this web site. cms_templates.template_id 18 represents the template for the home page. Template 19 is probably the one I really want as that's the general subpage template, but either way it doesn't appear to be actually using either template.
So I can see what needs to change, but for the life of me I can't figure out how to do it!
I'm kind of a newb with CMS and php so I'm sure it's something simple, but I can't see it. I didn't create this page, I've just be volunteered into maintaining and upgrading it.
BTW, I'm on linux, mysql 4.0.25 and php 4.4.0
Thanks in advance.
Kevin Metcalfe
Here's my site: http://www.teamspecializedracing.com
For instance this page: http://www.teamspecializedracing.com/members.php
should look like this: http://www.teamspecializedracing.com/mem.html
And in fact it used to before the upgrade.
I looked at the source and found out the problem. This line:
Needs to look like this:
I can see that in my cms_css table css_id 43 represents the stylesheet for this web site. cms_templates.template_id 18 represents the template for the home page. Template 19 is probably the one I really want as that's the general subpage template, but either way it doesn't appear to be actually using either template.
So I can see what needs to change, but for the life of me I can't figure out how to do it!
I'm kind of a newb with CMS and php so I'm sure it's something simple, but I can't see it. I didn't create this page, I've just be volunteered into maintaining and upgrading it.
BTW, I'm on linux, mysql 4.0.25 and php 4.4.0
Thanks in advance.
Kevin Metcalfe