From: <ni...@fo...> - 2002-06-10 23:24:24
|
I got it to work by using umask 022 (line 13 of the survey_export_csv.inc file) Cheers Nick Ananin 21/05/2002 19:12:22, "James E. Flemer" <jf...@ac...> wrote: >It sounds like safe_mode is enabled on the webserver. If >this is the case, then you need a directory that is owned >by the same user your scripts are, with world write >permission (0777). You should point 'home' to that (on line >~170 in espauth-default.inc). You will also need to change >the umask to something less restrictive in >survey_export_csv.inc on line ~119. > >-James > >On Mon, 20 May 2002, Don Sligar wrote: > >> Great script if I can get this last issue solved. >> >> I have now changed espauth-default.inc to be the root path that I >> changed for all other scripts and into a tmp directory under phpESP >> directory. >> >> 1) Test of a survey will transfer my CSV file to a directory on my hard >> drive. This seems to work. >> 2) If I activate a survey then request a CSV file it saves it to my >> root/phpESP/tmp, but when I try to access it gives me a Permission >> Denied error. I have set all permissions to 777 to see if it will work. >> I can not even ftp the file back to my local computer. The file is >> there but I have no access. >> >> Thank you again. >> >> sl...@at... >> >> > > > >_______________________________________________________________ > >Don't miss the 2002 Sprint PCS Application Developer's Conference >August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > >_______________________________________________ >phpESP-general mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |