Topic: Istalation error: open_basedir restriction in effect
I copied the lates version to my webserver and unpacked it.
When accessing the site for the first time I expected to be run through the setup process as usually. Instead I end up on the Logon screen with the below warnings:
Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/ingusol/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/ingusol/public_html/prueba/frontaccounting/includes/session.inc on line 44
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/ingusol/public_html/prueba/frontaccounting/includes/session.inc:44) in /home/ingusol/public_html/prueba/frontaccounting/includes/lang/language.php on line 80
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ingusol/public_html/prueba/frontaccounting/includes/session.inc:44) in /home/ingusol/public_html/prueba/frontaccounting/includes/lang/language.php on line 80
Warning: Cannot modify header information - headers already sent by (output started at /home/ingusol/public_html/prueba/frontaccounting/includes/session.inc:44) in /home/ingusol/public_html/prueba/frontaccounting/includes/lang/language.php on line 82
Any ideas what may be wrong with this site's configuration?
Thanks