permission denied using fopen in php
Posted: Thu Jul 06, 2006 10:09 am
hello I got this problem when I try to open a file in php:
Warning: fopen("CertificationsData.csv", "w") - Permission denied in /data/home/issam/public_html/OpenCertTable.php on line 413
I already chmod 755 all the files under and including my public_html directory. the intersting thing that I tried doing a chmod inside my php script and it gives me this intersting error:
Warning: chmod failed: Operation not permitted in /data/home/issam/public_html/OpenCertTable.php on line 411
do I have to change some configurations in my php..if yes can anyone tell me how?...
are there any other permissions I need to set?
thanks alot for your help.......btw I tried searching on the net didnt find any useful info to help me out too..
Warning: fopen("CertificationsData.csv", "w") - Permission denied in /data/home/issam/public_html/OpenCertTable.php on line 413
I already chmod 755 all the files under and including my public_html directory. the intersting thing that I tried doing a chmod inside my php script and it gives me this intersting error:
Warning: chmod failed: Operation not permitted in /data/home/issam/public_html/OpenCertTable.php on line 411
do I have to change some configurations in my php..if yes can anyone tell me how?...
are there any other permissions I need to set?
thanks alot for your help.......btw I tried searching on the net didnt find any useful info to help me out too..