"Burness,Phil" wrote:
>
> > After installing Midgard I get the error - Call to unsupported function
> > page_open() in ......
> >
> > This worked fine before installing Midgard. I 've followed the comments in
> > the manual regarding PHPLib, any body any comments on why it has broken?
> >
> > Phil
This is most probably because php is not finding the prepend file.
Each midgard host should be defined in a virtual host container in the
httpd.conf file. You can have php3_xxxx definitions within each virtual host
container, or in the main part of the file. (If your parameters differ
according to host, use the former; if your parameters are the same in all
virtual hosts, use the latter.)
The important definition would be php3_include_path (be sure it includes the
full path to where your phplib files are).
I recommend not using php3_auto_prepend_file. Instead, include() your prepend
file in code_compat or code_global (which are snarfed in before writing to the
client) before your call to page_open().
I will try to determine what I left out of the man pages such that you got into
this fix.... (sooorrryyyy....)
cat
>
>
> --
> 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]
--
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]