Date: 10/27/00
- Next message: Kristian Koehntopp: "Re: [phplib] y these error are so fatal?"
- Previous message: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- In reply to: Fabrice Terrasson: "[phplib] tricky installation ?"
- Next in thread: Kristian Koehntopp: "Re: [phplib] y these error are so fatal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Kristian Koehntopp: "Re: [phplib] y these error are so fatal?"
- Previous message: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- In reply to: Fabrice Terrasson: "[phplib] tricky installation ?"
- Next in thread: Kristian Koehntopp: "Re: [phplib] y these error are so fatal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

