Hi,
I am very new to CMS. I am helping someone move their site. Everything appears to be working after following the install and upgrade instructions except the tops and bottoms of the pages. I assume it has something to do with the templates but the paths appear to be ok.
Permissions on the includes folder and the db_config.inc.php are 751
This is a partial cut from the dump of the template table:
INSERT INTO `cms_templates` VALUES (1, 'Default', '{php}require_once(''/home/kris/klmayer.com/includes/db_config.inc.php'')
and this is what I'm getting
require_once('/home/kris/klmayer.com/includes/db_config.inc.php');
require_once('cms/includes/topBanner.html');
require_once('cms/includes/mainNav.inc.php');
and at the bottom
require_once('cms/includes/footer.inc.html');
echo "".$content_id."";
Any help would be greatfully appreciated.
Thanks,
Dave
page headers don't display SOLVED
-
- New Member
- Posts: 6
- Joined: Thu May 08, 2008 5:07 pm
page headers don't display SOLVED
Last edited by DavidOlsen192 on Fri May 09, 2008 6:43 am, edited 1 time in total.
Re: page headers don't display SOLVED
How did you solve it?...