what is the chmod function used for in this contribution? unfortunately I can't seem to get it to work on my new server since its not running phpsuexec (that i know of).. so it keeps throwing me warnings about chmod
You don't need to be running PHPSuExec for the chmod function to work. It's purpose is to set the permissions on the feed *file* to 644 after the file has been written:
PHP Code:
*chmod(DIR_FS_CATALOG . GOOGLE_FROOGLE_DIRECTORY . GOOGLE_FROOGLE_OUTPUT_FILENAME, 0644);
Maybe if you post the errors you're getting someone may be able to point you in the right direction.