From: David L. <lio...@co...> - 2004-03-02 22:10:52
|
Hi Jack -- This is what I found on the subject: ==================== KNOWN BUGS IN PHPESP ==================== - Data export files are dumped in /tmp and owned by the web server user. A work around for this is to change the 'home' of a user in the authentication library in use. [ admin/include/lib/espauth-default.inc:170 ] [ admin/include/lib/espauth-ldap.inc:229 ] The line in admin/include/lib/espauth-default.inc is 'home' => '/tmp' I assume this could be set to anything. (The reason it's an issue is obviously that survey designers may not be local users on the server.) Cheers, David Jack Cooper wrote: >I'm working with a relatively large survey file (> 1000 responses) and am >trying to export results as a CSV file. Apparently, there is some timeout >pararmeter set which prevents me from explicitly downloading a file of >this size. > >When I choose the CSV option from the export screen, a file gets saved to >the /tmp directory (on Sun/Solaris) with no world read permissions and >ownership by 'nobody', so this file can not be read or copied. > >How can I either > > a) override the default download timeout period, or > > b) automatically create CSV files with world read permission? > > > Jack Cooper > > > > > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >phpESP-general mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |