Page 1 of 1

page headers don't display SOLVED

Posted: Thu May 08, 2008 5:19 pm
by DavidOlsen192
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

Re: page headers don't display SOLVED

Posted: Sat May 10, 2008 8:59 pm
by Dr.CSS
How did you solve it?...