I have created a php file that exports data to an excel file using PHPExcel.
On my localhost everything works fine but when I upload it to the live site I get :
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 755 is not allowed to access /tmp owned by uid 0 in
I’m not sure if I can fix this with a simple CHMOD or I have to call my server administrator
I am using joomla 1.7.1 if it matters
Thank you
Sounds like ‘safe mode’ is restricting access to a folder. You need to either disable safe mode or add the folder to the allowed directories. Someone with a similar problem here < http://forums.gplhost.com/phpBB2/image-vp8763.html> .
I suggest you look at your server logs for a more detailed error.Look for instances of open base dir error messages.