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: Steve B. <sb...@co...> - 2007-07-03 01:11:02
|
=20 Hello, I've installed 1.8.2j and am getting the following error when going to the 2nd page. How do I find out the cause and what to do to fix it? Thanks, Steve =20 =20 Notice: Only variable references should be returned by reference in /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/admin/include/lib/ adodb/adodb.inc.php on line 859 =20 =20 |
From: Franky V. L. <lie...@te...> - 2007-07-02 14:15:53
|
Hi, I'm trying to contribute back my changes to phpESP, but: in the CVS version (on sourceforge) there have been some changes made by the user called greggmc, but the result is that some files are in fact older than before??? Eg.: - admin/include/function/survey_render.inc: in the released version the patch for td-class types is included (td class=qnType), but in the CVS version this has been removed (it was in version 1.26, but not in 1.27) - admin/include/lib/espauth-ldap.inc: version 1.23 doesn't include a fix that 1.22.2.2 has etc ... so my question to the developers: do I commit my changes ot the main branch (HEAD) or the branch BRANCH_1_8? I can do the BRANCH_1_8 with some SPSS patches as well: the latest changes to phpESP_cvs/admin/include/function/survey_export_csv.inc, phpESP/admin/include/where/download.inc, phpESP/admin/include/where/export.inc But I don't know about the CSS changes etc ... ? Franky |
From: Franky V. L. <lie...@te...> - 2007-06-29 13:23:02
|
Hi, Steve Bolton wrote: > Tried your updated version and got this message at the top of the page: > > Warning: session_start(): Cannot send session cache limiter - headers > already sent (output started at > /usr/local/pem/vhosts/119550/webspace/httpdocs/newmech/survey/service_survey.php:58) > in > /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/public/phpESP.first.php > on line 25 phpESP.first.php initiates the php session (if it doesn't exist yet), so the include should happen before any output is generated. So make sure you put it "high enough" in your service_survey.php script. > And got this message at each question: > > * Notice: Undefined index: auto_num in > /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/admin/include/function/survey_render.inc > on line 125 execute the mysql update script located at scripts/db/mysql_update-1.8.2h-1.8.2i.sql or do a clean install :-) Franky |
From: Steve B. <sb...@co...> - 2007-06-29 13:00:41
|
Hi Franky, =20 Tried your updated version and got this message at the top of the page: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/pem/vhosts/119550/webspace/httpdocs/newmech/survey/service_su rvey.php:58) in /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/public/phpESP.firs t.php on line 25 =20 =20 And got this message at each question: * Notice: Undefined index: auto_num in /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/admin/include/func tion/survey_render.inc on line 125 =20 Steve =20 |
From: Franky V. L. <lie...@te...> - 2007-06-28 20:21:38
|
This is normal, due to some errors in the current version. Please try the version on my page: http://www.e-dynamics.be/index.php?section=programs&lang=en Make sure to read the changelog. In the main dir there are some examples on how to include the survey in other pages (surveu.php, survey_nl.php, survey_fr.php). (I know, I know ... getting to the CVS this weekend I hope ;-) Franky On Thu, 28 Jun 2007 14:47:14 -0500 "Steve Bolton" <sb...@co...> wrote: > Hello, > > I am trying to embed the survey in an existing formatted page and > when I run it, the following error information is displayed on the > page above the survey questions. What does this mean and how do I > fix it? > > Thanks, > > Steve > > > > Warning: session_start(): Cannot send session cache limiter - headers > already sent (output started at > /usr/local/pem/vhosts/119550/webspace/httpdocs/newmech/survey/service_su > rvey.php:58) in > /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/public/handler-pre > fix.php on line 57 > |
From: Steve B. <sb...@co...> - 2007-06-28 19:47:16
|
Hello, I am trying to embed the survey in an existing formatted page and when I run it, the following error information is displayed on the page above the survey questions. What does this mean and how do I fix it? Thanks, Steve =20 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/pem/vhosts/119550/webspace/httpdocs/newmech/survey/service_su rvey.php:58) in /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/public/handler-pre fix.php on line 57 |
From: Neda K <ned...@gm...> - 2007-06-28 12:27:20
|
Hello phpESP fellows, I have a few request for help. I want to ask participants about their association to the word love and their association to the word hate. But I want to be able to randomize this so that some participants get the question about love first and then about hate, and some participants get the question about hate first and then about love. This is for reducing order effects. Does anybody have suggestions? Another question I had is, is it possible to show users their results, for instance when I ask them about love and hate, at the end where they get the thank you page, they can also see their results. Thank you for all your help and support. Sincerely Yours Neda -- |
From: Steve B. <sb...@co...> - 2007-06-27 18:24:38
|
Hello, =20 I just installed on a hosted site and seem to be able to access the Admin stuff ok but when I try to create survey questions, I get the following error when I try to create a new question. How do I fix this? I can't find the 'allow_call_time_pass-reference' line in the ini. Do I just add a line? =20 Thanks, Steve =20 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of intval(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/admin/include/wher e/tab.inc on line 37 =20 |
From: Steve B. <sb...@co...> - 2007-06-27 14:59:59
|
Hello, I'm looking for help getting phpESP installed and running on a site hosted at MyDomain.com I've created a database and populated it with tables via the scripts. However, if I try /admin/manage.php or /admin/index.php I get a 503 Service Unavailable. Here is the output of test.php. Some of the items in the first two blocks are red. Does that indicate a problem? I have the correct db name, access name, and password in the .ini file. Any suggestions? Thanks, Steve PHP Information * Version: 4.4.6 * OS: Linux * SAPI: apache2handler * register_globals: Yes * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: /usr/local/pem/vhosts/119550 PHP Extensions * dBase: No * GD: Yes -- bundled (2.0.28 compatible) * GNU Gettext: Yes * LDAP: Yes * MySQL: Yes * PHP Extension Dir (compiled): /usr/lib/php4 * PHP Extension Dir (run time): /usr/lib/php4 phpESP Settings * Expected ESP_BASE: /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/ * Expected base_url: www.corvalgroup.com/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/ * base_url: http://www.corvalgroup.com/phpESP/ * Version: 1.8.2 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: /usr/local/pem/vhosts/119550/tmp * Counter: 3 |
From: Neda K <ned...@gm...> - 2007-06-23 11:17:50
|
Hello, I am using radio button but in one question there are 10 options, so its difficult for the users to see what button belongs to what answer option. Is there a way to put some king of line between each radio button? or color each an every row of radio button differently so its easier to see what button belongs to what answer option? (I am a css newbie) Sincerely Yours -- |
From: Franky V. L. <lie...@te...> - 2007-06-22 07:07:01
|
Hi, I'm not forking at all :-) Just giving back my changes, but last time I checked there were some CVS problems (several times) and since then, the code return just slipped my mind ... Franky Matthew wrote: > Please don't take this the wrong way, but I'd think it's probably best > if you change the name of the phpESP version that you're distributing. > I would love to see the changes you've done rolled back into phpESP, > but since it's been months without any commits of your > changes/enhancements it looks more like you're forking. If you do > intend to fork, which is perfectly fine since ESP is BSD licensed, > your fork should not be called phpESP. > > > On 6/20/07, Franky Van Liedekerke <lie...@te...> wrote: >> Hi, >> >> the adodb lib included in phpsurvey is for php4 only. What you can do to >> solve the problem is this: >> >> - install the adodb libs for your platform using your favorite package >> manager >> - change in phpESP.ini.php the variable $ESPCONFIG['adodb_path'] to >> point to >> your adodb installation instead of the included libs. >> >> Btw, I have continued to develop phpESP, so maybe you can take a look >> at the >> current version (has lots of fixes and extra functionality): >> http://www.e-dynamics.be/index.php?section=programs&lang=en >> >> With friendly regards, >> >> Franky Van Liedekerke >> >> >> On 6/19/07, Christopher Kolar <ck...@im...> wrote: >> > >> > >> > Hello. I am running 1.8.2 and have been running phpESP for years and >> years. I recently (as in the last week) started seeing this error -- it >> shows up when the system is trying to store results, but I also get >> similar >> messages when I try to export or view results. Any thoughts? I am >> running >> under php 5.2.2 and mysql 5.x. Thanks, >> > >> > --chris >> > >> > Message when submitting results: >> > >> > >> > Notice: Only variable references should be returned by reference in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php >> >> on line 860 >> > >> > Notice: Trying to get property of non-object in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >> on line 421 >> > >> > Notice: Trying to get property of non-object in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc >> on line 49 >> > >> > Warning: array_shift() [function.array-shift]: The argument should >> be an >> array in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >> on line 424 >> > >> > Warning: Cannot use a scalar value as an array in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >> on line 430 >> > >> > Fatal error: Call to a member function MoveNext() on a non-object in >> /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >> on line 433 >> > System says 111 responses stored for this survey, this is what is >> returned >> when I try to download results. >> > >> > >> > <br /> >> > <b>Notice</b>: Only variable references should be returned by >> reference >> in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php</b> >> >> on line <b>860</b><br /> >> > <br /> >> > <b>Notice</b>: Trying to get property of non-object in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >> >> on line <b>421</b><br /> >> > <br /> >> > <b>Notice</b>: Trying to get property of non-object in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc</b> >> >> on line <b>49</b><br /> >> > <br /> >> > <b>Warning</b>: array_shift() [<a >> href='function.array-shift'>function.array-shift</a>]: The argument >> should >> be an array in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >> >> on line <b>424</b><br /> >> > <br /> >> > <b>Warning</b>: Cannot use a scalar value as an array in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >> >> on line <b>430</b><br /> >> > <br /> >> > <b>Fatal error</b>: Call to a member function MoveNext() on a >> non-object >> in >> <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >> >> on line <b>433</b><br /> >> > >> > >> > >> > >> > >> > >> > /////\\\\\/////\\\\\ >> > Christopher G. Kolar >> > Coordinator of Research and Evaluation >> > Illinois Mathematics and Science Academy >> > ck...@im... -- staff.imsa.edu/~ckolar -- PGP Public Key ID: >> 0x43879C9B >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by DB2 Express >> > Download DB2 Express C - the FREE version of DB2 express and take >> > control of your XML. No limits. Just data. Click to get it now. >> > http://sourceforge.net/powerbar/db2/ >> > _______________________________________________ >> > phpESP-general mailing list >> > php...@li... >> > >> https://lists.sourceforge.net/lists/listinfo/phpesp-general >> > >> > >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> phpESP-general mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpesp-general >> >> > > |
From: Matthew <mat...@gm...> - 2007-06-22 01:16:39
|
Please don't take this the wrong way, but I'd think it's probably best if you change the name of the phpESP version that you're distributing. I would love to see the changes you've done rolled back into phpESP, but since it's been months without any commits of your changes/enhancements it looks more like you're forking. If you do intend to fork, which is perfectly fine since ESP is BSD licensed, your fork should not be called phpESP. On 6/20/07, Franky Van Liedekerke <lie...@te...> wrote: > Hi, > > the adodb lib included in phpsurvey is for php4 only. What you can do to > solve the problem is this: > > - install the adodb libs for your platform using your favorite package > manager > - change in phpESP.ini.php the variable $ESPCONFIG['adodb_path'] to point to > your adodb installation instead of the included libs. > > Btw, I have continued to develop phpESP, so maybe you can take a look at the > current version (has lots of fixes and extra functionality): > http://www.e-dynamics.be/index.php?section=programs&lang=en > > With friendly regards, > > Franky Van Liedekerke > > > On 6/19/07, Christopher Kolar <ck...@im...> wrote: > > > > > > Hello. I am running 1.8.2 and have been running phpESP for years and > years. I recently (as in the last week) started seeing this error -- it > shows up when the system is trying to store results, but I also get similar > messages when I try to export or view results. Any thoughts? I am running > under php 5.2.2 and mysql 5.x. Thanks, > > > > --chris > > > > Message when submitting results: > > > > > > Notice: Only variable references should be returned by reference in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php > on line 860 > > > > Notice: Trying to get property of non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc > on line 421 > > > > Notice: Trying to get property of non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc > on line 49 > > > > Warning: array_shift() [function.array-shift]: The argument should be an > array in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc > on line 424 > > > > Warning: Cannot use a scalar value as an array in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc > on line 430 > > > > Fatal error: Call to a member function MoveNext() on a non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc > on line 433 > > System says 111 responses stored for this survey, this is what is returned > when I try to download results. > > > > > > <br /> > > <b>Notice</b>: Only variable references should be returned by reference > in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php</b> > on line <b>860</b><br /> > > <br /> > > <b>Notice</b>: Trying to get property of non-object in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>421</b><br /> > > <br /> > > <b>Notice</b>: Trying to get property of non-object in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc</b> > on line <b>49</b><br /> > > <br /> > > <b>Warning</b>: array_shift() [<a > href='function.array-shift'>function.array-shift</a>]: The argument should > be an array in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>424</b><br /> > > <br /> > > <b>Warning</b>: Cannot use a scalar value as an array in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>430</b><br /> > > <br /> > > <b>Fatal error</b>: Call to a member function MoveNext() on a non-object > in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>433</b><br /> > > > > > > > > > > > > > > /////\\\\\/////\\\\\ > > Christopher G. Kolar > > Coordinator of Research and Evaluation > > Illinois Mathematics and Science Academy > > ck...@im... -- staff.imsa.edu/~ckolar -- PGP Public Key ID: > 0x43879C9B > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > -- D'oh! |
From: Franky V. L. <lie...@te...> - 2007-06-21 22:09:29
|
Hi, I had the same problem, and it seems the reason is the generated html code (not the stylesheets). So I've changed the code to be a litter more generic. If you're interested, I'll upload the latest version and mail the link, so you can check it out. Franky On Thu, 21 Jun 2007 23:27:07 +0200 Neda K <ned...@gm...> wrote: > Hello, > But I am using the generic templates, I have tried all of them but > the texts still fall far from the buttons. > > :( > > > > Barb Iannucci wrote: > > I had this same problem. If you use the generic layouts they give > > you, its not a problem. However, if you use your own stylesheets, > > then you need to copy some of the CSS styles from their examples > > into your stylesheet. > > > > I believe the elements that I copied into my stylesheet from theirs > > were > > > > .qnInnerTable{ > > } > > > > .qnInnerTd{ > > } > > > > .qnInner{ > > } > > > > .qnType{ > > } > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > Neda K > > Sent: Thursday, June 21, 2007 2:48 PM > > To: php...@li... > > Subject: [phpesp-general] html edit > > > > > > Hello all, > > How can I html edit a produced survey? > > for instance the radio button texts fal far from the radiobutton. > > > > > > > > > > Sincerely Yours Neda > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Barb I. <ba...@bu...> - 2007-06-21 22:05:40
|
hmmm....i haven't had that problem with the generic templates... -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Neda K Sent: Thursday, June 21, 2007 3:27 PM To: php...@li... Subject: Re: [phpesp-general] html edit Hello, But I am using the generic templates, I have tried all of them but the=20 texts still fall far from the buttons. :( Barb Iannucci wrote: > I had this same problem. If you use the generic layouts they give you, > its not a problem. However, if you use your own stylesheets, then you > need to copy some of the CSS styles from their examples into your > stylesheet. > > I believe the elements that I copied into my stylesheet from theirs were > > .qnInnerTable{ > } > > .qnInnerTd{ > } > > .qnInner{ > } > > .qnType{ > } > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Neda > K > Sent: Thursday, June 21, 2007 2:48 PM > To: php...@li... > Subject: [phpesp-general] html edit > > > Hello all, > How can I html edit a produced survey? > for instance the radio button texts fal far from the radiobutton. > > > > > Sincerely Yours Neda=20 > =20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Neda K <ned...@gm...> - 2007-06-21 21:27:49
|
Hello, But I am using the generic templates, I have tried all of them but the texts still fall far from the buttons. :( Barb Iannucci wrote: > I had this same problem. If you use the generic layouts they give you, > its not a problem. However, if you use your own stylesheets, then you > need to copy some of the CSS styles from their examples into your > stylesheet. > > I believe the elements that I copied into my stylesheet from theirs were > > .qnInnerTable{ > } > > .qnInnerTd{ > } > > .qnInner{ > } > > .qnType{ > } > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Neda > K > Sent: Thursday, June 21, 2007 2:48 PM > To: php...@li... > Subject: [phpesp-general] html edit > > > Hello all, > How can I html edit a produced survey? > for instance the radio button texts fal far from the radiobutton. > > > > > Sincerely Yours Neda > |
From: Barb I. <ba...@bu...> - 2007-06-21 21:00:54
|
I had this same problem. If you use the generic layouts they give you, its not a problem. However, if you use your own stylesheets, then you need to copy some of the CSS styles from their examples into your stylesheet. I believe the elements that I copied into my stylesheet from theirs were .qnInnerTable{ } .qnInnerTd{ } .qnInner{ } .qnType{ } -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Neda K Sent: Thursday, June 21, 2007 2:48 PM To: php...@li... Subject: [phpesp-general] html edit Hello all, How can I html edit a produced survey? for instance the radio button texts fal far from the radiobutton. Sincerely Yours Neda=20 --=20 |
From: Neda K <ned...@gm...> - 2007-06-21 20:48:13
|
Hello all, How can I html edit a produced survey? for instance the radio button texts fal far from the radiobutton. Sincerely Yours Neda -- |
From: Franky V. L. <lie...@te...> - 2007-06-20 10:39:31
|
Hi, the adodb lib included in phpsurvey is for php4 only. What you can do to solve the problem is this: - install the adodb libs for your platform using your favorite package manager - change in phpESP.ini.php the variable $ESPCONFIG['adodb_path'] to point to your adodb installation instead of the included libs. Btw, I have continued to develop phpESP, so maybe you can take a look at the current version (has lots of fixes and extra functionality): http://www.e-dynamics.be/index.php?section=programs&lang=en With friendly regards, Franky Van Liedekerke On 6/19/07, Christopher Kolar <ck...@im...> wrote: > > Hello. I am running 1.8.2 and have been running phpESP for years and > years. I recently (as in the last week) started seeing this error -- it > shows up when the system is trying to store results, but I also get similar > messages when I try to export or view results. Any thoughts? I am running > under php 5.2.2 and mysql 5.x. Thanks, > > --chris > > Message when submitting results: > > Notice: Only variable references should be returned by reference in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php > on line 860 > > Notice: Trying to get property of non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc on > line 421 > > Notice: Trying to get property of non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc on > line 49 > > Warning: array_shift() [function.array-shift]: The argument should be an > array in /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc > on line 424 > > Warning: Cannot use a scalar value as an array in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc on > line 430 > > Fatal error: Call to a member function MoveNext() on a non-object in > /home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc on > line 433 > > > System says 111 responses stored for this survey, this is what is returned > when I try to download results. > > <br /> > <b>Notice</b>: Only variable references should be returned by reference > in <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php</b> > on line <b>860</b><br /> > <br /> > <b>Notice</b>: Trying to get property of non-object in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>421</b><br /> > <br /> > <b>Notice</b>: Trying to get property of non-object in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc</b> > on line <b>49</b><br /> > <br /> > <b>Warning</b>: array_shift() [<a href='function.array-shift'> > function.array-shift</a>]: The argument should be an array in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>424</b><br /> > <br /> > <b>Warning</b>: Cannot use a scalar value as an array in > <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>430</b><br /> > <br /> > <b>Fatal error</b>: Call to a member function MoveNext() on a non-object > in <b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> > on line <b>433</b><br /> > > > > > > > /////\\\\\/////\\\\\ > Christopher G. Kolar > Coordinator of Research and Evaluation > Illinois Mathematics and Science Academy > ck...@im... -- staff.imsa.edu/~ckolar<http://staff.imsa.edu/%7Eckolar>-- PGP Public Key ID: 0x43879C9B > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Christopher K. <ck...@im...> - 2007-06-19 15:28:13
|
Hello. I am running 1.8.2 and have been running phpESP for years and years. I recently (as in the last week) started seeing this error -- it shows up when the system is trying to store results, but I also get similar messages when I try to export or view results. Any thoughts? I am running under php 5.2.2 and mysql 5.x. Thanks, --chris Message when submitting results: >Notice: Only variable references should be returned by reference in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php >on line 860 > >Notice: Trying to get property of non-object in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >on line 421 > >Notice: Trying to get property of non-object in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc >on line 49 > >Warning: array_shift() [function.array-shift]: The argument should >be an array in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >on line 424 > >Warning: Cannot use a scalar value as an array in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >on line 430 > >Fatal error: Call to a member function MoveNext() on a non-object in >/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc >on line 433 System says 111 responses stored for this survey, this is what is returned when I try to download results. ><br /> ><b>Notice</b>: Only variable references should be returned by >reference in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/adodb/adodb.inc.php</b> >on line <b>860</b><br /> ><br /> ><b>Notice</b>: Trying to get property of non-object in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >on line <b>421</b><br /> ><br /> ><b>Notice</b>: Trying to get property of non-object in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espdatalib.inc</b> >on line <b>49</b><br /> ><br /> ><b>Warning</b>: array_shift() [<a >href='function.array-shift'>function.array-shift</a>]: The argument >should be an array in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >on line <b>424</b><br /> ><br /> ><b>Warning</b>: Cannot use a scalar value as an array in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >on line <b>430</b><br /> ><br /> ><b>Fatal error</b>: Call to a member function MoveNext() on a >non-object in ><b>/home/HOMEDIR/imsaresearch.org/survey/admin/include/lib/espresponse.inc</b> >on line <b>433</b><br /> /////\\\\\/////\\\\\ Christopher G. Kolar Coordinator of Research and Evaluation Illinois Mathematics and Science Academy ck...@im... -- <http://staff.imsa.edu/~ckolar>staff.imsa.edu/~ckolar -- PGP Public Key ID: 0x43879C9B |
From: Tom B. <ba...@bc...> - 2007-05-08 20:14:17
|
I need to move my phpESP to another system soon. I have almost 350 surveys and 120,000 questions, and I would like to move only current surveys. I don't see any simple way to delete archived surveys. Is there a relatively simple way to delete either the complete surveys or even just the answers? Thanks, Tom Babbin ITS, Boston College |
From: Franky V. L. <lie...@te...> - 2007-04-21 15:54:21
|
Hi, i have created a version of phpesp that has a captcha in it (a series of numbers inside an image) before the final submit, and cookie based double posting prevention, and some more stuff. I haven't put it in cvs yet (sorry for that), but you can get the latest version at: http://www.e-dynamics.be/index.php?section=programs&lang=en Be sure to read the instructions, news and changelog. by now, Franky On Fri, 20 Apr 2007 17:00:08 -0600 "Barb Iannucci" <ba...@bu...> wrote: > Sorry if this is posted twice, but I sent an email to the list earlier > and I didn't get it in my own inbox like I usually do so I'm trying it > again... > > I'm starting to get form spam in my survey responses. Does anyone know > how to avoid this? > > > Barb Iannucci > IT Group > David Eccles School of Business > 1635 East Campus Center Drive > BUC Rm 102, Bldg 74 > Salt Lake City, UT 84112 > 801-585-5508 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Barb I. <ba...@bu...> - 2007-04-20 23:00:19
|
Sorry if this is posted twice, but I sent an email to the list earlier and I didn't get it in my own inbox like I usually do so I'm trying it again... I'm starting to get form spam in my survey responses. Does anyone know how to avoid this? Barb Iannucci IT Group David Eccles School of Business 1635 East Campus Center Drive BUC Rm 102, Bldg 74 Salt Lake City, UT 84112 801-585-5508 |
From: Jacque H. <ja...@fr...> - 2007-04-06 01:27:57
|
When attempting to install/setup the survey I get: HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] Yet while running test.php it appears to work ok. Is there something in particular I should look at? |
From: Comic J. <com...@gm...> - 2007-04-03 09:13:06
|
So I deactivated a survey, and only later on realised that i cannot view stats on a deactive survey (historical statistics). Is there any way that I can reactivate a surevy, so that i can view the statistics ? |
From: Comic J. <com...@gm...> - 2007-04-03 09:11:01
|
Hi All So I deactivated a survey, and only later on realised that i cannot view stats on a deactive survey (historical statistics). Is there any way that I can reactivate a surevy, so that i can view the statistics ? |