Re: [phplib] tricky installation ? From: Kristian Koehntopp (kris <email protected>)
Date: 10/27/00

In netuse.lists.phplib you write:
>I d like to use phplib for our web tree, I altered include_path,
>auto_prepend_file, etc in /usr/local/lib/php.ini. I ran the examples
>scripts and they works fine, but now my forum (phorum.org) doesn't work.
>I cant pinpoint the problem, is there path trick ?

Your description is unclear, but I believe you have overwritten the old
include_path instead of amending it. That is, you changed

php3_include_path "/path/to/phorum"

to

php3_include_path "/path/to/phplib"

instead of the more appropriate

php3_include_path "/path/to/phorum:/path/to/phplib"

This is of course a guess, please try and tell us what exactly the problem
is or what exactly you did.

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>