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...> - 2007-12-09 22:55:22
|
Bugs item #1846497, was opened at 2007-12-07 13:30 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 14:55 Message: Logged In: NO Well I made the change you suggested and am still getting the error for problem 2(The fresh copy) Here is the changes I made-> Do I need to change line 32 also???? // update failed, stay on same question if(!$updated || isset($_POST['extra_choices'])) { $curr_q = $id; } else { if(isset($_POST['new_question'])) $curr_q = 0; if(isset($_POST['edit_question'])) $curr_q = $_POST['curr_q']; if($q_id<0) $curr_q = 1; } ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 14:36 Message: Logged In: NO That is OK regarding problem 1. I figure the problem must be from how I did the update. It not a real big problem becuase I only have 1 active survey anyway which I can put over on my other server. Thus, I am going to work on problem 2 which is a fresh install. Thus, any problem should be eaiser to fix. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2007-12-09 12:49 Message: Logged In: YES user_id=14116 Originator: NO FYI phpESP should never work with globals on ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 04:11 Message: Logged In: YES user_id=109671 Originator: NO Sorry, but your error is not reproducible here ... please provide error logs if any. Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 04:07 Message: Logged In: YES user_id=109671 Originator: NO I tested it and it is working just fine. The only difference is that in my php I don't have register_globals set and also not magic_quotes_gpc. I'll turn each of them on and try again ... Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 03:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 18:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 14:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 11:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 07:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 22:36:38
|
Bugs item #1846497, was opened at 2007-12-07 13:30 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 14:36 Message: Logged In: NO That is OK regarding problem 1. I figure the problem must be from how I did the update. It not a real big problem becuase I only have 1 active survey anyway which I can put over on my other server. Thus, I am going to work on problem 2 which is a fresh install. Thus, any problem should be eaiser to fix. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2007-12-09 12:49 Message: Logged In: YES user_id=14116 Originator: NO FYI phpESP should never work with globals on ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 04:11 Message: Logged In: YES user_id=109671 Originator: NO Sorry, but your error is not reproducible here ... please provide error logs if any. Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 04:07 Message: Logged In: YES user_id=109671 Originator: NO I tested it and it is working just fine. The only difference is that in my php I don't have register_globals set and also not magic_quotes_gpc. I'll turn each of them on and try again ... Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 03:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 18:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 14:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 11:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 07:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 20:49:34
|
Bugs item #1846497, was opened at 2007-12-07 16:30 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2007-12-09 15:49 Message: Logged In: YES user_id=14116 Originator: NO FYI phpESP should never work with globals on ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 07:11 Message: Logged In: YES user_id=109671 Originator: NO Sorry, but your error is not reproducible here ... please provide error logs if any. Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 07:07 Message: Logged In: YES user_id=109671 Originator: NO I tested it and it is working just fine. The only difference is that in my php I don't have register_globals set and also not magic_quotes_gpc. I'll turn each of them on and try again ... Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 06:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 21:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 17:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 14:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 10:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 12:11:50
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 13:11 Message: Logged In: YES user_id=109671 Originator: NO Sorry, but your error is not reproducible here ... please provide error logs if any. Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 13:07 Message: Logged In: YES user_id=109671 Originator: NO I tested it and it is working just fine. The only difference is that in my php I don't have register_globals set and also not magic_quotes_gpc. I'll turn each of them on and try again ... Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 12:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 03:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 23:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 20:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 12:07:26
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 13:07 Message: Logged In: YES user_id=109671 Originator: NO I tested it and it is working just fine. The only difference is that in my php I don't have register_globals set and also not magic_quotes_gpc. I'll turn each of them on and try again ... Franky ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 12:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 03:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 23:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 20:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 11:52:49
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-09 12:52 Message: Logged In: YES user_id=109671 Originator: NO Problem 2 is easy: first, it is not an error but a php notice, you shouldn't be showing this on your screen for security reasons. Anyway, it shouldn't happen. The fix: change the name of q_id into curr_q on line 31 in admin/include/tab/questions.inc (I'll change this in CVS as well). Problem 1: still investigating ... Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 03:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 23:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 20:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-09 02:18:01
|
Bugs item #1846497, was opened at 2007-12-07 13:30 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 18:18 Message: Logged In: NO Got a problem. Something is not right. I did the update of 1.82h to 1.82i. Mysql said all was fine. Seemed to work fine. Problem1 So, I created a survey, tested it. All seemed to run correctly. I then activated it. All seemed correct. The problem come when I fill out or anyone person fills out the survey. I get the backup email as I should, but when I go to look at the stat section it shows no surveys summitted. Problem2 with a newly created version I then decided it might be easier to just recreate the php program from scratch. Thus on one of my other domains and I setup the php2 from scratch. 1)I created the database in phpadmin instead of running the mysql_create.sql script. 2) I ran the mysql_populate.sql script and all ran fine without any errors. 3) I then copied the php files(leaving the file structure the same) to the server. 4) I edited the phpESP.ini.php from admin. 5) I ran the test.php from admin. All seemed ok. Here is the link if you would like to see->http://catradestationug.com/php_scripts/phpESP2/admin/test.php 6) Problem comes when I try to add a question-->>I get this error--- Notice: Undefined variable: q_id in /home/catrades/public_html/php_scripts/phpESP2/admin/include/tab/questions.inc on line 31 Any ideas. Sorry for the issues. chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 14:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 11:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 07:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 22:33:27
|
Bugs item #1846982, was opened at 2007-12-08 20:45 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846982&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: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846982&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 22:32:58
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 23:33 Message: Logged In: YES user_id=109671 Originator: NO Yes, do run it, mysql won't mind. The only thing that happens in the file mysql_update-1.8.2h-1.8.2i.sql is the creation of that specific column. Franky ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 20:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 19:52:17
|
Bugs item #1846497, was opened at 2007-12-07 13:30 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 11:52 Message: Logged In: NO Yes I read the Update.txt file. I ran the update 1.82k-2.0.0. I didn't run the 1.82h to 1.82i. I know my version is 1.82, but I am not sure of the letter number. The 1.82 to 2.0.0 had no errors on the update and completed sucessfully. Should I try to run the 1.82h- to 1.82i. I don't think mysql will let me run it since the database has been updated to 2.0. Please advise. Thanks for the response. Chuck ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 07:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 19:45:23
|
Bugs item #1846982, was opened at 2007-12-08 11:45 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=1846982&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846982&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:43:47
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Franky Van Liedekerke (liedekef) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:42:53
|
Bugs item #1846497, was opened at 2007-12-07 22:30 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-12-08 16:42 Message: Logged In: YES user_id=109671 Originator: NO Hi, did you read the file called "UPDATE"? You forgot to do the DB upgrades. Go into the dir scripts/db and run the following mysql statements on your database: mysql_update-1.8.2h-1.8.2i.sql and then mysql_update-1.8.2k-2.0.0.sql Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-12-07 21:30:09
|
Bugs item #1846497, was opened at 2007-12-07 13:30 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=1846497&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Did Upgrade, Problem when Edit or Adding Initial Comment: I just upgrade from 1.82 to 2.01. I did the database upgrade. Saved old version to another folder. Created same folder name for new version and update the phpESP.ini.php to reflect my old setting. The program runs, but when I try to add or edit a survey I get this error on the top of the screen-> [ Warning, error encountered. [ 1054: Unknown column 'auto_num' in 'field list' ] ] Please advise on a path to take. Thanks Chuck cc4...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1846497&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 13:44:42
|
Bugs item #1365588, was opened at 2005-11-24 15:17 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1365588&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: Out of Date Priority: 5 Private: No Submitted By: Tero Niemi (teniemi) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with session enabled sites Initial Comment: When trying to embed on oscommerce site, I got the following error: Notice: A session had already been started - ignoring session_start() in /home/www/phpESP/public/handler-prefix.php on line 54 Does this has something to do with oscommerce session handling? I think the version used was 1.75 ---------------------------------------------------------------------- Comment By: Tero Niemi (teniemi) Date: 2006-01-05 14:10 Message: Logged In: YES user_id=979395 Sorry, you can remove this and previous comment. Problem was solved when I updated to 1.8 ---------------------------------------------------------------------- Comment By: Tero Niemi (teniemi) Date: 2006-01-05 13:09 Message: Logged In: YES user_id=979395 No I tried a plain html file which looks like this: <?php $sid=1; include("/home/www/phpESP/public/handler-prefix.php");?> <html> <body bgcolor="#FFFFFF"> <?php include("/home/www/phpESP/public/handler.php");?> </body> </html> Then I get: Fatal error: Call to a member function on a non-object in /home/www/phpESP/admin/include/lib/espdatalib.inc on line 133 If I open the query through survey.php it seems to work fine though. ---------------------------------------------------------------------- Comment By: Miguel (miguel2) Date: 2005-12-06 16:50 Message: Logged In: YES user_id=1346327 I have submitted a patch to include the corrected instructions in the finish tabs: http://sourceforge.net/tracker/index.php?func=detail&aid=1374565&group_id=8956&atid=308956 ---------------------------------------------------------------------- Comment By: Miguel (miguel2) Date: 2005-12-06 14:35 Message: Logged In: YES user_id=1346327 I had the same problems with v1.8. They have to change the integration description. Now it says to include <?php $sid=X; include("/usr/local/ftp/XXX/phpESP/public/handler.php");?> This is wrong since around 1.8 (see phpESP/public/handler-prefix.php for details). You have to do this: Create your template file with this as the *first* line: <?php $sid=<SID>; include('.../phpESP/public/handler-prefix.php'); ?> then where you want to include the actual survey use this line: <?php inlcude('.../phpESP/public/handler.php'); ?> This description was only necessary in conjunction with authentication but now seems to be always necessary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1365588&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 13:43:16
|
Bugs item #1501802, was opened at 2006-06-06 20:18 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1501802&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: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error populating text boxes -w- dates on act. mgmt screens Initial Comment: On the manage accounts pages, when an account is selected -w- an expiry date, it is formatted incorrectly (day and month are being read from the wrong ordinal). Not sure if this is because of my environment (Win 2000 / PHP5 / Apache2) or what, but I've fixed the issue by replacing with the following in admdesigner.inc (line 193) and admrespondent.inc (line 167): REPLACE: $ex_year = substr($expiration,0,4); $ex_month = substr($expiration,4,2); $ex_day = substr($expiration,6,2); WITH: $ex_year = substr($expiration,0,4); $ex_month = substr($expiration,5,2); $ex_day = substr($expiration,8,2); ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 14:43 Message: Logged In: YES user_id=109671 Originator: NO correct, fixed in CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1501802&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 13:16:06
|
Bugs item #1274102, was opened at 2005-08-26 17:14 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1274102&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: Accepted Priority: 5 Private: No Submitted By: Jeff Bearer (jeffbearer) Assigned to: Kon Angelopoulos (angek) Summary: No protection against activating an active survey Initial Comment: If a user goes to the query string url that activates a survey for a survey that is already active it purges all of the response data. This fix would be just to protect stupid people (like me) from themselves. This can happen easily by mistake like in my instance. I wanted to view the results so I started typing in the url in firefox. Ever Helpful Firefox populated the url for me and I hit enter. But this time firefox choose the url to activate the survey, whoops. A few lines of code that would keep you from accidently activating already active survey's would keep people from losing lots of data, like I had the unfortunate experience of having. Thankfully I have the email to recreate the responses. ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 14:16 Message: Logged In: YES user_id=109671 Originator: NO agreed and changed in CVS (also for some other states) ---------------------------------------------------------------------- Comment By: Leonard Chan (wotg) Date: 2006-12-29 20:29 Message: Logged In: YES user_id=645294 Originator: NO I happened to look at this today. All that's needed is to change line 70 of the most recent status.inc file in CVS (revision 1.24): http://phpesp.cvs.sourceforge.net/phpesp/phpESP/admin/include/where/status.inc?revision=1.24&view=markup From: 70: if($old_status & ( STATUS_DELETED | STATUS_DONE ) ) To: 70: if($old_status & ( STATUS_DELETED | STATUS_DONE | STATUS_ACTIVE) ) Sorry, I'm too lazy to learn how to make a proper diff. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-08-30 02:47 Message: Logged In: YES user_id=198398 I'll take a look at it in the next couple of days and see what I can come up with. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1274102&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 12:53:16
|
Bugs item #1492751, was opened at 2006-05-22 09:29 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1492751&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.8 >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error in data from Ratings questions when responses emailed Initial Comment: Data shown in emailed copies of submitted surveys is incremented by 1, eg if survey response is a rating of 5 (on a 1-5 rating scale) the response on the email form is a 6. This occurrs for each possible rating option, so 1's become 2; 2's become 3 etc. The data in the downloaded CSV file is correct, it's only the email data which is wrong. Kyle ky...@uc... ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 13:53 Message: Logged In: YES user_id=109671 Originator: NO already fixed in current version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1492751&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 12:48:59
|
Feature Requests item #1084763, was opened at 2004-12-14 00:33 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1084763&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 Priority: 5 Private: No Submitted By: Ian Tresman (iantresman) Assigned to: Nobody/Anonymous (nobody) Summary: Reducing multiple posts Initial Comment: In addition to reducing multiple posts by a. IP-based filtering b. cookie-based method Could you not also use: c. submit a FORM-based GET variable that is just set on survey completion? It which would stop multiple submissions during the same visit? Either way, please consider adding at least one of these methods to the program. Regards, Ian ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 13:49 Message: Logged In: YES user_id=109671 Originator: NO Already in latest version ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-17 19:06 Message: Logged In: NO We are looking for the same feature. Thank You, Felix ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-17 19:03 Message: Logged In: NO We are looking for the same feature. Thank You, Felix ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1084763&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 12:48:02
|
Feature Requests item #1441284, was opened at 2006-03-01 21:53 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1441284&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 Priority: 5 Private: No Submitted By: David Liontooth (liontooth) Assigned to: Nobody/Anonymous (nobody) Summary: make sender e-mail configurable Initial Comment: The e-mail address used to send backup copies of responses to the survey designer is currently automatically generated. This leads to bounced mails in my case, as the user of phpESP (www-data) is not recognized by my smtp server. This should be a configurable item in phpESP.ini. Matt Gregg's workaround until this is implemented: Edit line 797 or so (in 1.6 it's 780) in admin/include/lib/espresponse.inc. Change: return(mail($email,$subject,$body,$headers)); to: return(mail($email,$subject,$body,$headers,'-f foo@com')); Replace em...@fo... with a valid "from" address. Tested and works. ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 13:48 Message: Logged In: YES user_id=109671 Originator: NO Done, added feature to CVS version (will be in 2.0.0) ---------------------------------------------------------------------- Comment By: David Liontooth (liontooth) Date: 2006-03-01 21:58 Message: Logged In: YES user_id=897748 Sorry, that was supposed to read "(in 1.7-rc2 it's line 780)". I don't know about 1.6. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1441284&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 12:19:48
|
Feature Requests item #1618351, was opened at 2006-12-18 21:00 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1618351&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 Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Delete individual responses Initial Comment: I need an easy way to delete individual responses to a survey (i.e. by survey.response field) to avoid bad results (i.e. empty, duplicate or mistaken responses that I want to delete) ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 13:19 Message: Logged In: YES user_id=109671 Originator: NO This is now in CVS: admin/manage.php?where=response_purge (you just need the response ID) Franky ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1618351&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 11:55:36
|
Bugs item #1702039, was opened at 2007-04-17 10:40 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1702039&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.8 >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Add an additional answer lne / css Initial Comment: Hi all I'm a beginner with phpesp and have some problems to create a survey. First I cannot add a new answer line for example in a dropdown box. No em. Only error on site from IE Second when I test the survey I made the layout is evertime the same so the css does not function either What I'm doing wrong?Are there some things I have to ckeck? Hope I got help or a solution asap cause it's urgent. Many thanks Alex ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-04-17 12:13 Message: Logged In: NO You can closed the ticket...it's working now :) grEEz Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1702039&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 11:55:12
|
Bugs item #1528331, was opened at 2006-07-25 13:45 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1528331&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.8 >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Respondent Accounts Initial Comment: I want to restrict my users and divid them into groups, I think I should use \"Manage Respondent Accounts\" for doing it! but when a Respondent wants to login, it fail and this message appears:\"Incorrect User ID or Password, or your account has been disabled/expired.\" I\'m sure, I entered correct username and password and the account has not been disabled or expired! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-11-04 06:36 Message: Logged In: NO It's more of a documentation issue. Go to the "Change Access to a Survey" page, and then click on the Survey Name. On the page that then appears you can set the name of the group that has access, max responses, save/restore, etc. If you don't set that, the users can't log in. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-27 23:31 Message: Logged In: NO I've got the same problem! Did you find a soloution? /Anders ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1528331&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 11:54:33
|
Bugs item #1798592, was opened at 2007-09-20 10:03 Message generated for change (Settings changed) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1798592&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.8 >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: HTTP 503 Service Unavailable Initial Comment: [ Unable to load ACL. (Table 'phpesp.designer' doesn't exist) ]. pls help I just installed this on XP prof with latest version of xampp,php 5, mysql ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2007-09-20 15:27 Message: Logged In: YES user_id=704595 Originator: NO This is not a bug. It sounds like you did not populate your mysql database with the correct tables. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1798592&group_id=8956 |
From: SourceForge.net <no...@so...> - 2007-11-27 11:53:43
|
Bugs item #1537769, was opened at 2006-08-10 02:31 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1537769&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.8 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Add Section Break Fails Initial Comment: Email: itw...@ya... Get this error when trying to add a section break. [I'm relatively new at this. Sorry if this is something bone-headed.] ==================== Notice: Only variable references should be returned by reference in C:\webserver\apache\Apache2\htdocs\esp\admin\include\lib\adodb\adodb.inc.php on line 859 ===================== I've already had to fix one error by modifying php.ini. Had to set: allow_call_time_pass_reference = On ==================== Running as 'root/superuser' phpESP version: v1.8.2 PHP Version 4.4.0 =========== PHPINFO (slightly redacted) System Windows NT Build Date Jul 11 2005 16:08:47 Server API CGI/FastCGI Virtual Directory Support enabled Configuration File (php.ini) Path C:\WINDOWS\php.ini PHP API 20020918 PHP Extension 20020429 Zend Extension 20050606 Debug Build no Zend Memory Manager enabled Thread Safety enabled Registered PHP Streams php, http, ftp, compress.zlib Zend logo This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies PHP Credits Configuration PHP Core Directive Local Value Master Value allow_call_time_pass_reference On On allow_url_fopen On On always_populate_raw_post_data Off Off arg_separator.input & & arg_separator.output & & asp_tags Off Off auto_append_file no value no value auto_prepend_file no value no value browscap no value no value default_charset no value no value default_mimetype text/html text/html define_syslog_variables Off Off disable_classes no value no value disable_functions no value no value display_errors On On display_startup_errors Off Off doc_root no value no value docref_ext no value no value docref_root no value no value enable_dl On On error_append_string no value no value error_log no value no value error_prepend_string no value no value error_reporting 2047 2047 expose_php On On extension_dir ./ ./ file_uploads On On gpc_order GPC GPC highlight.bg #FFFFFF #FFFFFF highlight.comment #FF8000 #FF8000 highlight.default #0000BB #0000BB highlight.html #000000 #000000 highlight.keyword #007700 #007700 highlight.string #DD0000 #DD0000 html_errors On On ignore_repeated_errors Off Off ignore_repeated_source Off Off ignore_user_abort Off Off implicit_flush Off Off include_path .;c:\php4\pear .;c:\php4\pear log_errors Off Off log_errors_max_len 1024 1024 magic_quotes_gpc Off Off magic_quotes_runtime Off Off magic_quotes_sybase Off Off max_execution_time 30 30 max_input_time 60 60 open_basedir no value no value output_buffering 4096 4096 output_handler no value no value post_max_size 8M 8M precision 14 14 register_argc_argv Off Off register_globals On On report_memleaks On On safe_mode Off Off safe_mode_exec_dir no value no value safe_mode_gid Off Off safe_mode_include_dir no value no value sendmail_from no value no value sendmail_path no value no value serialize_precision 100 100 short_open_tag On On SMTP localhost localhost smtp_port 25 25 sql.safe_mode Off Off track_errors Off Off unserialize_callback_func no value no value upload_max_filesize 2M 2M upload_tmp_dir no value no value user_dir no value no value variables_order GCPS GCPS xmlrpc_error_number 0 0 xmlrpc_errors Off Off y2k_compliance On On bcmath BCMath support enabled calendar Calendar support enabled com Directive Local Value Master Value com.allow_dcom Off Off com.autoregister_casesensitive On On com.autoregister_typelib Off Off com.autoregister_verbose Off Off com.typelib_file no value no value ctype ctype functions enabled ftp FTP support enabled mysql MySQL Support enabled Active Persistent Links 0 Active Links 0 Client API version 3.23.49 Directive Local Value Master Value mysql.allow_persistent On On mysql.connect_timeout 60 60 mysql.default_host no value no value mysql.default_password no value no value mysql.default_port no value no value mysql.default_socket no value no value mysql.default_user no value no value mysql.max_links Unlimited Unlimited mysql.max_persistent Unlimited Unlimited mysql.trace_mode Off Off odbc ODBC Support enabled Active Persistent Links 0 Active Links 0 ODBC library Win32 Directive Local Value Master Value odbc.allow_persistent On On odbc.check_persistent On On odbc.default_db no value no value odbc.default_pw no value no value odbc.default_user no value no value odbc.defaultbinmode return as is return as is odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes odbc.max_links Unlimited Unlimited odbc.max_persistent Unlimited Unlimited overload User-Space Object Overloading Support enabled pcre PCRE (Perl Compatible Regular Expressions) Support enabled PCRE Library Version 5.0 13-Sep-2004 session Session Support enabled Registered save handlers files user Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 Off Off session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_divisor 1000 1000 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check no value no value session.save_handler files files session.save_path no value no value session.serialize_handler php php session.use_cookies On On session.use_only_cookies Off Off session.use_trans_sid Off Off standard Regex Library Bundled library enabled Dynamic Library Support enabled Internal Sendmail Support for Windows enabled Directive Local Value Master Value assert.active 1 1 assert.bail 0 0 assert.callback no value no value assert.quiet_eval 0 0 assert.warning 1 1 auto_detect_line_endings 0 0 default_socket_timeout 60 60 safe_mode_allowed_env_vars PHP_ PHP_ safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry user_agent no value no value tokenizer Tokenizer Support enabled wddx WDDX Support enabled WDDX Session Serializer enabled xml XML Support active XML Namespace Support active EXPAT Version 1.95.6 zlib ZLib Support enabled Compiled Version 1.1.4 Linked Version 1.1.4 Directive Local Value Master Value zlib.output_compression Off Off zlib.output_compression_level -1 -1 zlib.output_handler no value no value Additional Modules Module Name Environment Variable Value ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2007-11-27 12:53 Message: Logged In: YES user_id=109671 Originator: NO In fact, it is very strange that this works as is, as the name is a required NOT NULL field ... So I implemented the fix anyway, no harm in doing it. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2007-03-05 19:44 Message: Logged In: YES user_id=14116 Originator: NO allow_call_time_pass_reference = On does need to be on, but the SQL is fine as is. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-03-04 15:41 Message: Logged In: NO I had the same problem too, but I don't think that the error has anything to do with the problem. Setting allow_call_time_pass_reference = On did solved some other problemes although. Line 329 of the file admin/include/functions/survey_update.php saves the page break, but the sql query has an error. $sql = "INSERT INTO ".$GLOBALS['ESPCONFIG']['question_table']." (survey_id,type_id,position,content) VALUES ($sid, 99, $pos, 'break')"; is the original, but misses the field name, which hasn't got a default value, so it has to be set. Changing the line into: $sql = "INSERT INTO ".$GLOBALS['ESPCONFIG']['question_table']." (survey_id,name,type_id,position,content) VALUES ($sid, 'break', 99, $pos, 'break')"; will solve the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1537769&group_id=8956 |