Install Problems On New Server

Hi everybody,



I just have bought a new server and installed cs-cart 4.3.1 on it.

When the install progress starts (the progress bar appears), it runs for a while and stops (the progress bar disappears and there is no notifications).



I add:

ini_set('display_errors', 'on');

ini_set('display_startup_errors', true);

to the end of config.local.php to debug and see error message:



Warning[color=#000000]: require_once(PEAR/Exception.php): failed to open stream: No such file or directory in [/color]/home/test/public_html/app/lib/pear/Net/GeoIP.php[color=#000000] on line [/color]36



Fatal error[color=#000000]: require_once(): Failed opening required 'PEAR/Exception.php' (include_path='/home/test/public_html/app/lib/pear//usr/local/rvg/php/lib/php') in [/color]/home/test/public_html/app/lib/pear/Net/GeoIP.php[color=#000000] on line [/color]36

same problem. some solutions ? :(

after installing 4.0.2

Maybe have your hosting ensure the pear libraries are installed and are part of your include path

I had the same issue a while back that I reported here with a fix. I basically had to add the full path. http://forum.cs-cart.com/tracker/issue-6134-php-fatal-error-require-once-failed-opening-required-pearexceptionphp/

CSC could not reproduce. Since then I have reverted back to the original code with no issue so I cannot say what caused it but I think it was server related.