Forum Moderators: coopster
Warning: main(PEAR.php): failed to open stream: No such file or directory in c:\php4\pear\DB.php on line 30Fatal error: main(): Failed opening required 'PEAR.php' (include_path='.;c:\php4\pear') in c:\php4\pear\DB.php on line 30
This is the tutorial link: [free2code.net...]
Does anyone have any idea or any suggestions on how to correct this and what the problem may be?
Any input is greatly appriciated.
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
This is what I see in php.ini, would the addition of such a path be:
;include_path = ".;c:\php4\pear"?
Also would I need to remove the ';' to 'uncomment' it?