I am a having a small issue
When I run a script from the Command line, I am getting a permissions issue:
Warning: fopen(/users/msimonds/public_html/dr/error_reports/dr-errors-usa_Avnet_NA_RegFile_20090318.csv): failed to open stream: Permission denied in /users/msimonds/public_html/dr/dr_process_ftp.php on line 102
but when I run it from the browser, it works fine
This script will run on cron and needs to work from the CLI
I know that it is a permissions issue, but the folder has a permissions of 777 on it.
Is it because the actual file does not have the right permissions on it?
any help would be appreciated
TIA
~Mike