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: Basson, J. <jb...@uf...> - 2008-07-23 10:09:36
|
Hi Everyone, Is it possible to assign a survey to another "Designer Account" in order for that person to make changes to the survey and use it as his/her own? Thanks for the help... Jean The University of Fort Hare subscribes to an e-mail disclaimer. Please click on the following URL to read further: http://www.ufh.ac.za/disclaimer/ |
From: Matthew G. <mat...@gm...> - 2008-07-20 23:37:51
|
Just FYI the phpESP demo site has been upgraded to 2.1.1. http://phpesp.sourceforge.net/demo/ -- Matthew Gregg <mat...@gm...> |
From: Franky V. L. <lie...@te...> - 2008-06-30 19:20:23
|
Hi Renate, (sorrt for the late reply, busy busy ..) it is in fact a bug you encountered. Try changing line 203 in admin/include/where/crosstab.inc from: $sql1 = "SELECT count(*) FROM ".$GLOBALS['ESPCONFIG'][$tbl[0].'_table']." r1, ".$GLOBALS['ESPCONFIG'][$tbl[1].'_table']." r2 to: $sql1 = "SELECT count(*) FROM ".$tbl[0]." r1, ".$tbl[1]." r2 that should do the trick ... Franky > From: Franky Van Liedekerke <lie...@te...> > Date: Mon, Jun 23, 2008 at 1:41 PM > Subject: Re: [phpesp-general] Error when cross tabulating > To: php...@li... > > > Hi, > > please mail the version of phpESP you're using. > > Franky > > On 6/23/08, Renate Morgenstern <rmo...@un...> wrote: > > > > Hi, > > > > Sorry for the wrong words I used. I am a user of phpESP and not a > > programmer. ;-) > > I am using PHP version 4.2.2 > > Before I upgraded to the latest phpESP the cross tabulation was > > working. Thanks > > Renate > > > > > > > > > Hi again, > >> > I tried to cross tabulate the results of a survey. After > >> > selecting a blue tab on one question, I selected a red one on > >> > another question. But then I get the following error message: > >> > *Notice*: Undefined index: phpesp_response_single_table in > >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line > >> > *203* > >> > > >> > *"Which of the following best describes your main role or > >> > function? Select your response from the following drop-down > >> > list."vs "Are you involved in the planning or creation of > >> > digital library collections?"* > >> > > >> > *Notice*: Undefined offset: 0 in > >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line > >> > *276* > >> > > >> > *Notice*: Undefined offset: 2 in > >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line > >> > *280* > >> > > >> > Is there something wrong with my survey? > >> > > >> > Please help. > >> > Renate > >> > > >> > > >> > >> First of all: what is the version you're using? > >> Second of all: php notices are *not* errors, you see them on the > >> screen because your php.ini file is configured to do so, this has > >> nothing to do with phpESP. I agree, they shouldn't be there in the > >> first place, but first configure your php correctly for this (log > >> them to apache logfiles or so). > >> > >> Franky > >> > > > > > > > > |
From: Franky V. L. <lie...@te...> - 2008-06-26 15:38:43
|
Probably you can hack around it, but I have to admit that this is not on my todo list ... save/resume should be only for registered customers. Try first with the code on why/how the save/resume link is not shown for anonymous users and change that logic. Franky On 6/26/08, Jurgis Pralgauskis <jur...@gm...> wrote: > > Hello, > > > we are prepairing a really big survey for school teachers, but we > don't know in advance who and how many will be taking the survey > and the survey ir really big > > is there a way/hack to create a pseudo-user on the fly (wihtout > registration+confirmation) > just for save/resume purpose > > maybe via a cookie (which is destroyed on final submit) > > or use IP instead of username > as I know more info about browser and OS can be taken to guarantee > uniquiness > > looking forward to any reply :) > -- > Jurgis Pralgauskis > omni: 8-616 77613; teledema: 8-657 65656; > jabber: ju...@ak...; skype: dz0rdzas; > Don't worry, be happy and make things better ;) > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Jurgis P. <jur...@gm...> - 2008-06-26 14:59:00
|
Hello, we are prepairing a really big survey for school teachers, but we don't know in advance who and how many will be taking the survey and the survey ir really big is there a way/hack to create a pseudo-user on the fly (wihtout registration+confirmation) just for save/resume purpose maybe via a cookie (which is destroyed on final submit) or use IP instead of username as I know more info about browser and OS can be taken to guarantee uniquiness looking forward to any reply :) -- Jurgis Pralgauskis omni: 8-616 77613; teledema: 8-657 65656; jabber: ju...@ak...; skype: dz0rdzas; Don't worry, be happy and make things better ;) |
From: Franky V. L. <lie...@te...> - 2008-06-23 11:41:14
|
Hi, please mail the version of phpESP you're using. Franky On 6/23/08, Renate Morgenstern <rmo...@un...> wrote: > > Hi, > > Sorry for the wrong words I used. I am a user of phpESP and not a > programmer. ;-) > I am using PHP version 4.2.2 > Before I upgraded to the latest phpESP the cross tabulation was working. > Thanks > Renate > > > > > Hi again, >> > I tried to cross tabulate the results of a survey. After selecting a >> > blue tab on one question, I selected a red one on another question. >> > But then I get the following error message: >> > *Notice*: Undefined index: phpesp_response_single_table in >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *203* >> > >> > *"Which of the following best describes your main role or function? >> > Select your response from the following drop-down list."vs "Are you >> > involved in the planning or creation of digital library collections?"* >> > >> > *Notice*: Undefined offset: 0 in >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *276* >> > >> > *Notice*: Undefined offset: 2 in >> > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *280* >> > >> > Is there something wrong with my survey? >> > >> > Please help. >> > Renate >> > >> > >> >> First of all: what is the version you're using? >> Second of all: php notices are *not* errors, you see them on the screen >> because your php.ini file is configured to do so, this has nothing to >> do with phpESP. I agree, they shouldn't be there in the first place, >> but first configure your php correctly for this (log them to apache >> logfiles or so). >> >> Franky >> > > > > |
From: Franky V. L. <lie...@te...> - 2008-06-22 21:41:09
|
On Sun, 22 Jun 2008 15:28:05 -0400 Jim Brown <jp...@si...> wrote: > * Franky Van Liedekerke <lie...@te...> [2008-06-22 13:54]: > > On Sun, 22 Jun 2008 07:03:11 -0400 > > Jim Brown <jp...@si...> wrote: > > > > > > > > Hi all, > > > > > > Has anyone hacked around with radio boxes and groups? > > > > > > I'm trying to create a survey question that has three groups > > > of responses, something like the following: > > > > > > Q: Please check your favorite item in each category: > > > > > > [ ] Red Roses > > > [ ] Blue Violets > > > [ ] White Carnations > > > > > > [ ] Red Strawberries > > > [ ] Blue Berries > > > [ ] White Grapes > > > > > > [ ] Red Sandals > > > [ ] Blue Slippers > > > [ ] White Flipflops > > > > If I'm not mistaken, radio buttons in html are not meant to be used > > like this ... > > But anyway, to try it out: add 2 <br> add the end of every > > "seperation" line (yes, I mean to add the html code to the > > description field in phpESP. > > > > Franky > > > That only separates the groups for display. > > What I had in mind was creating a new question type like > 'radiogroup'. phpESP would have to: > > 1. Manage the creation of separate groups with "name=group1" > attributes This would be in the Survey Design management interface > screen. > > > 2. Receive and process the groups as 'response_multiples' instead of > response_single. > > Not sure of all the underlying code and I'm short on time right now, > but I might give it a try later. > > > Best Regards, > Jim B. ok, I understand better what you want now, but it is not possible (for now) using phpESP ... What you can do is use a seperation text for a question, and then ask for each subpart a question, using html indention: Q: Please check your favorite item in each category: q: which flowers: [ ] Red Roses [ ] Blue Violets [ ] White Carnations q: which fruit: [ ] Red Strawberries [ ] Blue Berries [ ] White Grapes q: which footware: [ ] Red Sandals [ ] Blue Slippers [ ] White Flipflops I must say that you try to ask one question for several categories, and phpESP just isn't designed for that ... Franky |
From: Jim B. <jp...@si...> - 2008-06-22 19:44:20
|
* Franky Van Liedekerke <lie...@te...> [2008-06-22 13:54]: > On Sun, 22 Jun 2008 07:03:11 -0400 > Jim Brown <jp...@si...> wrote: > > > > > Hi all, > > > > Has anyone hacked around with radio boxes and groups? > > > > I'm trying to create a survey question that has three groups > > of responses, something like the following: > > > > Q: Please check your favorite item in each category: > > > > [ ] Red Roses > > [ ] Blue Violets > > [ ] White Carnations > > > > [ ] Red Strawberries > > [ ] Blue Berries > > [ ] White Grapes > > > > [ ] Red Sandals > > [ ] Blue Slippers > > [ ] White Flipflops > > If I'm not mistaken, radio buttons in html are not meant to be used > like this ... > But anyway, to try it out: add 2 <br> add the end of every "seperation" > line (yes, I mean to add the html code to the description field in > phpESP. > > Franky That only separates the groups for display. What I had in mind was creating a new question type like 'radiogroup'. phpESP would have to: 1. Manage the creation of separate groups with "name=group1" attributes This would be in the Survey Design management interface screen. 2. Receive and process the groups as 'response_multiples' instead of response_single. Not sure of all the underlying code and I'm short on time right now, but I might give it a try later. Best Regards, Jim B. |
From: Franky V. L. <lie...@te...> - 2008-06-22 18:10:20
|
On Sun, 22 Jun 2008 07:03:11 -0400 Jim Brown <jp...@si...> wrote: > > Hi all, > > Has anyone hacked around with radio boxes and groups? > > I'm trying to create a survey question that has three groups > of responses, something like the following: > > Q: Please check your favorite item in each category: > > [ ] Red Roses > [ ] Blue Violets > [ ] White Carnations > > [ ] Red Strawberries > [ ] Blue Berries > [ ] White Grapes > > [ ] Red Sandals > [ ] Blue Slippers > [ ] White Flipflops If I'm not mistaken, radio buttons in html are not meant to be used like this ... But anyway, to try it out: add 2 <br> add the end of every "seperation" line (yes, I mean to add the html code to the description field in phpESP. Franky |
From: Jim B. <jp...@si...> - 2008-06-22 11:19:26
|
Hi all, Has anyone hacked around with radio boxes and groups? I'm trying to create a survey question that has three groups of responses, something like the following: Q: Please check your favorite item in each category: [ ] Red Roses [ ] Blue Violets [ ] White Carnations [ ] Red Strawberries [ ] Blue Berries [ ] White Grapes [ ] Red Sandals [ ] Blue Slippers [ ] White Flipflops The ideal way to do this is setting the name attribute for each group: <input type="radio" name="Q1_A" value="RedRoses"> Red Roses<br> <input type="radio" name="Q1_A" value="BlueViolets"> Blue Violets<br> <input type="radio" name="Q1_A" value="WhiteCarnations"> White Carnations <hr> <input type="radio" name="Q1_B" value="RedStrawberries"> Red Strawberries<br> <input type="radio" name="Q1_B" value="BlueBerries"> Blue Berries<br> <input type="radio" name="Q1_B" value="whiteGrapes"> White Grapes <hr> <input type="radio" name="Q1_C" value="RedSandals"> Red Sandals<br> <input type="radio" name="Q1_C" value="BlueSlippers"> Blue Slippers<br> <input type="radio" name="Q1_C" value="WhiteFlipflops"> White Flipflops Has anyone hacked phpESP to do this sort of thing? Best Regards, Jim B. PS- Yes, I know I can use checkboxes... |
From: Franky V. L. <lie...@te...> - 2008-06-19 06:11:15
|
Hi, well, since they use php, I assume they have *some* knowledge about it, be it enough to know the website to look for answers concerning php :-) And for those who don't know: http://www.php.net and for the ini file: http://www.php.net/manual/en/ini.php But anyway, I did already agree on the fact that these errors shouldn't be there, so that's why I asked about the version used as well ... Franky On 6/18/08, Rob de Santos <rde...@af...> wrote: > > You may be technically correct that these are not "errors" but to the user > if > the a) program fails to work as could be reasonably expected and b) you get > unexplained messages on the screen then those are "errors" so far as the > user is > concerned. You and I might appreciate the semantic distinction but the > user > won't. > > It might be more useful to point them to places they can get a better > understanding of how to work with php (and that assumes the user is not on > a > shared hosting arrangement where they have no control over php.ini). > > -- > -Rob > > -----Original Message----- > From: Franky Van Liedekerke [mailto:lie...@te...] > Sent: Wednesday, June 18, 2008 4:55 PM > To: Renate Morgenstern > Cc: php...@li... > Subject: Re: [phpesp-general] Error when cross tabulating > > On Wed, 18 Jun 2008 19:56:13 +0100 > Renate Morgenstern <rmo...@iw...> wrote: > > > Hi again, > > I tried to cross tabulate the results of a survey. After selecting a > > blue tab on one question, I selected a red one on another question. > > But then I get the following error message: > > *Notice*: Undefined index: phpesp_response_single_table in > > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *203* > > > > *"Which of the following best describes your main role or function? > > Select your response from the following drop-down list."vs "Are you > > involved in the planning or creation of digital library collections?"* > > > > *Notice*: Undefined offset: 0 in > > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *276* > > > > *Notice*: Undefined offset: 2 in > > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *280* > > > > Is there something wrong with my survey? > > > > Please help. > > Renate > > > > > > First of all: what is the version you're using? > Second of all: php notices are *not* errors, you see them on the screen > because your php.ini file is configured to do so, this has nothing to > do with phpESP. I agree, they shouldn't be there in the first place, > but first configure your php correctly for this (log them to apache > logfiles or so). > > Franky > > > > |
From: Rob de S. <rde...@af...> - 2008-06-18 21:29:55
|
You may be technically correct that these are not "errors" but to the user if the a) program fails to work as could be reasonably expected and b) you get unexplained messages on the screen then those are "errors" so far as the user is concerned. You and I might appreciate the semantic distinction but the user won't. It might be more useful to point them to places they can get a better understanding of how to work with php (and that assumes the user is not on a shared hosting arrangement where they have no control over php.ini). -- -Rob -----Original Message----- From: Franky Van Liedekerke [mailto:lie...@te...] Sent: Wednesday, June 18, 2008 4:55 PM To: Renate Morgenstern Cc: php...@li... Subject: Re: [phpesp-general] Error when cross tabulating On Wed, 18 Jun 2008 19:56:13 +0100 Renate Morgenstern <rmo...@iw...> wrote: > Hi again, > I tried to cross tabulate the results of a survey. After selecting a > blue tab on one question, I selected a red one on another question. > But then I get the following error message: > *Notice*: Undefined index: phpesp_response_single_table in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *203* > > *"Which of the following best describes your main role or function? > Select your response from the following drop-down list."vs "Are you > involved in the planning or creation of digital library collections?"* > > *Notice*: Undefined offset: 0 in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *276* > > *Notice*: Undefined offset: 2 in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *280* > > Is there something wrong with my survey? > > Please help. > Renate > > First of all: what is the version you're using? Second of all: php notices are *not* errors, you see them on the screen because your php.ini file is configured to do so, this has nothing to do with phpESP. I agree, they shouldn't be there in the first place, but first configure your php correctly for this (log them to apache logfiles or so). Franky |
From: Franky V. L. <lie...@te...> - 2008-06-18 20:54:55
|
On Wed, 18 Jun 2008 19:56:13 +0100 Renate Morgenstern <rmo...@iw...> wrote: > Hi again, > I tried to cross tabulate the results of a survey. After selecting a > blue tab on one question, I selected a red one on another question. > But then I get the following error message: > *Notice*: Undefined index: phpesp_response_single_table in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *203* > > *"Which of the following best describes your main role or function? > Select your response from the following drop-down list."vs "Are you > involved in the planning or creation of digital library collections?"* > > *Notice*: Undefined offset: 0 in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *276* > > *Notice*: Undefined offset: 2 in > */var/www/html/phpESP/admin/include/where/crosstab.inc* on line *280* > > Is there something wrong with my survey? > > Please help. > Renate > > First of all: what is the version you're using? Second of all: php notices are *not* errors, you see them on the screen because your php.ini file is configured to do so, this has nothing to do with phpESP. I agree, they shouldn't be there in the first place, but first configure your php correctly for this (log them to apache logfiles or so). Franky |
From: Renate M. <rmo...@iw...> - 2008-06-18 18:56:18
|
No virus found in this outgoing message. Checked by AVG. Version: 8.0.100 / Virus Database: 270.4.0/1506 - Release Date: 2008/06/17 04:30 PM |
From: Renate M. <rmo...@iw...> - 2008-06-18 10:56:18
|
No virus found in this outgoing message. Checked by AVG. Version: 8.0.100 / Virus Database: 270.4.0/1506 - Release Date: 2008/06/17 04:30 PM |
From: Pete D. <the...@ho...> - 2008-06-17 08:07:11
|
Hi there. Thanks for the help with my problem. Its fixed now. Of course the results are not quite what I was intending to achieve but thats my fault! Still its all progress. Cheers. Pete Dempsey _________________________________________________________________ http://clk.atdmt.com/UKM/go/msnnkmgl0010000007ukm/direct/01/ |
From: Franky V. L. <lie...@te...> - 2008-06-15 12:05:32
|
On Wed, 11 Jun 2008 11:06:19 +0300 Mihails Agafonovs <_m...@in...> wrote: > Hi! > > Haven't used phpESP for ~3 days, now I've tried to access management > interface and always get the blank page! Accessing any survey works > ok. > Nothing has changed in these 3 days, except upgrading Tomcat5 to > Tomtca5.5. > Ar cieņu, Mihails most of the times it means something did change, but you forgot what it was :) Anyway: the error log of your apache server logs and/or mysql logs should help you there. Franky |
From: Franky V. L. <lie...@te...> - 2008-06-15 12:04:12
|
Hi, On Fri, 13 Jun 2008 15:10:08 +0000 Pete Dempsey <the...@ho...> wrote: > > > Hi all > > I would be grateful if someone could help me resolve these warning > messages. > > Warning: session_start() [function.session-start]: Cannot send > session cookie - headers already sent Warning: session_start() > [function.session-start]: Cannot send session cache limiter - headers > already sent If you don't find any reference to this message, I suggest you try google once :) Anyway, see below for the solution ... > I am running phpESP 2.0.2 on a shared hosting account and I have > followed the instructions from the phpESP management interface. I > have a very simple PHP page which consists of a paragraph tag with 1 > line of text and then I have the PHP include for > public/phpESP.first.php followed by the include for > public/handler.php. You mention the error yourself here: you do a paragraph tag and then you include public/phpESP.first.php. See the example subdir for the solution: you have to include phpESP.first.php before any output happens. So move the include above your paragraph tag and you should be fine. Also: try upgrading to the latest version (svn version contains a small bugfix after the released version). Franky |
From: Pete D. <the...@ho...> - 2008-06-13 15:10:06
|
Hi all I would be grateful if someone could help me resolve these warning messages. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent I am running phpESP 2.0.2 on a shared hosting account and I have followed the instructions from the phpESP management interface. I have a very simple PHP page which consists of a paragraph tag with 1 line of text and then I have the PHP include for public/phpESP.first.php followed by the include for public/handler.php. The page runs in localhost without any problem. I can't find any reference to the warning messages anywhere. I am new to PHP but I have followed the instructions to the letter. Does anyone have any suggestions? Thanks _________________________________________________________________ http://clk.atdmt.com/UKM/go/msnnkmgl0010000009ukm/direct/01/ |
From: Mihails A. <_m...@in...> - 2008-06-11 08:06:53
|
Hi! Haven't used phpESP for ~3 days, now I've tried to access management interface and always get the blank page! Accessing any survey works ok. Nothing has changed in these 3 days, except upgrading Tomcat5 to Tomtca5.5. Ar cieņu, Mihails |
From: Bryan H. <bry...@do...> - 2008-06-04 23:34:19
|
I will be out of the office starting 06/04/2008 and will not return until 06/05/2008. For website issues please contact Robert Poeschel at 916 440-0546 or Cindy Walker 916-440-0536. |
From: Franky V. L. <lie...@te...> - 2008-06-04 18:17:17
|
On Wed, 04 Jun 2008 11:01:16 +0300 Mihails Agafonovs <_m...@in...> wrote: > Hi! > > Has anyone tried to include images in questions? For example, > > Question (type = checkbox).. lalalala ...? > Choices: > This works, when answering the survey, but some problems then happen > with CSV-export. > Any suggestions how can this be organized to work with CSV-export? > > Ar cieņu, Mihails I'm surprised it even works :) But what do you mean, something weird happens with cvs export? Franky |
From: Franky V. L. <lie...@te...> - 2008-06-04 18:14:52
|
On Mon, 26 May 2008 11:49:17 +0100 Renate Morgenstern <rmo...@iw...> wrote: > Good day, > I am using the option '!other. Other - describe here' when using > checkboxes on the last response line. However, when I test the survey > these boxes are checked with a green checkmark by default. I then > tested the survey by not checking any option on this question, which > is mandatory, and it will let me go on to the next page. However, > when I wanted to look at the results, there were no results. > See screenshot below. What should I change?? > Regards > Renate > > ok, this is a bug that has been present for like 5 months! Don't worry, it was just the checkbox that was kinda random ... Fixed in svn. If you want to fix it, edit file admin/include/lib/esphtml.forms.inc and change line 55 from if (isset($varr) && is_array($varr) && in_array($value,$varr)) to if (isset($varr[$_name]) && is_array($varr[$_name]) && in_array($value,$varr[$_name])) Franky |
From: Mihails A. <_m...@in...> - 2008-06-04 08:01:22
|
Hi! Has anyone tried to include images in questions? For example, Question (type = checkbox).. lalalala ...? Choices: This works, when answering the survey, but some problems then happen with CSV-export. Any suggestions how can this be organized to work with CSV-export? Ar cieņu, Mihails |
From: Franky V. L. <lie...@te...> - 2008-06-02 12:06:59
|
The ldap attribute (used to designate a user as a designer) should be unique for that entry (the attribute type should not be there more than once per user!!) Also: you don't specify the version of phpesp you're using, nor the settings you've configured, nor an example of an ldap entry you try to use as an admin. Franky On 6/2/08, Mihails Agafonovs <_m...@in...> wrote: > > Hi! Ok then. > > I've created a survey (as an LDAP user with designer rights), then changed > survey status to private and got the following error: > > Warning: array_intersect() [function.array-intersect]: Argument #2 is not > an array in /var/www/phpESP/admin/include/where/status.inc on line 163 > > This also appears in Access menu (access.inc). Also, no survey are showed > to change status (or access) after this error. > > Quoting *Franky Van Liedekerke <lie...@te...>*: > > Don't mix these ... if you want ldap auth, use ldap. > > Franky > On 6/2/08, *Mihails Agafonovs* <_m...@in...> wrote: > > Hi! > > When using LDAP authentication, is it possible to log in using local phpESP > account? I've created one, but still onlu LDAP users can log in. > > Ar cieņu, Mihails > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > Ar cieņu, Mihails > |