I have a problem with the "Safe Mode". In my php.ini is off so i cant undestand the error:
PHP Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed to access /tmp/51bef5d81180e owned by uid 0 in ......
I think it could be a permissions problem, but im not sure. I gave permissions to 10003 with:
sudo chown -R 10003 /tmp
but stills the same.
Any ideas?