page headers don't display SOLVED

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
DavidOlsen192
New Member
New Member
Posts: 6
Joined: Thu May 08, 2008 5:07 pm

page headers don't display SOLVED

Post 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
Last edited by DavidOlsen192 on Fri May 09, 2008 6:43 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: page headers don't display SOLVED

Post by Dr.CSS »

How did you solve it?...
Post Reply

Return to “CMSMS Core”