You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(46) |
Feb
(68) |
Mar
(90) |
Apr
(38) |
May
(35) |
Jun
(36) |
Jul
(32) |
Aug
(35) |
Sep
(36) |
Oct
(49) |
Nov
(64) |
Dec
(31) |
2003 |
Jan
(70) |
Feb
(35) |
Mar
(74) |
Apr
(50) |
May
(26) |
Jun
(24) |
Jul
(26) |
Aug
(45) |
Sep
(18) |
Oct
(21) |
Nov
(33) |
Dec
(13) |
2004 |
Jan
(40) |
Feb
(53) |
Mar
(48) |
Apr
(51) |
May
(39) |
Jun
(9) |
Jul
(11) |
Aug
(30) |
Sep
(30) |
Oct
(12) |
Nov
(8) |
Dec
(12) |
2005 |
Jan
(37) |
Feb
(43) |
Mar
(57) |
Apr
(33) |
May
(23) |
Jun
(26) |
Jul
(43) |
Aug
(27) |
Sep
(39) |
Oct
(17) |
Nov
(27) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(35) |
Mar
(32) |
Apr
(39) |
May
(5) |
Jun
(4) |
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(17) |
Nov
(9) |
Dec
(10) |
2007 |
Jan
(2) |
Feb
(8) |
Mar
(14) |
Apr
(5) |
May
(2) |
Jun
(17) |
Jul
(13) |
Aug
(8) |
Sep
(3) |
Oct
(1) |
Nov
(40) |
Dec
(25) |
2008 |
Jan
(15) |
Feb
(13) |
Mar
(21) |
Apr
(44) |
May
(17) |
Jun
(26) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
|
2009 |
Jan
(14) |
Feb
(21) |
Mar
(9) |
Apr
(11) |
May
(4) |
Jun
|
Jul
(3) |
Aug
(9) |
Sep
(1) |
Oct
(4) |
Nov
(11) |
Dec
(6) |
2010 |
Jan
(8) |
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
(2) |
2013 |
Jan
(1) |
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jerry L. <jh...@gm...> - 2005-02-21 18:53:18
|
Hi, PHP is running in CGI mode on my host. So I changed in the phpESP.ini.php file $ESPCONFIG['auth_response'] = false;. But I still am being asked to login in. Any ideas why and what I should do? Thanks for the help. |
From: Omer S. <ome...@gm...> - 2005-02-20 14:02:23
|
Hi, When trying to export the results of the survey to CSV format the Hebrew questions are shown as numbers (the hard coded questions not the responses which are text boxes). I'm unable to perform advanced statistics operations on these results. Is there a way to export the CSV in Hebrew? What should be changed to do so? Regards, Omer Sade |
From: James E. F. <jf...@uv...> - 2005-02-19 16:57:54
|
That means that some script has already written data. Check for leading or trailing blank lines in your phpESP.ini. Also make sure there are no auto prepend settings[1]. [1] http://php.net/manual/en/ini.core.php#ini.auto-prepend-file -James Holly Cochran wrote: > I just installed phpESP on my ISP's Apache server. When I try to go to > the "manage" page, I get this error: > ------------------------- > Warning: Cannot modify header information - headers already sent by > (output started at > /home/dro/public_html/survey/phpESP-1.6.1/admin/phpESP.ini.php:171) in > /home/dro/public_html/survey/phpESP-1.6.1/admin/include/lib/espauth-default.inc > on line 163 > 401 Unauthorized > [ Incorrect User ID or Password, or your account has been > disabled/expired. ] > ----------------- > I've read about this in the mail archives. I can indeed log in if I > disable authentication in the ini file, but that is not a good long-term > solution, right? I have tested the database username/password by > creating a little file that just connects to the dbase and prints a > message, so I know I am using the correct username/password/database > name for mySQL. > > When I run test.php it returns: > PHP Information > Version: 4.3.10 > OS: Linux > SAPI: apache > register_globals: No > magic_quotes_gpc: Yes > magic_quotes_runtime: No > safe_mode: No > open_basedir: > > Does the SAPI "apache" line mean that php is NOT running as a CGI > module? So that should not be the problem? > > What else can I do to debug/fix this? > thanks, > Holly |
From: Holly C. <pub...@ri...> - 2005-02-18 03:06:13
|
At 06:48 PM 2/17/2005, Matthew Gregg wrote: >Possibly, you've broken phpESP.ini.php when you edited it. It's possible, but when I return the auth settings to false from true, I can login and do all the normal survey setup just fine, which I *think* means phpESP.ini.php is fine. --Holly |
From: Matthew G. <gr...@mu...> - 2005-02-18 02:48:21
|
Possibly, you've broken phpESP.ini.php when you edited it. On Thu, 2005-02-17 at 18:08 -0800, Holly Cochran wrote: > I just installed phpESP on my ISP's Apache server. When I try to go to the > "manage" page, I get this error: > ------------------------- > Warning: Cannot modify header information - headers already sent by (output > started at > /home/dro/public_html/survey/phpESP-1.6.1/admin/phpESP.ini.php:171) in > /home/dro/public_html/survey/phpESP-1.6.1/admin/include/lib/espauth-default.inc > on line 163 > 401 Unauthorized > [ Incorrect User ID or Password, or your account has been disabled/expired. ] > ----------------- > I've read about this in the mail archives. I can indeed log in if I disable > authentication in the ini file, but that is not a good long-term solution, > right? I have tested the database username/password by creating a little > file that just connects to the dbase and prints a message, so I know I am > using the correct username/password/database name for mySQL. > > When I run test.php it returns: > PHP Information > Version: 4.3.10 > OS: Linux > SAPI: apache > register_globals: No > magic_quotes_gpc: Yes > magic_quotes_runtime: No > safe_mode: No > open_basedir: > > Does the SAPI "apache" line mean that php is NOT running as a CGI module? > So that should not be the problem? > > What else can I do to debug/fix this? > thanks, > Holly > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Holly C. <pub...@ri...> - 2005-02-18 02:08:16
|
I just installed phpESP on my ISP's Apache server. When I try to go to the "manage" page, I get this error: ------------------------- Warning: Cannot modify header information - headers already sent by (output started at /home/dro/public_html/survey/phpESP-1.6.1/admin/phpESP.ini.php:171) in /home/dro/public_html/survey/phpESP-1.6.1/admin/include/lib/espauth-default.inc on line 163 401 Unauthorized [ Incorrect User ID or Password, or your account has been disabled/expired. ] ----------------- I've read about this in the mail archives. I can indeed log in if I disable authentication in the ini file, but that is not a good long-term solution, right? I have tested the database username/password by creating a little file that just connects to the dbase and prints a message, so I know I am using the correct username/password/database name for mySQL. When I run test.php it returns: PHP Information Version: 4.3.10 OS: Linux SAPI: apache register_globals: No magic_quotes_gpc: Yes magic_quotes_runtime: No safe_mode: No open_basedir: Does the SAPI "apache" line mean that php is NOT running as a CGI module? So that should not be the problem? What else can I do to debug/fix this? thanks, Holly |
From: James E. F. <jf...@uv...> - 2005-02-13 06:27:52
|
CGI mode has problems, mainly with authentication. The best option is to run PHP as an Apache Module (SAPI: Apache[2]). Magic quotes are just something that are a little broken, and so phpESP does workaround when enabled. phpESP should work with magic quotes on or off (I prefer off, so on is red). -James Anthony wrote: > Will phpESP-1.7-rc2 under following conditions? > # SAPI: cgi > # register_globals: Yes > # magic_quotes_gpc: Yes > > http://pucho.com/phpESP/admin/test.php says > > What is SAPI requirement for phpESP-1.7-rc2? > What is function of magic quotes GPC? > > Any clues appreciated. Thanks in advance. > |
From: Matthew G. <gr...@mu...> - 2005-02-11 16:35:08
|
The help text mentions that, !other is only valid for "check boxes" and "radio buttons". To get a N/A option for "rate" fields change the "Precision" field to 1. On Fri, 2005-02-11 at 07:25 +0200, omer sade wrote: > Hi, > > When using a rating type question I need to add OTHER fiels for free > typing and N/A fielsd for not familiar. Although I tried to use the > specified way to do it in the "Help" section (using the command !othre > and putting Use "N/A" in the precision field it doesn't work. the > !other just don't give any thing - the line is judst ignored. > > Please help. > > Omer Sade > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Lars J. <lj...@tm...> - 2005-02-11 07:39:57
|
Hi Omer, omer sade wrote: > Hi, > > When using a rating type question I need to add OTHER fiels for free > typing and N/A fielsd for not familiar. Although I tried to use the > specified way to do it in the "Help" section (using the command !othre > and putting Use "N/A" in the precision field it doesn't work. Enter a value like -1 or 10, and you'll get an N/A column. Lars. |
From: omer s. <ome...@gm...> - 2005-02-11 05:25:52
|
Hi, When using a rating type question I need to add OTHER fiels for free typing and N/A fielsd for not familiar. Although I tried to use the specified way to do it in the "Help" section (using the command !othre and putting Use "N/A" in the precision field it doesn't work. the !other just don't give any thing - the line is judst ignored. Please help. Omer Sade |
From: Matthew G. <gr...@mu...> - 2005-02-10 15:14:49
|
1.3 is a very old release. Consider installing 1.6.1 or even better 1.7-rc2. On Thu, 2005-02-10 at 11:13 +0000, Minesh wrote: > I have been trying to install version 1.3 for a few days now and am > having no joy with it at all. > I have followed all the instructions and all i get is a blank > screen... > I have set the paths in the phpESP.ini file as: > > 'c:/program files/apache group/apache2/htdocs/phpESP/' > > > > I have checked the source code and it is totally blank... > > > Can anyone help me regarding this? -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Minesh <min...@gm...> - 2005-02-10 11:13:11
|
I have been trying to install version 1.3 for a few days now and am = having no joy with it at all. I have followed all the instructions and all i get is a blank screen...=20 I have set the paths in the phpESP.ini file as: 'c:/program files/apache group/apache2/htdocs/phpESP/' I have checked the source code and it is totally blank... Can anyone help me regarding this? |
From: Matthew G. <gr...@mu...> - 2005-02-10 00:41:11
|
You'll need private(logins) to save/restore. Yes it is possible that multiple surveys can come from the same IP using pubic surveys. On Wed, 2005-02-09 at 14:14 -0500, Oleg Urminsky wrote: > Is it possible to activate the Save/Restore option for public surveys? > It seems like not, but I wanted to confirm. > > Also, it is the case that on public surveys the username (i.e. the IP > address) is the ID, and therefore it would be possible for responses > from multiple people with the same IP to get mixed up in the reporting? > > Thanks, > Oleg > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Oleg U. <op...@co...> - 2005-02-09 19:15:13
|
Is it possible to activate the Save/Restore option for public surveys? It seems like not, but I wanted to confirm. Also, it is the case that on public surveys the username (i.e. the IP address) is the ID, and therefore it would be possible for responses from multiple people with the same IP to get mixed up in the reporting? Thanks, Oleg |
From: Matthew G. <gr...@mu...> - 2005-02-07 23:16:48
|
You need to edit phpESP.ini.php. Look for the // Database Table Names: section. On Mon, 2005-02-07 at 17:05 -0500, Anthony wrote: > I would like to install phpESP-1.7 in an exisiting MySQL database. > What level of modifications would be required to change phpESP-1.7, > so every table used by phpESP-1.7 is prefixed by "phpesp_". > For example: phpesp_user, phpesp_db, etc. > > Any clues appreciate. Please advise. Thank you. > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Matthew G. <gr...@mu...> - 2005-02-07 23:13:51
|
http://pucho.com/phpESP/admin/manage.php try that link. It should point you in the right direction. On Mon, 2005-02-07 at 17:10 -0500, Anthony wrote: > Will phpESP-1.7-rc2 under following conditions? > # SAPI: cgi > # register_globals: Yes > # magic_quotes_gpc: Yes > > http://pucho.com/phpESP/admin/test.php says > > What is SAPI requirement for phpESP-1.7-rc2? > What is function of magic quotes GPC? > > Any clues appreciated. Thanks in advance. > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Anthony <an...@pu...> - 2005-02-07 22:10:13
|
Will phpESP-1.7-rc2 under following conditions? # SAPI: cgi # register_globals: Yes # magic_quotes_gpc: Yes http://pucho.com/phpESP/admin/test.php says What is SAPI requirement for phpESP-1.7-rc2? What is function of magic quotes GPC? Any clues appreciated. Thanks in advance. --=20 Anthony www.Pucho.com |
From: Anthony <an...@pu...> - 2005-02-07 22:06:03
|
I would like to install phpESP-1.7 in an exisiting MySQL database. What level of modifications would be required to change phpESP-1.7, so every table used by phpESP-1.7 is prefixed by "phpesp_". For example: phpesp_user, phpesp_db, etc. Any clues appreciate. Please advise. Thank you. --=20 Anthony www.Pucho.com |
From: Aaron A. <li...@fr...> - 2005-02-07 13:35:07
|
In theory, if the new installation carried the correct user/group, and you fished all the old informatiuon out of the old database, it would probably work. However, im not sure if that is an easy task? Maybe someone has an sql statement that could be helpful? Lars Jensen wrote: >Hi phpESP users, > >We're in a situation where we would like to copy a survey from one >phpESP installation to another. Is there a way to do this? > >Thanks in advance for any responses. > >Lars Jensen, >TMCC Math Department > > >------------------------------------------------------- >This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >Tool for open source databases. Create drag-&-drop reports. Save time >by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >Download a FREE copy at http://www.intelliview.com/go/osdn_nl >_______________________________________________ >phpESP-general mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com |
From: Lars J. <lj...@tm...> - 2005-02-07 02:13:01
|
Hi phpESP users, We're in a situation where we would like to copy a survey from one phpESP installation to another. Is there a way to do this? Thanks in advance for any responses. Lars Jensen, TMCC Math Department |
From: Yaniv C. <ya...@gm...> - 2005-02-06 16:25:20
|
Hey, I would like to translate phpesp to Hebrew but there are 2 problems. 1. Is there support for right to left languages? if not, is it possible = to add it on the next release? 2. when I'm writing in Hebrew now I can see it when I take the survey = (from left to right) but when I download a CSV=20 file, I get gibberish. Thanks for any responses! |
From: <wkh...@ya...> - 2005-02-04 16:13:12
|
人生の負け組みにならない為にも!! ★完全無料でお相手検索 ★友達、恋人が無料で探せる。 ★貴方の出会い応援します。 http://www.crystal-s.jp/user.app?cmd=entry&mailAddr=php...@li...&ad=sp2 簡単3ステップエントリー(^−^v http://www.crystal-s.jp/user.app?cmd=entry&mailAddr=php...@li...&ad=sp2 ※18歳未満利用禁止 ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ |
From: Matthew G. <gr...@mu...> - 2005-02-02 15:27:04
|
Looks like ESP can't connect to mysql running on localhost using user edigital_phpesp. Can you connect using the same account information using the mysql from command line or another tool? On Wed, 2005-02-02 at 01:05 -0600, Ian Falu wrote: > I am trying to setuo phpesp. I have looked in the archives but > couldn't find anything for my error. > > > > HTTP 503 Service Unavailable > > [ Connection to database failed. Please check configuration. ] > > [ 1045: Access denied for user: 'edigital_phpesp@localhost' (Using > password: YES) ] > > > > I have checked the ini file and match everything to my database, > (edigital_phpesp) but no luck. By the way downloaded 1.7 version > > > > Thanks > > Looking forward to use phpesp > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Ian F. <if...@wi...> - 2005-02-02 07:05:35
|
I am trying to setuo phpesp. I have looked in the archives but couldn't = find anything for my error. =20 HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] [ 1045: Access denied for user: 'edigital_phpesp@localhost' (Using = password: YES) ] =20 I have checked the ini file and match everything to my database, (edigital_phpesp) but no luck. By the way downloaded 1.7 version =20 Thanks Looking forward to use phpesp |
From: Matthew G. <gr...@mu...> - 2005-01-31 21:20:56
|
Your problems are probably related to running ESP on an Apache server that has PHP running as a CGI instead of mod_php. This is a known issue. Search the mailing lists for "cgi" for more info. On Mon, 2005-01-31 at 15:06 -0600, Tom K wrote: > Excuss me if this is a double post, I've been working on this all > weekend. I have used Fantasitico to install phpESP and everything > works except for the "Manage Groups" link on the Management Interface. > This is the error I get when I click on it: > > 406 Not Acceptable Not Acceptable > An appropriate representation of the requested resource > /survey/admin/manage.php could not be found on this server. > > Apache/1.3.33 Server at www.solveulearn.com Port 80 > > "Any" help apprectioned! > > Tom > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |