PEAR problem on XAMPP
From:
gradyfausta
Date:
Sep 01 10:09 UTC
Short link
Has anybody ever deployed PA on XAMPP? I got this error
Warning: require_once(HTTP/Client.php) [function.require-once]: failed to open
stream: No such file or directory in C:\xampp\htdocs\fz-2\web\config\common.php
on line 21
Fatal error: require_once() [function.require]: Failed opening required
'HTTP/Client.php' (include_path='.;C:\xampp\php\pear\:../../ext') in
C:\xampp\htdocs\fz-2\web\config\common.php on line 21
and it says on the wiki that I need to install PEAR. I'm not sure if PEAR is
installed or not, but I could find PEAR folder in the PHP folder
C:\xampp\php\PEAR
However, I'm unable to execute pear list on that folder, so I'm confused..
Anyone has ideas?