CodeIgniter Forums
strange error during deploy on hosting - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: strange error during deploy on hosting (/showthread.php?tid=9233)



strange error during deploy on hosting - El Forum - 06-17-2008

[eluser]jenie_net[/eluser]
Hi all,

I've just made a project for a customer.
During development i had no problems, development was on a MAC, with MAMP installed.

I've just depoyed my application and i get these two errors!
I'm going mad...why!??
one is this
Quote:Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(application) is not within the allowed path(s): (/var/www/web164/html/:/var/www/web164/phptmp/:/var/www/web164/files/:/var/www/web164/atd/) in /var/www/web164/html/index.php on line 93


and this error is the second
Quote:A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /var/www/web164/html/index.php:93)

Filename: libraries/Session.php

Line Number: 295

can someone help me??
I 'm in ruine...

Thanks in advance

Stefano Marino


strange error during deploy on hosting - El Forum - 06-20-2008

[eluser]dbashyal[/eluser]
check this
http://au.php.net/features.safe-mode

as soon as u fix 1st u won't see 2nd.