Re: [PHPLIB] index.php3 test page error... From: Michael Loftis (zop12 <email protected>)
Date: 10/28/99

You need to make sure the prepend.php3 is either a full path to it *or*
the phplib include path is in the include_paths...

On Thu, 28 Oct 1999, Jack Lauman wrote:

> I get the following error when I access the page "index.php3"
> included with libphp-7.2 distribution:
>
> Fatal error: Call to undefined function: page_open() in
> /home/httpd/www/index.php3 on line 16
>
> I am running MySql v3.22.27 and php4b2 as an Apache module.
> It was compiled with:
>
> ./configure --with-apxs=/usr/sbin/apxs \
> --with-config-file-path=/etc/httpd \
> --with-mysql \
> --with-system-regex \
> --with-imagick \
> --with-zlib \
> --with-GDBM \
> --with-NDBM \
> --enable-force-cgi-redirect \
> --enable-xml=shared
>
> I have the following entries in my php.ini file:
>
> include_path = ".:/home/httpd/php:/home/httpd/php/phorum"
> doc_root = "/home/httpd/www"
>
> 1. Is this the correct installation location, the doc's said to
> install it parallel to the Apache document root?
>
> 2. Is the syntax correct, including quotes?
>
> 3. The php.ini variable 'auto_prepend_file =' set to prepend.php3
> causes the following error when accessing a page:
> The document is empty. It also causes previously working php/mysql
> pages as well as xml enabled pages fail and return the same error
> message. What is the proper syntax for this entry?
>
> I would appreciate any help in resolving this problem.
>
> Regards,
>
> Jack Lauman
> -
> PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
> To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
> the body, not the subject, of your message.
>

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.