error while trying to run PEAR.php

hi;

I am facing this issue, anyone can help plz.

Warning: require_once(): open_basedir restriction in effect. File(/usr/local/lsws/lsphp72/share/pear/PEAR.php) is not within the allowed path(s): (/tmp:/home/…

Warning: require_once(/usr/local/lsws/lsphp72/share/pear/PEAR.php): failed to open stream: Operation not permitted in /home/

Fatal error: require_once(): Failed opening required ‘PEAR.php’ (include_path=’.:/usr/local/lsws/lsphp72/share/pear:/usr/local/lsws/lsphp72/share/php’) in …

thanks

This is your problem

Warning: require_once(): open_basedir restriction in effect. 

Did you enable open_basedir?

yes it is enabled ,

anyhow I have solved the issue by including the path within vHost

Thanks