|
as the warning message suggested,
FrontController.php is located at /usr/local/lsws/lsphp5/lib/php/RVSeagullMod/lib/SGL/
so you need add
/usr/local/lsws/lsphp5/lib/php/RVSeagullMod/lib/SGL/
or (should be better)
/usr/local/lsws/lsphp5/lib/php/
to your open_basedir (search php.ini)
|