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: Andrew B. <A....@uc...> - 2006-05-24 04:33:06
|
Hi all, =20 Im using phpESP (great tool, thanks!) to enter results from a student evaluation survey. One of the questions is the name of the counsellor that the students are evaluating. =20 Obviously I need to be able to produce reports on each individual counsellor for this to be of any use.....effectively sorting and reporting based on a the answer to a particular question.......Im going to look at hacking into the php code to allow this and I was hoping for some suggestions about where to start ;) =20 =20 thanks for any advice. =20 =20 Yours cheerfully, =20 =20 =20 Andrew Bush ____________________________________________________ Learn real skills for the real world - Apply online at http://www.ucol.ac.nz or call 0800 GO UCOL (0800 46 8265) or txt free 3388 for more information and make a good move to UCOL =96 Universal College of Learning. Enrol with a public institute and be certain of your future ____________________________________________________ |
From: <Wal...@fi...> - 2006-05-22 20:06:05
|
Example: I am successful in creating Rate scale questions and in creating Yes/No = questions, my problem is in combining them. From the phpESP Demo Page ID =3D 5993, name =3D WaltH, Title =3D Common = Behaviors 1. Dawdles in getting dressed [1 Radio Button ... 7 Radio Button] = =20 I would like to have: = Never Always Is this behavior a problem for you? 1. Dawdles in getting dressed [1 Radio ... 7 = Radio] Yes Radio No Radio 2. Dawdles or lingers at mealtime [1 Radio ... 7 Radio] = Yes Radio No Radio I can accomplish this by writing my 33 - Rate Scale selections, = followed by 33 Yes//No questions, and editing the resulting html code, = so that the rate scale and yes/no code are on the same line. I have too many rate scale type questions to be able to efficiently = create the questionnaire, but I can not devise a method to have rate = scale and yes/no on the same line. Would someone be able to assist in the task? Your assistance will be greatly appreciated. Thanks, Walt Hodges |
From: <Wal...@fi...> - 2006-05-19 15:26:21
|
when accessing x.x.x.x/phpESP I am redirected to:=20 http://x.x.x.x/phpESP/admin/manage.php =09 phpESP Management Login Login Password I have followed the install instructions and have modified = mysql_create.sql to accommodate this change: INSERT INTO user (host, user, password) VALUES ( 'localhost','phpesp', = PASSWORD('happy')); I have followed the install instructions and have modified = phpESP.ini.php to accommodate this change: // Database connection information $ESPCONFIG['db_host'] =3D 'localhost'; $ESPCONFIG['db_user'] =3D 'phpesp'; $ESPCONFIG['db_pass'] =3D 'happy'; $ESPCONFIG['db_name'] =3D 'phpesp'; when I submit phpesp & happy, I receive: [ Incorrect User ID or Password, or your account has been = disabled/expired. ] Please point me to where I might correct this error as I am unable to = login to verify account expiration. Thanks, Walt Hodges |
From: Denise <dm...@co...> - 2006-05-10 21:54:14
|
New to the list ... I'm using phpESP for a client in connection with a MDPro CMS portal. Since a stable module for phpESP hasn't been written yet to work in MDPro, I'm using the postnuke mod "NukeWrapper" to view phpESP within the MDPro portal. The client does not want users to need to log in a second time (when they access the Management Interface) ... so I am looking for suggestions as to how to make these two systems "play well together". TIA, Denise |
From: Jerry M. <ma...@oh...> - 2006-05-05 13:02:07
|
I just installed phpESP 1.8.1 on a Win2003/IIS 6.0 server running PHP 5.1.2 and MySQL 5.0.18-nt, using all the defaults. The phpESP folder and contents were placed within the doc_root folder for another PHP web app I am running for our college to simplify PHP configuration. I am able to login to the phpESP Management Login page at [siteroot]/phpesp/admin/manage.php, and that takes me properly to the Management Interface page as superuser. However, when I click Create A New Survey the page that appears [siteroot]/phpesp/admin/manage.php?where=new only renders the top of the page (the General, Questions, Order, Preview and Finish tabs, plus a text field for entering the Name of the Survey). The rest of the text fields for Owner and Group and the Continue button are missing. Any ideas what's wrong with my phpESP configuration? I've been over the phpESP.ini.php file contained in the phpESP\admin folder several times, but cannot determine what the problem is. Any help would be much appreciated. Jerry Massie |
From: Matthew G. <mat...@gm...> - 2006-04-28 17:02:20
|
Is the user being logged out why they are actively using ESP for 20 mins or is the session idle for 20 mins? On 4/28/06, james crook <ja...@cm...> wrote: > > > > When a superuser is creating surveys, it logs her out every 20 minutes or > so, and she has to log in to continue. It's very annoying as sometimes > she'll have typed a long question in with responses then gets logged out > when she tries to submit it, and the question is lost. > > > > Is there a way to lengthen the auto-logout time? Is it done through > sessions? > > > > I've tried to edit the adodb-session.php file, around line 173 =96 doesn'= t > seem to have the required result so I'm not sure what to do. Any pointers > would be appreciated. I'm only intermediate with php. > > > > Thanks for your help, > > > > James (merlot02) -- D'oh! |
From: Adriano C. <adr...@gm...> - 2006-04-28 14:43:34
|
ICAgIElzIGl0IHBvc3NpYmxlIHRvLCB3aXRob3V0IHVzaW5nIHRoZSBTYXZlL1Jlc3RvcmUgZmVh dHVyZSwgdXNlIHRoZQpCYWNrL0ZvcndhcmQgZmVhdHVyZSBhbmQgc3RpbGwgaGF2ZSB0aGUgcmVz dWx0cyBzYXZlZCB1bnRpbCB0aGUgc3VydmV5CmlzIHN1Ym1pdHRlZD8KCiAgICBBbHNvLCBpZiB0 aGUgYWJvdmUgaXMgcG9zc2libGUsIHdpbGwgdGhpcyB3b3JrIGZvciBwdWJsaWMgc3VydmV5cwpv ciBpcyBpdCBvbmx5IHBvc3NpYmxlIHRvIGRvIHdpdGggcHJpdmF0ZSBzdXJ2ZXlzPwoKCiAgICBS ZWdhcmRzLAogICAgQWRyaWFubwo= |
From: james c. <ja...@cm...> - 2006-04-28 06:08:35
|
When a superuser is creating surveys, it logs her out every 20 minutes or so, and she has to log in to continue. It's very annoying as sometimes she'll have typed a long question in with responses then gets logged out when she tries to submit it, and the question is lost. =20 Is there a way to lengthen the auto-logout time? Is it done through sessions? =20 I've tried to edit the adodb-session.php file, around line 173 - doesn't seem to have the required result so I'm not sure what to do. Any pointers would be appreciated. I'm only intermediate with php. =20 Thanks for your help, =20 James (merlot02) |
From: Roman Y. <ro...@ss...> - 2006-04-28 06:02:47
|
James, You message got flagged as spam so I didn't see for a few days. This error simply indicates that designer table doesn't exist. Can you confirm, by logging into mysql that all necessary tables are in phpesp database? Also, what error were you getting when running script from shell? Roman James O'Hagan wrote: > > I completed the install of phpESP. I logged into the admin side and I > get this message after login... > > HTTP 503 Service Unavailable > [ Unable to load ACL. (Table 'phpesp.designer' doesn't exist) ] > > I cannot find any mention of this error. What did I do wrong or not do > correctly? I did populate the tables, but did so by going into the > mysql interface itself rather than running from the CLI shell. I found > the CLI shell to generate errors with the populate script. > > Here is my test page information: > > PHP Information > > * Version: 4.3.11 > * OS: Linux > * SAPI: apache2handler > * register_globals: No > * magic_quotes_gpc: No > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > 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: /var/www/html/phpESP/ > * Expected base_url: survey.ccsd180.org/phpESP/ > <http://survey.ccsd180.org/phpESP/> > * Loading phpESP.ini.php ... > * ESP_BASE: /var/www/html/phpESP/ > * base_url: http://survey.ccsd180.org/phpESP/ > * Version: 1.8.1 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: en_US > * current lang: en_US > * available langs: fi_FI, it_IT, el_GR, en_US, nl_NL, sv_SE, > hu_HU, pt_BR, fr_FR, es_ES, de_DE, ja_JP, fi, da_DK, pt_PT > (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: /var/lib/php/session > * Counter: 3 > > > __________________________________ > James O'Hagan |
From: Adriano C. <adr...@gm...> - 2006-04-27 17:43:29
|
ICAgIEhvdyBjYW4gSSBtYWtlIGl0IHBvc3NpYmxlIHRvIG5hdmlnYXRlIGJvdGggYmFjayBhbmQg Zm9ydGggdGhyb3VnaAphIHF1ZXN0aW9ubmFpcmU/CgogICAgSSdtIGluIGEgYml0IG9mIGEgdGln aHQgc3BvdCBoZXJlIGJlY2F1c2UgSSBuZWVkIHRvIGdldCB0aGlzCndvcmtpbmcgYnkgdGhlIGVu ZCBvZiB0aGUgZGF5IHRvZGF5LgoKICAgIEknZCBhcHByZWNpYXRlIGFsbCB0aGUgaGVscCB5b3Ug Y2FuIGdpdmUgbWUuCgogICAgUmVnYXJkcywKICAgIEFkcmlhbm8K |
From: Roman Y. <ro...@ss...> - 2006-04-27 15:52:58
|
James, did you populate the database (i.e. run the SQL script that comes with phpESP)? Roman James O'Hagan wrote: > > I completed the install of phpESP. I logged into the admin side and I > get this message after login... > > HTTP 503 Service Unavailable > [ Unable to load ACL. (Table 'phpesp.designer' doesn't exist) ] > > I cannot find any mention of this error. What did I do? > > Here is my test page information: > > PHP Information > > * Version: 4.3.11 > * OS: Linux > * SAPI: apache2handler > * register_globals: No > * magic_quotes_gpc: No > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > 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: /var/www/html/phpESP/ > * Expected base_url: survey.ccsd180.org/phpESP/ > * Loading phpESP.ini.php ... > * ESP_BASE: /var/www/html/phpESP/ > * base_url: http://survey.ccsd180.org/phpESP/ > * Version: 1.8.1 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: en_US > * current lang: en_US > * available langs: fi_FI, it_IT, el_GR, en_US, nl_NL, sv_SE, > hu_HU, pt_BR, fr_FR, es_ES, de_DE, ja_JP, fi, da_DK, pt_PT > (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: /var/lib/php/session > * Counter: 3 > > > __________________________________ > *James O'Hagan* > Technology Coordinator > Community Consolidated School District 180 > Burr Ridge, Illinois, USA > http://www.ccsd180.org/tech > Office: (630) 734-6608 > Cell: (630) 918-3997 > > |
From: James O'H. <jim...@gm...> - 2006-04-26 16:49:52
|
I completed the install of phpESP. I logged into the admin side and I get this message after login... HTTP 503 Service Unavailable [ Unable to load ACL. (Table 'phpesp.designer' doesn't exist) ] I cannot find any mention of this error. What did I do wrong or not do correctly? I did populate the tables, but did so by going into the mysql interface itself rather than running from the CLI shell. I found the CLI shell to generate errors with the populate script. Here is my test page information: PHP Information * Version: 4.3.11 * OS: Linux * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: No * magic_quotes_runtime: No * safe_mode: No * open_basedir: 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: /var/www/html/phpESP/ * Expected base_url: survey.ccsd180.org/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/html/phpESP/ * base_url: http://survey.ccsd180.org/phpESP/ * Version: 1.8.1 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: fi_FI, it_IT, el_GR, en_US, nl_NL, sv_SE, hu_HU, pt_BR, fr_FR, es_ES, de_DE, ja_JP, fi, da_DK, pt_PT (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: /var/lib/php/session * Counter: 3 __________________________________ James O'Hagan |
From: James O'H. <jo...@cc...> - 2006-04-25 22:38:49
|
I completed the install of phpESP. I logged into the admin side and I get this message after login... HTTP 503 Service Unavailable [ Unable to load ACL. (Table 'phpesp.designer' doesn't exist) ] I cannot find any mention of this error. What did I do? Here is my test page information: PHP Information * Version: 4.3.11 * OS: Linux * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: No * magic_quotes_runtime: No * safe_mode: No * open_basedir: 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: /var/www/html/phpESP/ * Expected base_url: survey.ccsd180.org/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/html/phpESP/ * base_url: http://survey.ccsd180.org/phpESP/ * Version: 1.8.1 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: fi_FI, it_IT, el_GR, en_US, nl_NL, sv_SE, hu_HU, pt_BR, fr_FR, es_ES, de_DE, ja_JP, fi, da_DK, pt_PT (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: /var/lib/php/session * Counter: 3 __________________________________ James O'Hagan Technology Coordinator Community Consolidated School District 180 Burr Ridge, Illinois, USA http://www.ccsd180.org/tech Office: (630) 734-6608 Cell: (630) 918-3997 |
From: sean <sea...@gm...> - 2006-04-25 22:18:25
|
I'm probably being very dumb, but where are the username and password set to login to the management interface. I set the auth variables to false but am not happy with that, so I want to set them to true again, but don't know where to set the user/pass combo. The mysql db ones don't work. TIA Sean |
From: Joe A. <jo...@ne...> - 2006-04-24 11:37:05
|
Yeah, that is exactly what I did to make it work too... On Apr 23, 2006, at 9:45 AM, Daniel Romanchik wrote: > Just an fyi. I decided to strip out all the DEFAULT stuff for > TIMESTAMP, and it seems to work just fine. I read in the MySQL > manual that the default is automatically the current timestamp, so > taking out that part of the statement is really making it work the > way it was intended anyway. > > Dan > > > On Apr 20, 2006, at 3:57 PM, Joe Auty wrote: > >> Not yet, so far so good... >> >> On Apr 20, 2006, at 2:28 PM, Daniel Romanchik wrote: >> >>> Thanks for the info, Joe. Unfortunately, upgrading is not an >>> option as my website is on a shared server. After you got it >>> working, did you have any other problems? >>> >>> Thanks, Dan >>> >>> On Apr 20, 2006, at 2:11 PM, Joe Auty wrote: >>> >>>> Hey Dan, >>>> >>>> I had to do some wrestling with the included populate scripts to >>>> get them to work in MySQL 3.x. I'm not sure if there is a newer >>>> version of this script, but I basically had to yank out some of >>>> those offending pieces to get it to work. >>>> >>>> If upgrading to 4.x or higher is an option, it might be easier >>>> just to do that... >>>> >>>> >>>> On Apr 20, 2006, at 2:07 PM, Daniel Romanchik wrote: >>>> >>>>> When populating the database, I get the following error: >>>>> >>>>> SQL query: >>>>> CREATE TABLE realm( >>>>> nameCHAR( 16 ) NOT NULL , >>>>> titleCHAR( 64 ) NOT NULL , >>>>> CHANGED TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', >>>>> PRIMARY KEY ( name ) >>>>> ) >>>>> >>>>> MySQL said: >>>>> #1064 - You have an error in your SQL syntax near '(16) NOT NULL, >>>>> titleCHAR(64) NOT NULL, >>>>> changed TIMESTAMP NOT NULL DEFA' at line 2 >>>>> >>>>> >>>>> I tried downloading the latest two versions of >>>>> mysql_populate.sql from the CVS, as suggested in an earlier >>>>> message, but am still getting this error. The version of MySQL >>>>> running on my webhost is 3.23.58. I'm hoping that's not the >>>>> problem. :) >>>>> >>>>> Thanks, Dan >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> Using Tomcat but need to do more? Need to support web services, >>>>> security? >>>>> Get stuff done quickly with pre-integrated technology to make >>>>> your job easier >>>>> Download IBM WebSphere Application Server v.1.0.1 based on >>>>> Apache Geronimo >>>>> http://sel.as-us.falkag.net/sel? >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>> _______________________________________________ >>>>> phpESP-general mailing list >>>>> php...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/phpesp-general >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make >>> your job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> phpESP-general mailing list >>> php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpesp-general >> > |
From: Neil P. <ne...@uw...> - 2006-04-21 18:20:48
|
Hello, Survey developers cannot add or delete single respondents. Only Bulk Loading seems to work. I have detailed the problem in the project's Bugs section at http://sourceforge.net/tracker/index.php?func=detail&aid=1311839&group_id=8956&atid=108956 We have recently installed 1.8.1 and not only does the problem persist but Bulk Loaded respondents require content in the expiry field; it used to accept NULL. Is no one else experiencing difficulty managing respondents by survey developers? Management by a Superuser account works fine. .../neil patterson University of Waterloo |
From: Joe A. <jo...@ne...> - 2006-04-21 14:39:20
|
You're quite welcome! I haven't been using phpESP for very long, but perhaps I'll contact =20 the developers and see if they'd be hip to me submitting this fix. =20 The best way to handle this, I think, would be an admin page section =20 with the following options (radio buttons): "embed this survey in an existing site template" "make this survey a standalone survey" Knowing this information would help prevent this problem... On Apr 21, 2006, at 10:33 AM, Kimberly Gajda wrote: > Joe, > > You are brilliant! Thank you so much!!! As you may have guessed at > this point, it worked. :) > I had added the session_start previously, but I kept getting the error > from it coming up in the other file and I was afraid to tamper with > it. Thank you so so much for giving me the insight and courage to do > so! > (Thank you too for an explanation that included the "why" behind > things. Perfect.) > Hope your day is fabulous and your weekend even better. :) > > ~Kimberly > > On 4/21/06, Joe Auty <jo...@ne...> wrote: >> Hi Kimberly, >> >> I wrestled with this same problem... >> >> What you need to do is reference the survey with the following code: >> >> <?php >> session_start(); >> $sid=3D2; >> include("/home/knitty/public_html/survey/public/handler.php"); >> ?> >> >> You then need to edit the survey/public/handler.php file and comment >> out the session_start(); statement (can't remember what line it >> starts on). >> >> >> >> The reason this happens is because phpESP seems to be designed to >> embed a survey into an existing design and inherit the CSS provided >> from the rest of the site. Therefore, there are no HTML headers >> rendered by the hander.php file referenced, which allows you to >> create your own template: >> >> <?php >> session_start; >> $sid=3D2; >> ?> >> >> your HTML header here >> >> <?php >> include blah blah >> ?> >> >> your HTML footer here >> >> >> When you do the preview survey thing, it wraps the survey up in HTML >> headers and CSS included by the phpESP software. You can use these >> same headers and CSS if you wish. >> >> >> I hope this makes sense... >> >> >> On Apr 21, 2006, at 10:06 AM, Kimberly Gajda wrote: >> >>> Hello all. >>> I am sorry to bother everyone with what seems like may be a common >>> question, judging from the results I have found when searching on =20= >>> this >>> error string I received. As I am not familiar with the ins and =20 >>> outs of >>> php, though, my every adjustment only makes the situation worse. =20 >>> So I >>> have returned my code to its original state and am coming to the >>> experts. >>> I installed phpEsp (v 1.7.5) on my server last night. I created a >>> survey, and received the message >>> "You have completed this survey design. >>> >>> To insert this survey into your web page, copy the text below, and >>> paste it into the HTML of your page. >>> >>> <?php $sid=3D2; include("/home/knitty/public_html/survey//public/ >>> handler.php");?> >>> ..." >>> >>> I need to have the survey look custom with my site, so I am using =20= >>> that >>> option rather than the url they give to access it directly. >>> >>> Now, the problem starts, whenever I load my quiz.php, I get the =20 >>> quiz, >>> but this error message is at the top:"Warning: session_start(): =20 >>> Cannot >>> send session cache limiter - headers already sent (output started at >>> /home/knitty/public_html/quiz.php:15) in >>> /home/knitty/public_html/survey/public/handler-prefix.php on line =20= >>> 54" >>> >>> Can you benevolent geniuses please help a girl out? >>> Thanks so much!! >>> >>> >>> ------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=1216= 42 >>> _______________________________________________ >>> phpESP-general mailing list >>> php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpesp-general >> >> > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Kimberly G. <kg...@gm...> - 2006-04-21 14:33:32
|
Joe, You are brilliant! Thank you so much!!! As you may have guessed at this point, it worked. :) I had added the session_start previously, but I kept getting the error from it coming up in the other file and I was afraid to tamper with it. Thank you so so much for giving me the insight and courage to do so! (Thank you too for an explanation that included the "why" behind things. Perfect.) Hope your day is fabulous and your weekend even better. :) ~Kimberly On 4/21/06, Joe Auty <jo...@ne...> wrote: > Hi Kimberly, > > I wrestled with this same problem... > > What you need to do is reference the survey with the following code: > > <?php > session_start(); > $sid=3D2; > include("/home/knitty/public_html/survey/public/handler.php"); > ?> > > You then need to edit the survey/public/handler.php file and comment > out the session_start(); statement (can't remember what line it > starts on). > > > > The reason this happens is because phpESP seems to be designed to > embed a survey into an existing design and inherit the CSS provided > from the rest of the site. Therefore, there are no HTML headers > rendered by the hander.php file referenced, which allows you to > create your own template: > > <?php > session_start; > $sid=3D2; > ?> > > your HTML header here > > <?php > include blah blah > ?> > > your HTML footer here > > > When you do the preview survey thing, it wraps the survey up in HTML > headers and CSS included by the phpESP software. You can use these > same headers and CSS if you wish. > > > I hope this makes sense... > > > On Apr 21, 2006, at 10:06 AM, Kimberly Gajda wrote: > > > Hello all. > > I am sorry to bother everyone with what seems like may be a common > > question, judging from the results I have found when searching on this > > error string I received. As I am not familiar with the ins and outs of > > php, though, my every adjustment only makes the situation worse. So I > > have returned my code to its original state and am coming to the > > experts. > > I installed phpEsp (v 1.7.5) on my server last night. I created a > > survey, and received the message > > "You have completed this survey design. > > > > To insert this survey into your web page, copy the text below, and > > paste it into the HTML of your page. > > > > <?php $sid=3D2; include("/home/knitty/public_html/survey//public/ > > handler.php");?> > > ..." > > > > I need to have the survey look custom with my site, so I am using that > > option rather than the url they give to access it directly. > > > > Now, the problem starts, whenever I load my quiz.php, I get the quiz, > > but this error message is at the top:"Warning: session_start(): Cannot > > send session cache limiter - headers already sent (output started at > > /home/knitty/public_html/quiz.php:15) in > > /home/knitty/public_html/survey/public/handler-prefix.php on line 54" > > > > Can you benevolent geniuses please help a girl out? > > Thanks so much!! > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=12164= 2 > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Joe A. <jo...@ne...> - 2006-04-21 14:17:00
|
Hi Kimberly, I wrestled with this same problem... What you need to do is reference the survey with the following code: <?php session_start(); $sid=3D2; include("/home/knitty/public_html/survey/public/handler.php"); ?> You then need to edit the survey/public/handler.php file and comment =20 out the session_start(); statement (can't remember what line it =20 starts on). The reason this happens is because phpESP seems to be designed to =20 embed a survey into an existing design and inherit the CSS provided =20 from the rest of the site. Therefore, there are no HTML headers =20 rendered by the hander.php file referenced, which allows you to =20 create your own template: <?php session_start; $sid=3D2; ?> your HTML header here <?php include blah blah ?> your HTML footer here When you do the preview survey thing, it wraps the survey up in HTML =20 headers and CSS included by the phpESP software. You can use these =20 same headers and CSS if you wish. I hope this makes sense... On Apr 21, 2006, at 10:06 AM, Kimberly Gajda wrote: > Hello all. > I am sorry to bother everyone with what seems like may be a common > question, judging from the results I have found when searching on this > error string I received. As I am not familiar with the ins and outs of > php, though, my every adjustment only makes the situation worse. So I > have returned my code to its original state and am coming to the > experts. > I installed phpEsp (v 1.7.5) on my server last night. I created a > survey, and received the message > "You have completed this survey design. > > To insert this survey into your web page, copy the text below, and > paste it into the HTML of your page. > > <?php $sid=3D2; include("/home/knitty/public_html/survey//public/=20 > handler.php");?> > ..." > > I need to have the survey look custom with my site, so I am using that > option rather than the url they give to access it directly. > > Now, the problem starts, whenever I load my quiz.php, I get the quiz, > but this error message is at the top:"Warning: session_start(): Cannot > send session cache limiter - headers already sent (output started at > /home/knitty/public_html/quiz.php:15) in > /home/knitty/public_html/survey/public/handler-prefix.php on line 54" > > Can you benevolent geniuses please help a girl out? > Thanks so much!! > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Kimberly G. <kg...@gm...> - 2006-04-21 14:06:15
|
Hello all. I am sorry to bother everyone with what seems like may be a common question, judging from the results I have found when searching on this error string I received. As I am not familiar with the ins and outs of php, though, my every adjustment only makes the situation worse. So I have returned my code to its original state and am coming to the experts. I installed phpEsp (v 1.7.5) on my server last night. I created a survey, and received the message "You have completed this survey design. To insert this survey into your web page, copy the text below, and paste it into the HTML of your page. <?php $sid=3D2; include("/home/knitty/public_html/survey//public/handler.ph= p");?> ..." I need to have the survey look custom with my site, so I am using that option rather than the url they give to access it directly. Now, the problem starts, whenever I load my quiz.php, I get the quiz, but this error message is at the top:"Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/knitty/public_html/quiz.php:15) in /home/knitty/public_html/survey/public/handler-prefix.php on line 54" Can you benevolent geniuses please help a girl out? Thanks so much!! |
From: Daniel R. <da...@da...> - 2006-04-20 18:28:16
|
Thanks for the info, Joe. Unfortunately, upgrading is not an option as my website is on a shared server. After you got it working, did you have any other problems? Thanks, Dan On Apr 20, 2006, at 2:11 PM, Joe Auty wrote: > Hey Dan, > > I had to do some wrestling with the included populate scripts to > get them to work in MySQL 3.x. I'm not sure if there is a newer > version of this script, but I basically had to yank out some of > those offending pieces to get it to work. > > If upgrading to 4.x or higher is an option, it might be easier just > to do that... > > > On Apr 20, 2006, at 2:07 PM, Daniel Romanchik wrote: > >> When populating the database, I get the following error: >> >> SQL query: >> CREATE TABLE realm( >> nameCHAR( 16 ) NOT NULL , >> titleCHAR( 64 ) NOT NULL , >> CHANGED TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', >> PRIMARY KEY ( name ) >> ) >> >> MySQL said: >> #1064 - You have an error in your SQL syntax near '(16) NOT NULL, >> titleCHAR(64) NOT NULL, >> changed TIMESTAMP NOT NULL DEFA' at line 2 >> >> >> I tried downloading the latest two versions of mysql_populate.sql >> from the CVS, as suggested in an earlier message, but am still >> getting this error. The version of MySQL running on my webhost is >> 3.23.58. I'm hoping that's not the problem. :) >> >> Thanks, Dan >> >> >> >> >> ------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> phpESP-general mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Joe A. <jo...@ne...> - 2006-04-20 18:12:10
|
Hey Dan, I had to do some wrestling with the included populate scripts to get them to work in MySQL 3.x. I'm not sure if there is a newer version of this script, but I basically had to yank out some of those offending pieces to get it to work. If upgrading to 4.x or higher is an option, it might be easier just to do that... On Apr 20, 2006, at 2:07 PM, Daniel Romanchik wrote: > When populating the database, I get the following error: > > SQL query: > CREATE TABLE realm( > nameCHAR( 16 ) NOT NULL , > titleCHAR( 64 ) NOT NULL , > CHANGED TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', > PRIMARY KEY ( name ) > ) > > MySQL said: > #1064 - You have an error in your SQL syntax near '(16) NOT NULL, > titleCHAR(64) NOT NULL, > changed TIMESTAMP NOT NULL DEFA' at line 2 > > > I tried downloading the latest two versions of mysql_populate.sql > from the CVS, as suggested in an earlier message, but am still > getting this error. The version of MySQL running on my webhost is > 3.23.58. I'm hoping that's not the problem. :) > > Thanks, Dan > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Daniel R. <da...@da...> - 2006-04-20 18:07:43
|
When populating the database, I get the following error: SQL query: CREATE TABLE realm( nameCHAR( 16 ) NOT NULL , titleCHAR( 64 ) NOT NULL , CHANGED TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY ( name ) ) MySQL said: #1064 - You have an error in your SQL syntax near '(16) NOT NULL, titleCHAR(64) NOT NULL, changed TIMESTAMP NOT NULL DEFA' at line 2 I tried downloading the latest two versions of mysql_populate.sql from the CVS, as suggested in an earlier message, but am still getting this error. The version of MySQL running on my webhost is 3.23.58. I'm hoping that's not the problem. :) Thanks, Dan |
From: Louis G. <zeb...@ya...> - 2006-04-19 03:40:58
|
Can anyone tell me how can I customize the radio button images? I would like to replace the standard ones with buttons that I have made. Thanks! lg |
From: Louis G. <zeb...@ya...> - 2006-04-17 22:01:11
|
Hello, I've searched the list and cannot find an answer to what I imagine to be a very simple problem. I've created a simple survey and placed the php code in a php page. The survey appears okay, except that the following lines appear above it. Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/indiefi/public_html/charlottefilmfestival/survey.php:9) in /home/indiefi/public_html/charlottefilmfestival/surveys/public/handler-prefix.php on line 54 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/indiefi/public_html/charlottefilmfestival/survey.php:9) in /home/indiefi/public_html/charlottefilmfestival/surveys/public/handler-prefix.php on line 54 I have tried creating a tmp folder and adding this line session_save_path("/home/indiefi/public_html/charlottefilmfestival/surveys/tmp"); but nothing has changed. Please help. Thanks! LG |