| Louie Miranda 2007-10-17, 4:09 am |
| I'll try to make this short and simple.. First try installing PEAR using
go-pear on windows thru a web browser..
My first error:
*Warning*: require_once(PEAR.php) [function.require-once]: failed to open
stream: No such file or directory in *
E:\WWWroot\Library\pear\Archive\Tar.php* on line *21*
*Fatal error*: require_once() [function.require]: Failed opening required '
PEAR.php'
(include_path='E:\WWWroot\Library\pear/temp/E:\WWWroot\Library\pear\temp\gop18.tmp')
in *E:\WWWroot\Library\pear\Archive\Tar.php* on line *21*
Which is weird, before doing this i already added the include_path for
E:\WWWroot\Library\pear on php.ini, where my PEAR.php will be downloaded (i
have traced that go-pear.php will download a copy on that folder).
Now, when Archive.tar is runned by go-pear.php. Applications says,
require_once(PEAR.php) [function.require-once]: failed to open stream: No
such file or directory
And why does application looks for the include_path on:
include_path='E:\WWWroot\Library\pear/temp/E:\WWWroot\Library\pear\temp\gop18.tmp'
on windows?
Tried go-pear.php on a clean Unix machine, and no problems encountered.
While on windows, its a bit buggy.
Any recommendations?
--
Louie Miranda (lmiranda@gmail.com)
http://www.axishift.com
Security Is A Series Of Well-Defined Steps
chmod -R 0 / ; and smile :)
|