You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2005-08-08 16:01:10
|
Bugs item #1241273, was opened at 2005-07-19 19:24 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None >Group: v1.7 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Kon Angelopoulos (angek) Summary: Cant export data when testing survey Initial Comment: The export links (Save on Server, Download) do not seem to work from the 'Test a Survey" page. It seems the problem may stem from the following javascript in test.inc exportSubmit(\'export\',document.export'.$sid.') should this be: exportSubmit(\'export]',document.getElementById (\'export'.$sid.'\') ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:29 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 16:00:21
|
Bugs item #1241279, was opened at 2005-07-19 19:45 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Admin >Group: v1.7 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Kon Angelopoulos (angek) >Assigned to: Kon Angelopoulos (angek) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-24 19:29 Message: Logged In: YES user_id=198398 yes it did. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-22 13:09 Message: Logged In: YES user_id=14116 I still can't duplicate, but have no doubt this could be a bug. Did the change you posted fix it for your case? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:12 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 15:30:25
|
Feature Requests item #1241023, was opened at 2005-07-19 12:59 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None >Status: Closed Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 10:30 Message: Logged In: YES user_id=14116 Commited to CVS with a small modification. Instead of "survey.php?name=" for the check it's using $GLOBALS['ESPCONFIG']['autopub_url'] ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 10:30 Message: Logged In: YES user_id=14116 This feature has been added to the CVS tree. It will be available in the next release of phpESP. For instructions on obtaining sources from CVS please see: http://sourceforge.net/cvs/?group_id=8956 ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-31 00:49 Message: Logged In: YES user_id=4526 Thank you very much! I'll be trying this for the next one. Incidentally, compared to a previous survey that we implemented via a hosted web survey company, which had over 25 problems with the underlying technology, this one has had 144 responses with ZERO problems about the technology. We tried to make it straightforward, but the fact that it has had so few problems is very encouraging. The recent improvements make it moreso. Thanks again!! harry' ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-27 23:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-25 20:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 14:28:08
|
Feature Requests item #1008981, was opened at 2004-08-13 16:39 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 09:28 Message: Logged In: YES user_id=14116 This should be done in a general way that works for all the lists of surveys we have(edit, copy, purge, etc...) and should worked into the new UI for 2.0. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-27 17:45 Message: Logged In: YES user_id=198398 attached is a diff file of admin/include/where/results.inc with changes to allow a predefined number of survey links to appear in the "view results" page of phpESP. IN addition to the changes in this file please also add the following lines to your phpESP.ini.php file: // Number of surveys to list per page in results view: $ESPCONFIG['no_surveys'] = 15; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 19:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 14:26:09
|
Bugs item #1249459, was opened at 2005-08-01 06:42 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) >Assigned to: Matthew Gregg (greggmc) Summary: Fatal error in espdatalib.inc on line 133 Initial Comment: I've create a survey, and create a php template as per instructions in handler-prefix.php. I've removed the trailing spaces/newlines on a couple of files but I still get the following error. Fatal error: Call to a member function on a non-object in /home/.../public_html/surveys/admin/include/lib/espdatalib.inc on line 133 phpESP.inc.php has been configured with $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/surveys/'; This is the current 1.7.5 version. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 09:26 Message: Logged In: YES user_id=14116 Proper fix for this is to check for and init adodb in handler.php and handler-prefix.php. I've commited this to CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 09:26 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-02 20:02 Message: Logged In: YES user_id=840967 That appears to fix the problem for me! Thank you! ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-08-02 19:05 Message: Logged In: YES user_id=198398 had a quick look and I believe the problem lies in the db_qstr() where it is assumed that $cfg['adodb_conn'] is set. Can you please add this: if (!isset($cfg['adodb_conn'])){ esp_init_adodb(); } just before the line: $result = $cfg['adodb_conn']->qstr($data); and let us know if it corrects the problem. ---------------------------------------------------------------------- Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-01 06:50 Message: Logged In: YES user_id=840967 I forgot to note, survey works fine through the default access method... http://hostname/surveys/public/survey.php?name=surveyname Its only when trying to insert in a template that the error occurs. handler-prefix is first line, and handler is at appropriate point in template. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 13:43:49
|
Bugs item #1253855, was opened at 2005-08-07 23:40 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1253855&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Matthew Gregg (greggmc) Summary: Problems with order tab Initial Comment: If the questions for the survey have html as part of the question text the list of questions in the order list can get really messed up because tags are opened and then not closed becuase the text is limited to 100 chars. Fix is to add a line: $content=strip_tags($content); just before the line: if($tid != 99) { I have attached a file that fixes this problem as well as adds the functionality that was lost since v1.6, i.e the ability to move to any position not just up or down. The up or down works fine when you have a small number of questions BUT if you need to move 10 questions to the end of a 100 question survey its just plain silly. I think this should be added to CVS. But to check it out just make a copy of 'order.inc' and copy my version over the top. My version has not been 100% tested but I'm pretty confident that it is all good. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 08:43 Message: Logged In: YES user_id=14116 strip_tags added to CVS head. I'll accept a patch for question ordering that uses client side javascript(ajax) to accomplish it and applies cleanly against CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1253855&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 04:40:57
|
Bugs item #1253855, was opened at 2005-08-07 21:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1253855&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with order tab Initial Comment: If the questions for the survey have html as part of the question text the list of questions in the order list can get really messed up because tags are opened and then not closed becuase the text is limited to 100 chars. Fix is to add a line: $content=strip_tags($content); just before the line: if($tid != 99) { I have attached a file that fixes this problem as well as adds the functionality that was lost since v1.6, i.e the ability to move to any position not just up or down. The up or down works fine when you have a small number of questions BUT if you need to move 10 questions to the end of a 100 question survey its just plain silly. I think this should be added to CVS. But to check it out just make a copy of 'order.inc' and copy my version over the top. My version has not been 100% tested but I'm pretty confident that it is all good. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1253855&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 01:11:50
|
Feature Requests item #1253792, was opened at 2005-08-08 13:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1253792&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) Assigned to: Nobody/Anonymous (nobody) Summary: Export questions to pdf Initial Comment: It would be useful to be able to export the survey questions to a pdf file. I've got one survey right now where the questions almost require someone going away and do some research in order to answer them, before returning to fill out the details. In its current form, the web survey is not suited to leaving partway through and returning, and it would be useful to provide a pdf file of the survey to print out and take away to ask other people in their organisation etc. This would also be a useful tool during survey development to be able to create a survey document to pass around for comment rather than giving every access to the backend of ESP. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1253792&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-03 01:02:35
|
Bugs item #1249459, was opened at 2005-08-01 23:42 Message generated for change (Comment added) made by gtreadgold You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 Status: Open >Resolution: Works For Me Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal error in espdatalib.inc on line 133 Initial Comment: I've create a survey, and create a php template as per instructions in handler-prefix.php. I've removed the trailing spaces/newlines on a couple of files but I still get the following error. Fatal error: Call to a member function on a non-object in /home/.../public_html/surveys/admin/include/lib/espdatalib.inc on line 133 phpESP.inc.php has been configured with $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/surveys/'; This is the current 1.7.5 version. ---------------------------------------------------------------------- >Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-03 13:02 Message: Logged In: YES user_id=840967 That appears to fix the problem for me! Thank you! ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-08-03 12:05 Message: Logged In: YES user_id=198398 had a quick look and I believe the problem lies in the db_qstr() where it is assumed that $cfg['adodb_conn'] is set. Can you please add this: if (!isset($cfg['adodb_conn'])){ esp_init_adodb(); } just before the line: $result = $cfg['adodb_conn']->qstr($data); and let us know if it corrects the problem. ---------------------------------------------------------------------- Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-01 23:50 Message: Logged In: YES user_id=840967 I forgot to note, survey works fine through the default access method... http://hostname/surveys/public/survey.php?name=surveyname Its only when trying to insert in a template that the error occurs. handler-prefix is first line, and handler is at appropriate point in template. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-03 00:05:27
|
Bugs item #1249459, was opened at 2005-08-01 21:42 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal error in espdatalib.inc on line 133 Initial Comment: I've create a survey, and create a php template as per instructions in handler-prefix.php. I've removed the trailing spaces/newlines on a couple of files but I still get the following error. Fatal error: Call to a member function on a non-object in /home/.../public_html/surveys/admin/include/lib/espdatalib.inc on line 133 phpESP.inc.php has been configured with $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/surveys/'; This is the current 1.7.5 version. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-08-03 10:05 Message: Logged In: YES user_id=198398 had a quick look and I believe the problem lies in the db_qstr() where it is assumed that $cfg['adodb_conn'] is set. Can you please add this: if (!isset($cfg['adodb_conn'])){ esp_init_adodb(); } just before the line: $result = $cfg['adodb_conn']->qstr($data); and let us know if it corrects the problem. ---------------------------------------------------------------------- Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-01 21:50 Message: Logged In: YES user_id=840967 I forgot to note, survey works fine through the default access method... http://hostname/surveys/public/survey.php?name=surveyname Its only when trying to insert in a template that the error occurs. handler-prefix is first line, and handler is at appropriate point in template. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 |
From: <hel...@si...> - 2005-08-02 20:59:40
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新建网页 2</title> </head> <body> </body> </html> <HTML><HEAD><TITLE>中国汤姆SINOTOM.COM_与您一起开拓无限商机!</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <STYLE type=text/css>BODY { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } TD { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } A:link { COLOR: #039 } A:visited { COLOR: #039 } A:hover { COLOR: #f60 } .GR { COLOR: #666 } .GR:link { COLOR: #666 } .GR:visited { COLOR: #666 } .l { FONT: bold 18px 宋体 } .M { FONT: bold 14px 宋体 } .C { FONT-SIZE: 13px } .S { FONT-SIZE: 12px } .LM { LINE-HEIGHT: 130% } .LL { LINE-HEIGHT: 150% } SELECT { FONT-SIZE: 12px } INPUT { FONT-SIZE: 12px } </STYLE> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" text=#000000 bgColor=#f0c87b leftMargin=0 background="" topMargin=0 marginwidth="0" marginheight="0"> <CENTER> <TABLE cellSpacing=0 cellPadding=1 width=520 bgColor=#c78300 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY> <TR> <TD><a target="_blank" href="http://www.cnncp.com/b2b"> <IMG height=68 src="http://www.cnncp.com/info/images/logo.gif" width=179 border=0></a> </TD></TR> <TR> <TD> <center> <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD class=LL><p>你好:<BR> <BR> 我是中国汤姆的编辑黛宁丽,你也许不记得我了,我却记得你:那天你在我们网站(<a target="_blank" href="http://www.cnncp.com/b2b">www.sinotom.com</a>)上发布了贵方的的商业信息,那还是我审批的。当时就觉得你们的 项目很有发展前途,可今早偶然间发现:你竟然已经有N多天没有重新发布你的商业信息了!为什么呢?<br> <br> 发一条信息,只要10分钟,却能被数万商人看见!如果商机对口,买家就会直接找你联系,你怎么会错过这样的 机会呢? 为了生意成功,可千万不能放过任何推广的机会啊。你看,我都着急了。<strong><a target="_blank" href="http://www.cnncp.com/b2b">赶紧去发一发吧</a></font></a></strong><a target="_blank" href="http://www.sinotom.com">!</a><br> <br> 操作上有问题,你直接来信找我,我一直在这里为你服务!<br> <br> 天气寒冷,注意身体!顺祝商祺!</p> <p align="right">你的朋友:蒋小丽</p></TD> </TR></TBODY></TABLE> <br> <br> </center></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=520 border=0> <TBODY> <TR> </TR></TBODY></TABLE> <TABLE style="BORDER-TOP: #ffffff 1px solid" cellSpacing=0 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD class=M align=middle bgColor=#e89730><div align="center"> <FONT color=#ffffff>中国汤姆SINOTOM.网聚财富的力量!</FONT></div></TD></TR></TBODY></TABLE></CENTER></BODY></HTML> |
From: SourceForge.net <no...@so...> - 2005-08-02 13:58:25
|
Bugs item #1250099, was opened at 2005-08-02 05:09 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: v1.7 >Status: Closed Resolution: None Priority: 5 Submitted By: oliver.alexy (oalexy) Assigned to: Nobody/Anonymous (nobody) Summary: Configuration WinXP, PHP 5.0.4, MySQL 4.1.13, Apache 2.0.54 Initial Comment: I dont know whether it was just my stupidity, but I could not get to run phpESP on the system mentioned above (Apache 2.0 handler) - and yes, I read the instructions ;). After subsituting all forms of HTTP_POST_VARS used (same for get, session) with _POST (_GET, _SESSION, respectively), everything seems to be working fine. "All forms" because I think both $HTTP_POST_VARS and $GLOBALS['HTTP_POST_VARS'] were used. This also fixed another issue I encountered: When editing survey questions, Question Name, Type, etc. was not displayed at all, again, this now seems to be working fine. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-02 08:58 Message: Logged In: YES user_id=14116 php5 is not supported in this version ---------------------------------------------------------------------- Comment By: oliver.alexy (oalexy) Date: 2005-08-02 06:11 Message: Logged In: YES user_id=1274627 P.S.: Using phpESP Release Version 1.7.5 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-02 11:11:43
|
Bugs item #1250099, was opened at 2005-08-02 12:09 Message generated for change (Comment added) made by oalexy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: oliver.alexy (oalexy) Assigned to: Nobody/Anonymous (nobody) Summary: Configuration WinXP, PHP 5.0.4, MySQL 4.1.13, Apache 2.0.54 Initial Comment: I dont know whether it was just my stupidity, but I could not get to run phpESP on the system mentioned above (Apache 2.0 handler) - and yes, I read the instructions ;). After subsituting all forms of HTTP_POST_VARS used (same for get, session) with _POST (_GET, _SESSION, respectively), everything seems to be working fine. "All forms" because I think both $HTTP_POST_VARS and $GLOBALS['HTTP_POST_VARS'] were used. This also fixed another issue I encountered: When editing survey questions, Question Name, Type, etc. was not displayed at all, again, this now seems to be working fine. ---------------------------------------------------------------------- >Comment By: oliver.alexy (oalexy) Date: 2005-08-02 13:11 Message: Logged In: YES user_id=1274627 P.S.: Using phpESP Release Version 1.7.5 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-02 10:09:30
|
Bugs item #1250099, was opened at 2005-08-02 12:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: oliver.alexy (oalexy) Assigned to: Nobody/Anonymous (nobody) Summary: Configuration WinXP, PHP 5.0.4, MySQL 4.1.13, Apache 2.0.54 Initial Comment: I dont know whether it was just my stupidity, but I could not get to run phpESP on the system mentioned above (Apache 2.0 handler) - and yes, I read the instructions ;). After subsituting all forms of HTTP_POST_VARS used (same for get, session) with _POST (_GET, _SESSION, respectively), everything seems to be working fine. "All forms" because I think both $HTTP_POST_VARS and $GLOBALS['HTTP_POST_VARS'] were used. This also fixed another issue I encountered: When editing survey questions, Question Name, Type, etc. was not displayed at all, again, this now seems to be working fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1250099&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-01 16:16:04
|
Bugs item #1023933, was opened at 2004-09-07 14:43 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 2 Submitted By: ChrisDavis (cxd101) >Assigned to: Kon Angelopoulos (angek) Summary: Does not seem to work with PHP 5.0.1 Initial Comment: I recently installed phpESP 1.6 on my Apple PowerBook G4, running OSX 10.3.5, with MySql 3.23.54, and PHP 5.0.1. After succesfully pasting the test.php screen, login was not possible. When using the index.php screen, a login window appeared. I would enter the ID and PW, hit the enter button, and then the login window would reappear - as if I was first entering the basic login screen. I then took phpESP and installed in on an older OSX machine, running OSX 10.2, with MySql 3.23.54 and PHP 4.6.3 (4.x), and phpESP worked just fine! So my belief is that version 1.6 is not capable of used with PHP 5.0.1. Regards! ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-01 11:15 Message: Logged In: YES user_id=14116 Patch looks good. I've applied it against CVS head. My development Env. was moved to PHP5 today. So future development should be PHP5 friendly and the 1.7.5 branch will be the last to support PHP4. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-08-01 11:15 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-25 19:40 Message: Logged In: YES user_id=198398 here's a diff file against current cvs snapshot of phpESP which should make phpESP compatible with php5 without the need to modify the php.ini file. This should work with all versions of php > 4.1 Please do not patch against your production version of phpESP. Feedback would be greatly appreciated. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-19 18:46 Message: Logged In: YES user_id=198398 Am currently testing phpESP with php 5 and although it does not work out of the box I have made all the necessary changes to the phpESP scripts instead of editing the php.ini file. Once I finish testing it I will release a patch file against the current phpESP cvs version. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-08 20:03 Message: Logged In: NO I have also done testing on php5. Using the default php5 config will cause phpesp to not work at all. You will need to enable several things which are now by default disabled. ---------------------------------------------------------------------- Comment By: Pat Neill (pneill) Date: 2005-01-20 23:03 Message: Logged In: YES user_id=413628 Experienced exact same problem. php 5.01 mySQl 4.0.2.3 MacOS X 10.3.7 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-01-18 13:23 Message: Logged In: YES user_id=14116 ESP hasn't been tested with PHP 5, if it works at all that's excellent. When my dev platform is updated to support PHP 5, work may be done to support it. ---------------------------------------------------------------------- Comment By: Scott Hannan (avanu) Date: 2005-01-18 11:52 Message: Logged In: YES user_id=575450 It is working for me. However, I have all the backward compatibility stuff enabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-01 11:50:44
|
Bugs item #1249459, was opened at 2005-08-01 23:42 Message generated for change (Comment added) made by gtreadgold You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal error in espdatalib.inc on line 133 Initial Comment: I've create a survey, and create a php template as per instructions in handler-prefix.php. I've removed the trailing spaces/newlines on a couple of files but I still get the following error. Fatal error: Call to a member function on a non-object in /home/.../public_html/surveys/admin/include/lib/espdatalib.inc on line 133 phpESP.inc.php has been configured with $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/surveys/'; This is the current 1.7.5 version. ---------------------------------------------------------------------- >Comment By: Gavin Treadgold (gtreadgold) Date: 2005-08-01 23:50 Message: Logged In: YES user_id=840967 I forgot to note, survey works fine through the default access method... http://hostname/surveys/public/survey.php?name=surveyname Its only when trying to insert in a template that the error occurs. handler-prefix is first line, and handler is at appropriate point in template. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-01 11:42:47
|
Bugs item #1249459, was opened at 2005-08-01 23:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Gavin Treadgold (gtreadgold) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal error in espdatalib.inc on line 133 Initial Comment: I've create a survey, and create a php template as per instructions in handler-prefix.php. I've removed the trailing spaces/newlines on a couple of files but I still get the following error. Fatal error: Call to a member function on a non-object in /home/.../public_html/surveys/admin/include/lib/espdatalib.inc on line 133 phpESP.inc.php has been configured with $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/surveys/'; This is the current 1.7.5 version. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1249459&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-31 05:49:53
|
Feature Requests item #1241023, was opened at 2005-07-19 17:59 Message generated for change (Comment added) made by mangalam You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Harry Mangalam (mangalam) Date: 2005-07-31 05:49 Message: Logged In: YES user_id=4526 Thank you very much! I'll be trying this for the next one. Incidentally, compared to a previous survey that we implemented via a hosted web survey company, which had over 25 problems with the underlying technology, this one has had 144 responses with ZERO problems about the technology. We tried to make it straightforward, but the fact that it has had so few problems is very encouraging. The recent improvements make it moreso. Thanks again!! harry' ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 04:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 01:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-29 20:03:03
|
Bugs item #1247651, was opened at 2005-07-29 14:39 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1247651&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 >Status: Deleted >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problem (even on demo site) with Private Survey Initial Comment: I set up and am testing v1.7 on my development site and encountered problems with accessing a private survey. When trying to log in as a user accessing the url given on the finish page I was asked to login. Everytime I tried to login to take the private survey it failed and gave me the error: "[ Incorrect User ID or Password, or your account has been disabled/expired. ]." Even if I tried my admin username and password. All of the support emails said to disregard the handler-prefix.php file if you were using the direct link rather than embedding it. So, I tried it on the demo site and had the same problem. The survey number on the demo site is: #15188, called Membership_Interview, username is doug, password is doug. Is this a known problem with v1.7? My email is rsb...@gm... Thanks. I hope I'm not wasting your time. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-29 15:02 Message: Logged In: YES user_id=14116 Please ask this question on the phpESP mailing list and post the output of test.php from your installation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1247651&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-29 19:39:35
|
Bugs item #1247651, was opened at 2005-07-29 12:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1247651&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problem (even on demo site) with Private Survey Initial Comment: I set up and am testing v1.7 on my development site and encountered problems with accessing a private survey. When trying to log in as a user accessing the url given on the finish page I was asked to login. Everytime I tried to login to take the private survey it failed and gave me the error: "[ Incorrect User ID or Password, or your account has been disabled/expired. ]." Even if I tried my admin username and password. All of the support emails said to disregard the handler-prefix.php file if you were using the direct link rather than embedding it. So, I tried it on the demo site and had the same problem. The survey number on the demo site is: #15188, called Membership_Interview, username is doug, password is doug. Is this a known problem with v1.7? My email is rsb...@gm... Thanks. I hope I'm not wasting your time. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1247651&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-28 04:35:52
|
Feature Requests item #1241023, was opened at 2005-07-20 03:59 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 14:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 11:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-27 22:45:35
|
Feature Requests item #1008981, was opened at 2004-08-14 07:39 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 08:45 Message: Logged In: YES user_id=198398 attached is a diff file of admin/include/where/results.inc with changes to allow a predefined number of survey links to appear in the "view results" page of phpESP. IN addition to the changes in this file please also add the following lines to your phpESP.ini.php file: // Number of surveys to list per page in results view: $ESPCONFIG['no_surveys'] = 15; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 10:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-26 01:51:38
|
Feature Requests item #1240038, was opened at 2005-07-18 14:45 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1240038&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: survey format Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Kon Angelopoulos (angek) Summary: define rating scale Initial Comment: just one note - MANY psychology scales start at 0 and the ranking system currently does not cater for this - I'll try to add, but I'm a script kiddie so... ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 11:51 Message: Logged In: YES user_id=198398 I have this implemented on an older version of phpESP. I'll see what I can do to have this feature incorporated with the latest version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1240038&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-26 01:48:20
|
Feature Requests item #1241023, was opened at 2005-07-20 03:59 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) >Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 11:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-26 00:40:11
|
Bugs item #1023933, was opened at 2004-09-08 05:43 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 2 Submitted By: ChrisDavis (cxd101) Assigned to: Nobody/Anonymous (nobody) Summary: Does not seem to work with PHP 5.0.1 Initial Comment: I recently installed phpESP 1.6 on my Apple PowerBook G4, running OSX 10.3.5, with MySql 3.23.54, and PHP 5.0.1. After succesfully pasting the test.php screen, login was not possible. When using the index.php screen, a login window appeared. I would enter the ID and PW, hit the enter button, and then the login window would reappear - as if I was first entering the basic login screen. I then took phpESP and installed in on an older OSX machine, running OSX 10.2, with MySql 3.23.54 and PHP 4.6.3 (4.x), and phpESP worked just fine! So my belief is that version 1.6 is not capable of used with PHP 5.0.1. Regards! ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 10:40 Message: Logged In: YES user_id=198398 here's a diff file against current cvs snapshot of phpESP which should make phpESP compatible with php5 without the need to modify the php.ini file. This should work with all versions of php > 4.1 Please do not patch against your production version of phpESP. Feedback would be greatly appreciated. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-20 09:46 Message: Logged In: YES user_id=198398 Am currently testing phpESP with php 5 and although it does not work out of the box I have made all the necessary changes to the phpESP scripts instead of editing the php.ini file. Once I finish testing it I will release a patch file against the current phpESP cvs version. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-09 11:03 Message: Logged In: NO I have also done testing on php5. Using the default php5 config will cause phpesp to not work at all. You will need to enable several things which are now by default disabled. ---------------------------------------------------------------------- Comment By: Pat Neill (pneill) Date: 2005-01-21 15:03 Message: Logged In: YES user_id=413628 Experienced exact same problem. php 5.01 mySQl 4.0.2.3 MacOS X 10.3.7 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-01-19 05:23 Message: Logged In: YES user_id=14116 ESP hasn't been tested with PHP 5, if it works at all that's excellent. When my dev platform is updated to support PHP 5, work may be done to support it. ---------------------------------------------------------------------- Comment By: Scott Hannan (avanu) Date: 2005-01-19 03:52 Message: Logged In: YES user_id=575450 It is working for me. However, I have all the backward compatibility stuff enabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 |