You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: James E. F. <jf...@ac...> - 2002-11-27 16:14:50
|
Not that I know of but ideally phpESP would use the PEAR Auth module for this. See the pear website[1] for mor info. [1] http://pear.php.net/ -James On Wed, 27 Nov 2002, Teackele Soepboer wrote: > Hi, > > Has anyone done an implementation of authoirization through html forms and > posting them? > This to overcome the header problem, which doesn't work on many webservers. > > Regards, > Teackele > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: Teackele S. <twe...@ho...> - 2002-11-27 15:31:30
|
Hi, Has anyone done an implementation of authoirization through html forms and posting them? This to overcome the header problem, which doesn't work on many webservers. Regards, Teackele _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: <no...@so...> - 2002-11-26 21:07:50
|
Bugs item #644337, was opened at 2002-11-26 15:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=644337&group_id=8956 Category: User Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: James P. Dugal (jpd2) Assigned to: Nobody/Anonymous (nobody) Summary: Unanswered required question handling Initial Comment: I've installed phpESP-1.5 under Solaris 8, Apache 2.0.43 and PHP 4.2.3. I have built a small survey and it's working fine, except for one small anomaly: if I omit filling in a required question, I get a survey form back that includes a message about the missing questions. The problem is that the form does not have any of the answers indicated for the subset of questions that I did answer. This seems to occur because I have register_globals=Off in php.ini. The esphtml.forms.inc file has comments indicating 'needs register_globals = on' for setting the 'checked' html option. Is this desirable behaviour, in light of the recommendations in php.ini to leave register_globals set to Off? I suggest that if it is indeed a requirement to use register_globals=On for replaying the answered questions properly, then if register_globals is Off, just the missing question texts be displayed, followed by a directive to press the BACK button and resubmit. Something like this change might help (it still leaves the "Submit Survey" or "Next Page" button displayed ... so handler.php needs more work too to make this change viable. Comments, anyone? *** phpESP-1.5/admin/include/function/survey_render.inc~ Wed Sep 11 11:52:29 2002 --- phpESP-1.5/admin/include/function/survey_render.inc Fri Nov 22 18:09:01 2002 *************** *** 64,70 **** <font size="-1"><?php echo(_('Page')); ?> <?php echo($section+1); ?> <?php echo(_('of')); ?> <?php echo($num_sections); ?></font> <?php } ?> <blockquote class="addInfo"><?php echo($survey["info"]); ?></blockquote> ! <blockquote class="message"><?php echo($message); ?></blockquote> <?php if($has_required) { ?> <p class="reqQuestion"><font size="-1"><?php echo(_('Questions marked with a')); ?> <font color="#FF0000">*</font> <?php echo(_('are required.')); ?></font></p> --- 64,78 ---- <font size="-1"><?php echo(_('Page')); ?> <?php echo($section+1); ?> <?php echo(_('of')); ?> <?php echo($num_sections); ?></font> <?php } ?> <blockquote class="addInfo"><?php echo($survey["info"]); ?></blockquote> ! <blockquote class="message"><?php echo($message); ! /* if we can't fill in the responses (because register_globals=Off) ! then we advise pressing the Back button, rather than to replay ! all the questions unanswered - jp...@lo... ! */ ! if(!empty($message) && !ini_get('register_globals')) { ! echo ("Press your Back button to resume."); ! return; ! } ?></blockquote> <?php if($has_required) { ?> <p class="reqQuestion"><font size="-1"><?php echo(_('Questions marked with a')); ?> <font color="#FF0000">*</font> <?php echo(_('are required.')); ?></font></p> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=644337&group_id=8956 |
From: <no...@so...> - 2002-11-26 20:52:08
|
Bugs item #637918, was opened at 2002-11-13 13:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 Category: SQL Group: v1.5 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Results show quest. choices out of order Initial Comment: This shows up when viewing survey results. In the case of a radio button, I was seeing the choices in reverse order. I was able to edit the SQL to grab the choices in "admin/include/function/survey_results.inc" on around line 217 under the "response_single" case, adding an "ORDER BY id" to get the proper order. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-26 15:51 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 |
From: <no...@so...> - 2002-11-26 20:51:40
|
Bugs item #637918, was opened at 2002-11-13 13:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 Category: SQL Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Results show quest. choices out of order Initial Comment: This shows up when viewing survey results. In the case of a radio button, I was seeing the choices in reverse order. I was able to edit the SQL to grab the choices in "admin/include/function/survey_results.inc" on around line 217 under the "response_single" case, adding an "ORDER BY id" to get the proper order. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-26 15:51 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 |
From: <no...@so...> - 2002-11-26 20:45:25
|
Bugs item #639178, was opened at 2002-11-15 19:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 Category: Admin Group: v1.5 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: James P. Dugal (jpd2) >Assigned to: James Flemer (jimmerman) Summary: Solaris 8 gettext test problem Initial Comment: I just installed phpESP v1.5 under Apache 2.0.43, PHP 4.2.3 and I invoke manage.php ... I get nothing but a browser error message about no data being sent. I did some exploring and found that the test in phpESP.ini for the gettext module being loaded or available, is causing the problem here. I did not install GNU gettext when I built PHP. Apparently an error occurs when the .ini code attempts to @dl( 'gettext.so') ... and never returns to take alternative action. My work-around was to not attempt to load gettext.so when PHP_OS reported SunOS. So I have this code change: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && (substr(PHP_OS, 0, 3) != 'Sun')) { which results in an English-only environment, which is acceptable. When I run your status.php script, I got: php version: 4.2.3 cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin register_globals: off magic_quotes_gpc: off magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: not loaded ... trying to load Regards. -- James Dugal jp...@lo... ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2002-11-26 15:45 Message: Logged In: YES user_id=39444 This has been fixed in CVS. Thanks for finding this and bringing up the 'enable_dl' php.ini setting. ---------------------------------------------------------------------- Comment By: James P. Dugal (jpd2) Date: 2002-11-26 15:25 Message: Logged In: YES user_id=609168 Thanks for the pointer to the info about dl() being unreliable in multi-threaded webserver environemnts! So I think we have a PHP issue (the @ prefix is not preventing an early exit nor an error msg in the log). And, since dl() is not going to work, the site admin should set 'enable_dl=Off' in php.ini, and then a script writer could test the value of enable_dl. So here's a "better" fix for phpESP.ini: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && ini_get('enable_dl')) { ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 21:27 Message: Logged In: YES user_id=445189 http://www.php.net/manual/en/function.dl.php See: Note: dl() is not supported in multithreaded Web servers... To confirm remove the '@' in front of dl(...) statement. Error will now appear in web server log: PHP Fatal error: dl() is not supported in multithreaded Web servers - use extension statements in your php.ini in /home/websrvr/www/php423/lib/php/contrib/phpESP/admin /phpESP.ini on line 153 ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 20:46 Message: Logged In: YES user_id=445189 I can confirm this behavior on RH 8 Server: Apache/2.0.43 (Unix) PHP/4.2.3 phpESP 1.5 New to PHP but, tracked problem down by sticking echo's in until I found: @dl( (substr(PHP_OS, 0, 3) == 'WIN') ? 'php_gettext.dll' : 'gettext.so' ); which I commented out. This allowed authorization prompt to appear instead of no content error... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 |
From: <no...@so...> - 2002-11-26 20:25:07
|
Bugs item #639178, was opened at 2002-11-15 18:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: James P. Dugal (jpd2) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris 8 gettext test problem Initial Comment: I just installed phpESP v1.5 under Apache 2.0.43, PHP 4.2.3 and I invoke manage.php ... I get nothing but a browser error message about no data being sent. I did some exploring and found that the test in phpESP.ini for the gettext module being loaded or available, is causing the problem here. I did not install GNU gettext when I built PHP. Apparently an error occurs when the .ini code attempts to @dl( 'gettext.so') ... and never returns to take alternative action. My work-around was to not attempt to load gettext.so when PHP_OS reported SunOS. So I have this code change: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && (substr(PHP_OS, 0, 3) != 'Sun')) { which results in an English-only environment, which is acceptable. When I run your status.php script, I got: php version: 4.2.3 cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin register_globals: off magic_quotes_gpc: off magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: not loaded ... trying to load Regards. -- James Dugal jp...@lo... ---------------------------------------------------------------------- >Comment By: James P. Dugal (jpd2) Date: 2002-11-26 14:25 Message: Logged In: YES user_id=609168 Thanks for the pointer to the info about dl() being unreliable in multi-threaded webserver environemnts! So I think we have a PHP issue (the @ prefix is not preventing an early exit nor an error msg in the log). And, since dl() is not going to work, the site admin should set 'enable_dl=Off' in php.ini, and then a script writer could test the value of enable_dl. So here's a "better" fix for phpESP.ini: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && ini_get('enable_dl')) { ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 20:27 Message: Logged In: YES user_id=445189 http://www.php.net/manual/en/function.dl.php See: Note: dl() is not supported in multithreaded Web servers... To confirm remove the '@' in front of dl(...) statement. Error will now appear in web server log: PHP Fatal error: dl() is not supported in multithreaded Web servers - use extension statements in your php.ini in /home/websrvr/www/php423/lib/php/contrib/phpESP/admin /phpESP.ini on line 153 ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 19:46 Message: Logged In: YES user_id=445189 I can confirm this behavior on RH 8 Server: Apache/2.0.43 (Unix) PHP/4.2.3 phpESP 1.5 New to PHP but, tracked problem down by sticking echo's in until I found: @dl( (substr(PHP_OS, 0, 3) == 'WIN') ? 'php_gettext.dll' : 'gettext.so' ); which I commented out. This allowed authorization prompt to appear instead of no content error... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 |
From: <no...@so...> - 2002-11-26 02:27:36
|
Bugs item #639178, was opened at 2002-11-15 19:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: James P. Dugal (jpd2) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris 8 gettext test problem Initial Comment: I just installed phpESP v1.5 under Apache 2.0.43, PHP 4.2.3 and I invoke manage.php ... I get nothing but a browser error message about no data being sent. I did some exploring and found that the test in phpESP.ini for the gettext module being loaded or available, is causing the problem here. I did not install GNU gettext when I built PHP. Apparently an error occurs when the .ini code attempts to @dl( 'gettext.so') ... and never returns to take alternative action. My work-around was to not attempt to load gettext.so when PHP_OS reported SunOS. So I have this code change: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && (substr(PHP_OS, 0, 3) != 'Sun')) { which results in an English-only environment, which is acceptable. When I run your status.php script, I got: php version: 4.2.3 cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin register_globals: off magic_quotes_gpc: off magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: not loaded ... trying to load Regards. -- James Dugal jp...@lo... ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 21:27 Message: Logged In: YES user_id=445189 http://www.php.net/manual/en/function.dl.php See: Note: dl() is not supported in multithreaded Web servers... To confirm remove the '@' in front of dl(...) statement. Error will now appear in web server log: PHP Fatal error: dl() is not supported in multithreaded Web servers - use extension statements in your php.ini in /home/websrvr/www/php423/lib/php/contrib/phpESP/admin /phpESP.ini on line 153 ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 20:46 Message: Logged In: YES user_id=445189 I can confirm this behavior on RH 8 Server: Apache/2.0.43 (Unix) PHP/4.2.3 phpESP 1.5 New to PHP but, tracked problem down by sticking echo's in until I found: @dl( (substr(PHP_OS, 0, 3) == 'WIN') ? 'php_gettext.dll' : 'gettext.so' ); which I commented out. This allowed authorization prompt to appear instead of no content error... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 |
From: <no...@so...> - 2002-11-26 01:46:27
|
Bugs item #639178, was opened at 2002-11-15 19:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: James P. Dugal (jpd2) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris 8 gettext test problem Initial Comment: I just installed phpESP v1.5 under Apache 2.0.43, PHP 4.2.3 and I invoke manage.php ... I get nothing but a browser error message about no data being sent. I did some exploring and found that the test in phpESP.ini for the gettext module being loaded or available, is causing the problem here. I did not install GNU gettext when I built PHP. Apparently an error occurs when the .ini code attempts to @dl( 'gettext.so') ... and never returns to take alternative action. My work-around was to not attempt to load gettext.so when PHP_OS reported SunOS. So I have this code change: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && (substr(PHP_OS, 0, 3) != 'Sun')) { which results in an English-only environment, which is acceptable. When I run your status.php script, I got: php version: 4.2.3 cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin register_globals: off magic_quotes_gpc: off magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: not loaded ... trying to load Regards. -- James Dugal jp...@lo... ---------------------------------------------------------------------- Comment By: Ryan Russo (vidrunr) Date: 2002-11-25 20:46 Message: Logged In: YES user_id=445189 I can confirm this behavior on RH 8 Server: Apache/2.0.43 (Unix) PHP/4.2.3 phpESP 1.5 New to PHP but, tracked problem down by sticking echo's in until I found: @dl( (substr(PHP_OS, 0, 3) == 'WIN') ? 'php_gettext.dll' : 'gettext.so' ); which I commented out. This allowed authorization prompt to appear instead of no content error... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 |
From: rebecca s. <rss...@ya...> - 2002-11-25 15:42:41
|
I've submitted the code changes to Kon to allow the designer to identify questions as reversals. This really only helps folks who have to analyze the data outside of phpesp. Will work on the download process now to make sure it passes the reversal info. Constant Sum (new question type 15) is coded and awaiting Kon coming up for air so I can discuss error trapping (spreading too few or too many points). After I get the reversals into the current dowload code, I'll work on the customized labels for rank questions. Bekasu __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: rebecca s. <rss...@ya...> - 2002-11-21 18:53:37
|
Well.. the new question type (15) which allows you to let the respondent key in (spread) a value over several options should probably be called "constant sum". I have it coded and working BUT have a dilemma with regards to error checking the total of the values the respondent keyed in vs. the total allowed for that question. Would someone be willing to chat about this on freenode? Let me know a time you'll likely be lurking there on Friday or Monday and I'll try to be there as well. BekaSu __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: <mic...@gm...> - 2002-11-20 17:59:24
|
I've problems getting the german version to work. On my local (windows) system I had to modify the phpESP.ini as follows: cut out line: setlocale(LC_ALL, $ESPCONFIG['lang']); add line: putenv("LC_ALL=de"); With "putenv" all seems to be ok. "Setlocale" seems not to work on my win2000 system. But neither with setlocale or with putenv I get phpESP to work on the Linux-Webserver where the production version has to be installed. Some info about the server is below. Any help, any hints? Thank you Mike -- Output of status_php_gettext.php on the Linux Server: php version: 4.2.3 cwd: /www/991033385/ambis-online.de/phpESP register_globals: on magic_quotes_gpc: on magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: loaded browser languages: de -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! |
From: <no...@so...> - 2002-11-20 11:22:51
|
Bugs item #636539, was opened at 2002-11-11 02:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: language settings don't work Initial Comment: I set the default language to 'de', I browse phpESP with language priority 'de', but phpESP is in english. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-11-20 03:22 Message: Logged In: NO Hello, the output of the script seems to be ok. what else could be the cause of the language problem? any other hints? -hakan ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-11-11 13:36 Message: Logged In: NO php version: 4.2.3 cwd: /home/hakan/.public_html/testing_scripts register_globals: off magic_quotes_gpc: on magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: loaded browser languages: de seems all settings should be ok, any other ideas? -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 10:03 Message: Logged In: YES user_id=39444 Is gettext installed and compiled for PHP? Please tell us the output of this[1] script when run from your webserver. [1] http://phpesp.sf.net/files/status.php.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 |
From: rebecca s. <rss...@ya...> - 2002-11-19 21:46:51
|
I finished unit and application testing for paired comparisons today and have sent the diff file on to Kon in a separate email. The next question type I need is a percentage question much along the lines of feature request 573863. I plan to use question type 15 for this new question type but need to research the literature for an appropriate name. If anyone is currently working on a solution for request 573863, please let me know. Bekasu __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: rebecca s. <rss...@ya...> - 2002-11-18 18:53:23
|
Okay.. Separately, I'm sending Kon the code changes (diff file) for semantic differential. (Refer to general request: 493332) It includes the table change for question type. Kon.. this code change has a work around for the dl() call in phpesp.ini since I'm running a multi-thread server. .. Next, I need a paired comparison question. I don't see an outstanding request for that. But since it works nearly the same way as a semantic differential, should be straightforward to code. I'll use question type 14 unless anyone has any objections. Rebecca __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: rebecca s. <rss...@ya...> - 2002-11-18 13:38:13
|
I believe your problem is actually the same issue I stumbled over last week. dl() function is not a valid function call on a multi-threaded server. Could you run php_info and tell me if the enable_dl is set on or off? If you have a multi-thread server, you should change your php.ini file to have enable_dl = Off (per the developers at php.net). A more generic change (in phpESP.ini) of: if (!ini_get('safe_mode') && enable_dl) { .... might be warranted. Rebecca > > > 1. [ phpesp-Bugs-639178 ] Solaris 8 gettext test > problem (no...@so...) > > --__--__-- > > Message: 1 > To: no...@so... > From: no...@so... > Date: Fri, 15 Nov 2002 16:28:41 -0800 > Subject: [phpesp-dev] [ phpesp-Bugs-639178 ] Solaris > 8 gettext test problem > > Bugs item #639178, was opened at 2002-11-15 18:28 > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 > > Category: Admin > Group: v1.5 > Status: Open > Resolution: None > Priority: 5 > Submitted By: James P. Dugal (jpd2) > Assigned to: Nobody/Anonymous (nobody) > Summary: Solaris 8 gettext test problem > > Initial Comment: > I just installed phpESP v1.5 under Apache 2.0.43, > PHP 4.2.3 and I invoke manage.php ... I get nothing > but a browser error message about no data being > sent. > I did some exploring and found that the test in > phpESP.ini for the gettext module being loaded or > available, is causing the problem here. I did not > install GNU gettext when I built PHP. Apparently > an error occurs when the .ini code attempts to @dl( > 'gettext.so') ... and never returns to take > alternative > action. My work-around was to not attempt to load > gettext.so when PHP_OS reported SunOS. So I have > this code change: > 148c148 > < if (!ini_get('safe_mode')) { > --- > > if (!ini_get('safe_mode') && (substr(PHP_OS, > 0, > 3) != 'Sun')) { > > > which results in an English-only environment, which > is acceptable. > > When I run your status.php script, I got: > php version: 4.2.3 > cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin > register_globals: off > magic_quotes_gpc: off > magic_quotes_runtime: off > safe_mode: off > open_basedir: > mysql: loaded > gettext: not loaded ... trying to load > > > Regards. > -- James Dugal > jp...@lo... > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 > > > > --__--__-- > > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > End of phpESP-devel Digest __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: <no...@so...> - 2002-11-16 00:28:41
|
Bugs item #639178, was opened at 2002-11-15 18:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: James P. Dugal (jpd2) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris 8 gettext test problem Initial Comment: I just installed phpESP v1.5 under Apache 2.0.43, PHP 4.2.3 and I invoke manage.php ... I get nothing but a browser error message about no data being sent. I did some exploring and found that the test in phpESP.ini for the gettext module being loaded or available, is causing the problem here. I did not install GNU gettext when I built PHP. Apparently an error occurs when the .ini code attempts to @dl( 'gettext.so') ... and never returns to take alternative action. My work-around was to not attempt to load gettext.so when PHP_OS reported SunOS. So I have this code change: 148c148 < if (!ini_get('safe_mode')) { --- > if (!ini_get('safe_mode') && (substr(PHP_OS, 0, 3) != 'Sun')) { which results in an English-only environment, which is acceptable. When I run your status.php script, I got: php version: 4.2.3 cwd: /web/docs/InfoTech/UCSS/phpESP-1.5/admin register_globals: off magic_quotes_gpc: off magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: not loaded ... trying to load Regards. -- James Dugal jp...@lo... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=639178&group_id=8956 |
From: angek <ang...@ip...> - 2002-11-15 06:10:32
|
Hi Guys, Just a quick one to let you know how my development is going and by doing so hopefully ensuring that we are not duplicating our efforts. I have finished stage 1 of the cross analysis and tabulation gui. Stage 2 will be to incorporate graphs with the cross tabulation and analysis tool. This stage is underway. Stage 3 will be to clean up the code and make it all available to the devel list for testing prior to commiting. Having said that if anyone is in real need for such a feature and can't wait until I make it available to this list I'd be happy to send you what I've got. I also checked out the BRANCH_UCSB branch (survey forking feature - supplied by Steve McGhee) made some mods and have it working (although I haven't tested it thoroughly yet). I'll be merging the changes with the latest devel cvs version of phpESP over the weekend and start testing it properly. I should have it finished and made available to this list within a week or two. The same deal as above applies. If you can't hang on until then drop me an email and I'll send you what I've got. Kon |
From: rebecca s. <rss...@ya...> - 2002-11-14 16:48:49
|
dl() function fails if you are running a multi-thread server I've added an addition check for 'enable_dl' value so the dl() function will not be called if you do not have enable_dl turned on in your php_ini file. I grepped looking for any other occurances of ' dl' and found none. Would someone move this change into the code base? __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: angek <ang...@ip...> - 2002-11-14 08:40:09
|
All Done Kon On Thu, 2002-11-14 at 19:14, angek wrote: > I totally agree. > Will suppress warning and issue error message. > I'll patch and commit to cvs shortly. > > Kon > > On Thu, 2002-11-14 at 04:00, James E. Flemer wrote: > > I think that this should be patched so that it fails > > silently, or with a clear message if chdir() fails. > > -James > > > > On Wed, 13 Nov 2002, Nash Raghavan wrote: > > > > > Has anyone else experienced the following PHP errors: > > > > > > When creating a survey, I have no options for "Survey Theme", because I get this error: > > > Warning: ChDir: No such file or directory (errno 2) in /usr/local/apache/htdocs/survey/admin/include/tab/general.inc on line 111 > > > > > > When viewing survey status, the following error appears right above the table: > > > Warning: Argument #1 to array_intersect() is not an array in /usr/local/apache/htdocs/survey/admin/include/where/status.inc on line 169 > > > > > > Any ideas? > > > > > > Thanks, > > > Nash > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by: Are you worried about > > > your web server security? Click here for a FREE Thawte > > > Apache SSL Guide and answer your Apache SSL security > > > needs: http://www.gothawte.com/rd523.html > > > _______________________________________________ > > > phpESP-general mailing list > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: Are you worried about > > your web server security? Click here for a FREE Thawte > > Apache SSL Guide and answer your Apache SSL security > > needs: http://www.gothawte.com/rd523.html > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: angek <ang...@ip...> - 2002-11-14 08:03:06
|
I totally agree. Will suppress warning and issue error message. I'll patch and commit to cvs shortly. Kon On Thu, 2002-11-14 at 04:00, James E. Flemer wrote: > I think that this should be patched so that it fails > silently, or with a clear message if chdir() fails. > -James > > On Wed, 13 Nov 2002, Nash Raghavan wrote: > > > Has anyone else experienced the following PHP errors: > > > > When creating a survey, I have no options for "Survey Theme", because I get this error: > > Warning: ChDir: No such file or directory (errno 2) in /usr/local/apache/htdocs/survey/admin/include/tab/general.inc on line 111 > > > > When viewing survey status, the following error appears right above the table: > > Warning: Argument #1 to array_intersect() is not an array in /usr/local/apache/htdocs/survey/admin/include/where/status.inc on line 169 > > > > Any ideas? > > > > Thanks, > > Nash > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: Are you worried about > > your web server security? Click here for a FREE Thawte > > Apache SSL Guide and answer your Apache SSL security > > needs: http://www.gothawte.com/rd523.html > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Are you worried about > your web server security? Click here for a FREE Thawte > Apache SSL Guide and answer your Apache SSL security > needs: http://www.gothawte.com/rd523.html > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: <no...@so...> - 2002-11-13 18:52:29
|
Bugs item #637918, was opened at 2002-11-13 10:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 Category: SQL Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Results show quest. choices out of order Initial Comment: This shows up when viewing survey results. In the case of a radio button, I was seeing the choices in reverse order. I was able to edit the SQL to grab the choices in "admin/include/function/survey_results.inc" on around line 217 under the "response_single" case, adding an "ORDER BY id" to get the proper order. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 |
From: James E. F. <jf...@ac...> - 2002-11-13 17:00:16
|
I think that this should be patched so that it fails silently, or with a clear message if chdir() fails. -James On Wed, 13 Nov 2002, Nash Raghavan wrote: > Has anyone else experienced the following PHP errors: > > When creating a survey, I have no options for "Survey Theme", because I get this error: > Warning: ChDir: No such file or directory (errno 2) in /usr/local/apache/htdocs/survey/admin/include/tab/general.inc on line 111 > > When viewing survey status, the following error appears right above the table: > Warning: Argument #1 to array_intersect() is not an array in /usr/local/apache/htdocs/survey/admin/include/where/status.inc on line 169 > > Any ideas? > > Thanks, > Nash > > > ------------------------------------------------------- > This sf.net email is sponsored by: Are you worried about > your web server security? Click here for a FREE Thawte > Apache SSL Guide and answer your Apache SSL security > needs: http://www.gothawte.com/rd523.html > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: <no...@so...> - 2002-11-13 12:23:35
|
Patches item #637726, was opened at 2002-11-13 21:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308956&aid=637726&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: IYODA Atsushi (iyoda) Assigned to: Nobody/Anonymous (nobody) Summary: japanese .po Initial Comment: It translated into Japanese. It uses, if it puts on lang/ja/LC_MESSAGES. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308956&aid=637726&group_id=8956 |
From: angek <ang...@ip...> - 2002-11-13 08:15:31
|
Hi Rebecca, James' suggestion about the best kind of diffs being unified diffs is something I also agree with. James also has a very valid point when saying that if you are going to be devoting quite a bit of time to phpESP that you should work with the CVS version. Have a think about how dedicated you are about helping out with this project. Kon ps. Your html compliance changes are looking good! On Wed, 2002-11-13 at 01:01, rebecca swartz wrote: > I've completed the coding/database changes to provide > a new question type of: semantic differential. Am > finished with unit testing and application testing as > of late last night. > > This will address general request 493332 (and my own > selfish needs). > > Kon - I made my changes as an extension of the html > compliant code I'd already sent you. What's your > preference on creating a new 'diff' file? A new > release was put in sourceforge last week, so I know > I'm out of sync now. > Rebecca > > > __________________________________________________ > Do you Yahoo!? > U2 on LAUNCH - Exclusive greatest hits videos > http://launch.yahoo.com/u2 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |