View Single Post

  #6 (permalink)  
Old 04-26-2007
Schraalhans Keukenmeester
 
Posts: n/a
Default Re: include_path related issue

Rik wrote:
> Schraalhans Keukenmeester wrote:
>> Rik wrote:
>>> Schraalhans Keukenmeester wrote:
>>>> php_value include_path ".|../includes"
>>>
>>>> (include_path='.:../includes')
>>> If a unix box, the colon seems correct (windows would have a semicolon).
>>> I've never seen a pipe use for this though, but that might be my lack
>>> of OS knowledge and environmental variables.
>>>

>> The pipe was a typo, alas. If only it were so easy, Rik.

>
> Wish it was...
>
>> Thanks for your
>> keen eye though! No news from my provider either. WEIRD!

>
> What happens if you try to include it specifically? Does that work or
> does that give a more clear error?

No matter what I try, just the filename, or including the relative or
even full path to the include file, same error, no further specification
of why this happens.

(Helpdesk people can be really annoying, you tell them you have a
working solution with include files outside httpdocs which you'd like to
work for subdomains as well. The reply after two working days: "You
can't include files outside your httpdocs on the server, that's why it's
not working." Sigh!!! Guns please!)
Reply With Quote