I have installed php-pear in my server, but it does not work.
I tried to use: require("PEAR.php"); and it says:
Warning: require(): open_basedir restriction in effect. File(/usr/share/php/PEAR.php) is not within the allowed path(s): (/var/www/clients/client0/web1/web:/var/www/clients/client0/web1/tmp:/var/www/phpost.org/web:/srv/www/phpost.org/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /var/www/clients/client0/web1/web/a.php on line 10
Warning: require(/usr/share/php/PEAR.php): failed to open stream: Operation not permitted in /var/www/clients/client0/web1/web/a.php on line 10
Fatal error: require(): Failed opening required '/usr/share/php/PEAR.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client0/web1/web/a.php on line 10
I am using suPHP and Debian.
How I can fix it?