Installation errors at end of installation

Can someone help decipher the solution with the following errors after installation:





Warning: include() [function.include]: open_basedir restriction in effect. File(…/app/Tygh/Session.php) is not within the allowed path(s): (/home/jimiree:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home/jimiree/public_html/app/lib/vendor/composer/ClassLoader.php on line 150



Warning: include(…/app/Tygh/Session.php) [function.include]: failed to open stream: Operation not permitted in /home/jimiree/public_html/app/lib/vendor/composer/ClassLoader.php on line 150



Warning: include() [function.include]: open_basedir restriction in effect. File(…/app/Tygh/Session.php) is not within the allowed path(s): (/home/jimiree:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home/jimiree/public_html/app/lib/vendor/composer/ClassLoader.php on line 150



Warning: include(…/app/Tygh/Session.php) [function.include]: failed to open stream: Operation not permitted in /home/jimiree/public_html/app/lib/vendor/composer/ClassLoader.php on line 150

You've probably set the open_basedir directive somewhere. That restricts PHP access to certain directories. Check php.ini and your Apache config files (http.conf, .htacces, etc).