Anonymous - 2002-07-06

Failed opening 'defaults_inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/docs/chicoparties.com/phpopenchat-2.3.0/html/online.php on line 18

i keep getting this error i have changed the include_path to the proper path but i still get this error anyone have any ideas why?

heres what i put in the php.ini

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
unix: include_path = ".:/www/docs/chicoparties.com/phpopenchat-2.3.0/includes"
;
; Windows: "\path1;\path2"
windows: include_path = ".;\www\docs\chicoparties.com\phpopenchat-2.3.0\includes"

i also have had it like this

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
include_path = ".:/www/docs/chicoparties.com/phpopenchat-2.3.0/includes"
;
; Windows: "\path1;\path2"
include_path = ".;\www\docs\chicoparties.com\phpopenchat-2.3.0\includes"

and it still doesnt work=(