Re: [PHP] Detected a pattern that malfunctions includes

2006-10-06 Thread Richard Lynch
On Fri, October 6, 2006 11:27 am, Deckard wrote: > I've already set my include_path to /var/www/html and good :( Then you don't need "../" at all... Copy paste the exact error message you get, and tell us where the URL is that starts the problem. -- Some people have a "gift" link here. Know wha

Re: [PHP] Detected a pattern that malfunctions includes

2006-10-06 Thread Deckard
Hi, I've already set my include_path to /var/www/html and good :( Best Regards, Deckard Richard Lynch wrote: > On Fri, October 6, 2006 11:17 am, Deckard wrote: >> I see now that only when the inclu function "has to scale up in the we >> tree", it fails. >> >> For example: >> >> This works: >> in

Re: [PHP] Detected a pattern that malfunctions includes

2006-10-06 Thread Richard Lynch
On Fri, October 6, 2006 11:17 am, Deckard wrote: > I see now that only when the inclu function "has to scale up in the we > tree", it fails. > > For example: > > This works: > include_once("classes/database/dBInsert.php"); > > This don't: > include_once('../adodb/adodb.inc.php'); safe_mode and tha

[PHP] Detected a pattern that malfunctions includes

2006-10-06 Thread Deckard
Hi, I see now that only when the inclu function "has to scale up in the we tree", it fails. For example: This works: include_once("classes/database/dBInsert.php"); This don't: include_once('../adodb/adodb.inc.php'); Any ideas ? Warm Regards, Deckard -- PHP General Mailing List (http://www.p