I'm trying to build a site with the RVsitebuilder tool and I've come across with a problem, at the end of the proccess it tries to open the web page and this code appears:
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/lib/php/RVSeagullMod/lib/SGL/FrontController.php) is not within the allowed path(s): (/home/:/tmp) in /home/dcaro/public_html/rvscommonfunc.php on line 53
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/local/lib/php/RVSeagullMod/lib/SGL/FrontController.php) is not within the allowed path(s): (/home/:/tmp) in /home/dcaro/public_html/rvscommonfunc.php on line 53
Warning: require_once(/home/dcaro/.rvsitebuilder/seagull/lib/SGL/FrontController.php) [function.require-once]: failed to open stream: No such file or directory in /home/dcaro/public_html/rvscommonfunc.php on line 228
Fatal error: require_once() [function.require]: Failed opening required '/home/dcaro/.rvsitebuilder/seagull/lib/SGL/FrontController.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dcaro/public_html/rvscommonfunc.php on line 228
Thanks in advance
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/lib/php/RVSeagullMod/lib/SGL/FrontController.php) is not within the allowed path(s): (/home/:/tmp) in /home/dcaro/public_html/rvscommonfunc.php on line 53
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/local/lib/php/RVSeagullMod/lib/SGL/FrontController.php) is not within the allowed path(s): (/home/:/tmp) in /home/dcaro/public_html/rvscommonfunc.php on line 53
Warning: require_once(/home/dcaro/.rvsitebuilder/seagull/lib/SGL/FrontController.php) [function.require-once]: failed to open stream: No such file or directory in /home/dcaro/public_html/rvscommonfunc.php on line 228
Fatal error: require_once() [function.require]: Failed opening required '/home/dcaro/.rvsitebuilder/seagull/lib/SGL/FrontController.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dcaro/public_html/rvscommonfunc.php on line 228
Thanks in advance