From: James E. F. <jf...@ac...> - 2002-05-10 17:29:43
|
On Wed, 8 May 2002, Don Sligar wrote: > I am using ver. 1.3 of phpESP and have the following three questions: > > 1) I have been testing a survey and exported to CSV. The process seems > to work and I get the message that the csv file is saved at > /tmp/name.csv. I can not find the directory. Is this directly on my > server outside of my public_html area where I will not be able to access > it OR did I not set something in the ini file to identify the directory > to save it in? Do I need to create a tmp directory in my structure > somewhere? You should upgrade to a newer version. I plan to release v1.4 final fairly soon (just waiting on the translation team right now). You can download CSV to the client rather than save it to a file on the webserver. (NOTE: There is a small change in the database btwn 1.3 and 1.4 so read the README.) You can change the location where CSV files are saved in v1.3 by editing admin/include/lib/espauth.inc (espauth-default.inc in v1.4). > 2) When I use the 1-5 ranking for a question I can not make the > question required to answer. Do so will not let me test the survey. If > I uncheck "required" the survey can be completed. Could you test this in a newer version, I thought this was fixed before v1.3, but perhaps not. > 3) If I have a question asking for a numeric answer and the answer is 0 > (zero) the question is treated as an unanswered question in a required > field. How can I require the question, but still have a valid answer > as 0. I will take a look at that. In the future please submit bug reports through the sourceforge bug page -- that helps me to keep track of them. -James |