Hi,
my internet provvider doesn' have support for pear and I tried the manual
Installation as in the installation manual but when I call the script
<?php
ini_set("includ e_path", '/var/www/web576/html/includes/' . PATH_SEPARATOR
..
ini_get("includ e_path"));
require_once "Mail/mime.php"
?>
I ricieve the following error:
Warning: main(): open_basedir restriction in effect.
File(/usr/lib/php/PEAR.php) is not within the allowed path(s):
(/var/www/web576/) in /var/www/web576/html/includes/Mail/mime.php on line 38
Warning: main(PEAR.php): failed to open stream: Operation not permitted in
/var/www/web576/html/includes/Mail/mime.php on line 38
Fatal error: main(): Failed opening required 'PEAR.php'
(include_path='/var/www/web576/html/includes/:.:/usr/lib/php') in
/var/www/web576/html/includes/Mail/mime.php on line 38
In my home Server, with the same installation give this error message:
Fatal error: Failed opening required 'Mail/Mime.php'
(include_path='/srv/www/includes/PATH_SEPARATOR. :/usr/share/php') in
/srv/www/htdocs/mime.php on line 3
my internet provvider doesn' have support for pear and I tried the manual
Installation as in the installation manual but when I call the script
<?php
ini_set("includ e_path", '/var/www/web576/html/includes/' . PATH_SEPARATOR
..
ini_get("includ e_path"));
require_once "Mail/mime.php"
?>
I ricieve the following error:
Warning: main(): open_basedir restriction in effect.
File(/usr/lib/php/PEAR.php) is not within the allowed path(s):
(/var/www/web576/) in /var/www/web576/html/includes/Mail/mime.php on line 38
Warning: main(PEAR.php): failed to open stream: Operation not permitted in
/var/www/web576/html/includes/Mail/mime.php on line 38
Fatal error: main(): Failed opening required 'PEAR.php'
(include_path='/var/www/web576/html/includes/:.:/usr/lib/php') in
/var/www/web576/html/includes/Mail/mime.php on line 38
In my home Server, with the same installation give this error message:
Fatal error: Failed opening required 'Mail/Mime.php'
(include_path='/srv/www/includes/PATH_SEPARATOR. :/usr/share/php') in
/srv/www/htdocs/mime.php on line 3
Comment