Re: [PHP] Need some help plz

2001-03-10 Thread Gianluca Baldo

Mick -

M Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for
M inclusion (include_path='') in Unknown on line 0
if you get this error it probably means you don't have permissions set
up correctly.
Check the owner of your apache process and set owner/permission for
your php files accordingly.

Cheers,
   Gianluca

--
ALBASOFTWARE
C/ Mallorca 186 - 3 1
08036 Barcelona (Spain)
Tel. +34 93454009 - +34 934549324
Fax. +34 934541979
@@ ICQ 47323154 @@
[EMAIL PROTECTED]
http://www.albasoftware.com
http://www.phpauction.org
http://www.gianlucabaldo.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Need some help plz

2001-03-10 Thread Web Admin

Hi,
what's up Mick?! 
Okay, what have you written in your script?! You never
wrote it! try include ('./domain.php') instead of 
include ('domain.php') maybe it helps you! I tested
that on my FreeBSD 4.2+apache/php but it seems that
include ('domain.php') is also OK. Just give it a try or
add the directory which domain.php belongs to, to your
php include path.
Take care,
Ahmad

"Mick" [EMAIL PROTECTED] wrote in message 
98cr35$l7b$[EMAIL PROTECTED]">news:98cr35$l7b$[EMAIL PROTECTED]...
 Hi,
 
 I installed PHP4 onto my FreeBSD 4.2 computer but i'm getting this error,
 anyone able to tell me how i can fix it?
 
 
 Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for
 inclusion (include_path='') in Unknown on line 0
 
 Thanks in advanced
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]