page headers don't display SOLVED
Posted: Thu May 08, 2008 5:19 pm
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
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