Jump to content

Pheap CMS- anyone familiar with it? Document hook isn't working


jessnoonyes

Recommended Posts

Hi all!  I appreciate your help.  I've installed Pheap, an ultra simple CMS, onto my server and I seem to have everything set up properly.  I'm a total newbie when it comes to PHP so I don't totally understand what's going on but it seems fairly straightforward how to use it.  Basically it inserts php document hooks into your html code that enable you to later update the text without programming experience.  You tell it the html page you're inserting a hook onto, it opens the code, you insert the hook in the location of your text, remove the text from the code and place it in a separate box, and it's supposed to just.....I guess route that text into the location of the hook.  Then you can go in later and just open the text and make changes.  However when I insert the hook and remove the text, the text is just removed from my page and nothing shows up there.  I have no idea why and I don't know what else to do to fix it. 

 

This is the php hook code:

 

<?php

//BKCMS_BeginHook3

include('/pheap/docs/3.php');

//BKCMS_EndHook3

?>

 

Anyone have any ideas?

 

Thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.