PHP Pear Error

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

PHP Pear Error

Post by duplay »

Anyone know anything about the following error when visiting my page:

PHP Warning: include_once(PEAR.php) [function.include-once]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\scesc\lib\adodb_lite\adodb-errorpear.inc.php on line 13 PHP Warning: include_once() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\scesc\lib\adodb_lite\adodb-errorpear.inc.php on line 13

I cant login to admin either.
skypanther

Re: PHP Pear Error

Post by skypanther »

PEAR is often provided by the hosting environment. It appears that it's not in yours or your php.ini is telling PHP to look in the wrong spot. You can get PEAR from http://pear.php.net. Download the main PEAR package. Extract it and upload it to your server. You should be able to put it into either the scesc folder or into C:\php5\pear folder.

Tim
Locked

Return to “[locked] Installation, Setup and Upgrade”