"Burness,Phil" wrote:

> Thanks for the response to my problem. However, I still have the problem.
> I added the php3_include_path directive to my httpd.conf file but still get
> the same page_open() problem.
>
> Could you explain a bit more about how I use the code_compat or code_global
> to include the prepend file?
>

Been off for a while -- hope this response is not too late.
In "style administration",  you should have an element "code-compat".  This is
one of the elements read by midgard before anything is output to the page, so
this is where you would put your prepend or include declarations, followed by
the page_open() call and any <session-name>->register("variables") you will
use.

I use code-global to include the site-wide functions that I call within pages.

About not finding page_open() -- did you put the php3_include_path directive in
the container for the actual host?  Is there any directive that could possibly
be overriding it?  Are you sure that you are including the page class?


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to