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: Matthew G. <gr...@mu...> - 2005-03-26 14:45:53
|
Looks like the default.js included in 1.7.1 was the wrong version. I've updated/fixed it and released 1.7.2. Thanks for finding this. On Fri, 2005-03-25 at 16:09 -0700, Mark Martinez wrote: > I downloaded and installed phpESP-1.7.1.tar.gz today. > I was having trouble exporting data on a new installation too. > > I looked at CVS and found that the file js/defaults.js has > > function exportSubmit(type, f) { > f.where.value=type; > f.submit(); > } > > but js/defaults.js in my installation was missing this function. I added > it and export works ok. > > did the function go missing for a reason? > |
From: Mark M. <ml...@la...> - 2005-03-25 23:09:34
|
I downloaded and installed phpESP-1.7.1.tar.gz today. I was having trouble exporting data on a new installation too. I looked at CVS and found that the file js/defaults.js has function exportSubmit(type, f) { f.where.value=type; f.submit(); } but js/defaults.js in my installation was missing this function. I added it and export works ok. did the function go missing for a reason? -- Mark Martinez Email ml...@la... LANL Research Library Phone +1 505.667.1223 |
From: Peter W. <pet...@cc...> - 2005-03-25 22:04:09
|
Sorry. Am a real newbie to PHP. I am running: Apache 1.3 MySQL 4.0.21 PHP 4.3.10 phpESP 1.7.1 |
From: Matthew G. <gr...@mu...> - 2005-03-25 14:00:14
|
What version of php, ESP, Apache? Do you have javascript disabled in your browser(export requires it)? Does the survey you're attempting to export have results? On Fri, 2005-03-25 at 18:54 +1000, Peter Walker wrote: > I've just installed phpESP and think it's great. Simple easy to use > interface, and am going to love to see the next version with branching. > > Can't seem to get the export data to work. No matter what format I try > or which option (save on Server or Download) nothing seems to happen. > Is there a configuration setting I've missed ? > > I am using Mac OS X, running 10.3.8 and Firefox 1.0.2 > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Peter W. <pet...@cc...> - 2005-03-25 08:54:39
|
I've just installed phpESP and think it's great. Simple easy to use interface, and am going to love to see the next version with branching. Can't seem to get the export data to work. No matter what format I try or which option (save on Server or Download) nothing seems to happen. Is there a configuration setting I've missed ? I am using Mac OS X, running 10.3.8 and Firefox 1.0.2 |
From: VJ <vjm...@co...> - 2005-03-25 00:01:55
|
Hi, I'm almost totally php, mysql illiterate, but I was able to install = phpESP and was able to create a survey... well almost. Clicking on the = submit button took me to "Page Not Found". After reading all the FAQ's and browsing threads I decided I needed to = write. I did make a simpler 1 question test survey and finally noticed = something interesting.... http://www.cybrtooth.com/btd/public/survey.php?name=3Dbtd (the = address of the test survey) clicking on Submit Survey makes the following URL in the browser: http://www.cybrtooth.comwww.cybrtooth.com/btd/public/survey.php I also noticed that the address generated by the admin section upon = activating the survey looked about the same as that second one. I've searched docs until I'm blue in the face... I give up.. what did I = do wrong? Thanks in advance for your help. VJ Miyagi |
From: Anthony R. <che...@ya...> - 2005-03-23 19:07:17
|
Hi. I am using version phpESP 1.6.1 and have noted that when I enter a question in a which I've designated as numeric that it accepts non-numeric entries by the users of the survey. For example they type in two instead of 2 and the survey accepts it and goes on. Yet when I view the survey results it doesn't show that any information was entered unless they type it in numerical (ie 2 instead of two). How can I designate a field in a question to only accept "numeric" data and not allow the person making the response in the survey to continue if they don't enter numeric data. Thanks. --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! |
From: Jack C. <jc...@uo...> - 2005-03-23 16:44:25
|
Quoting Tomas Norre Mikkelsen <mai...@mi...>: > > 2. Is it possible to change the scale type to have text instead of number > when using it.. such it can be.. scale (never,sometimes,often) instead of > (1,2,3) > Although, AFAIK, there is no built-in mechanism for allowing the displayed scale values to be changed, what I've done for scale questions is put the following in the text of the scale question: Please choose a number to indicate how you feel about the following statements: <ol> <li>Strongly Agree <li>Agree <li>Somewhat Agree <li>Disagree <li>Strongly Disagree </ol> > Best Regards > > Tomas Norre Mikkelsen > milpoer.dk/blog > > Cheers, Jack Cooper, University of Guelph |
From: Socrates K. <mo...@pa...> - 2005-03-23 15:33:36
|
Regarding 1, I have found a workaround by breaking my survey into suitable sections. As of 2, I'd like to see a workaround as well... -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Tomas Norre Mikkelsen Sent: Wednesday, March 23, 2005 3:08 PM To: php...@li... Subject: [phpesp-general] phpESP subquestions and scale-type hello, I'm using this phpESP tool, and is pleased.. But I have some small problems.. Is it possible to make subsquestions ? fx. 1. What do you think of ? 1.A. Why do you think so.. and 2. Is it possible to change the scale type to have text instead of number when using it.. such it can be.. scale (never,sometimes,often) instead of (1,2,3) Best Regards Tomas Norre Mikkelsen milpoer.dk/blog ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Tomas N. M. <mai...@mi...> - 2005-03-23 13:08:20
|
hello, I'm using this phpESP tool, and is pleased.. But I have some small problems.. Is it possible to make subsquestions ? fx. 1. What do you think of ? 1.A. Why do you think so.. and 2. Is it possible to change the scale type to have text instead of number when using it.. such it can be.. scale (never,sometimes,often) instead of (1,2,3) Best Regards Tomas Norre Mikkelsen milpoer.dk/blog |
From: ioeirwoiesahda <ioe...@ya...> - 2005-03-22 00:00:42
|
http://home.graffiti.net/gorogoro:graffiti.net/pro777/ @@@@@@@@@@@@@@@@@@yPRzÅ¿qååW ¡ ¡@±E\@ss`àÑ@ ¡ ¡ http://home.graffiti.net/a_aa_a_twin:graffiti.net/ ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ¬ª¬ª¬ª¬ª¬ª¬ª¬ª¬ª @ «¨««ó««f««d««s««å««ì««í« @ ¯ª®¯ª®¯ª®¯ª®¯ª®¯ª®¯ª®¯ª® @ @ @@@@@@@@@@@@@@@@@@@@@ @http://home.graffiti.net/a_aa_a_twin:graffiti.net/ @ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Nt¤Ìs~bhÆ^[ǿ窢H «««««««««««««««««««««««« http://home.graffiti.net/a_aa_a_twin:graffiti.net/ 1~Ê̼aÍ1.5Z`æèãHºH «««««««««««««««««««««««« http://home.graffiti.net/a_aa_a_twin:graffiti.net/ »ñÈÅàÈ¢ªgÌñèÉòÑ©¤ss`àðEEE _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ¦Ìâ¢í¹Í²¶¾³¢ zMâ~ͱ¿ç pau...@ya... |
From: Matthew G. <gr...@mu...> - 2005-03-21 15:35:37
|
Don't really have enough data to help with this. It sounds like a local configuration setup issue with the apache/php/esp/mysql or some other variable. Sorry can't help more. On Mon, 2005-03-21 at 07:32 -0800, Jesse Lenihan wrote: > I set the logs to record all, but was unable to find any errors that > matched up to an incomplete page load. > -Jesse > > Matthew Gregg <gr...@mu...> on Wednesday, March 16, 2005 at 7:24 AM > -0800 wrote: > >Can you tail your Apache error log an see if any errors are given when a > >page fails to load completely? > > > >On Tue, 2005-03-15 at 14:53 -0800, Jesse Lenihan wrote: > >> Matthew Gregg <gr...@mu...> on Tuesday, March 15, 2005 at 2:42 PM > >> -0800 wrote: > >> >I know of no known issues that could cause this. Something with your > >> >setup. Perhaps a very short timeout or very low memory limit set in > >you > >> >php.ini? Please provide the output of phpesp/admin/test.php. > >> > > >> >On Tue, 2005-03-15 at 12:09 -0800, Jesse Lenihan wrote: > >> >> I'm having a problem with surveys fully posting for the end user. > >About > >> >> 1-in-5 to 1-in-10 page loads fail to completely load. > >> > >> As requested. I'm a novice here so I don't even know where to start > >> troubleshooting. > >> Thanks, > >> Jesse Lenihan > >> > >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Jesse L. <jle...@up...> - 2005-03-21 15:31:40
|
I set the logs to record all, but was unable to find any errors that matched up to an incomplete page load. -Jesse Matthew Gregg <gr...@mu...> on Wednesday, March 16, 2005 at 7:24 AM -0800 wrote: >Can you tail your Apache error log an see if any errors are given when a >page fails to load completely? > >On Tue, 2005-03-15 at 14:53 -0800, Jesse Lenihan wrote: >> Matthew Gregg <gr...@mu...> on Tuesday, March 15, 2005 at 2:42 PM >> -0800 wrote: >> >I know of no known issues that could cause this. Something with your >> >setup. Perhaps a very short timeout or very low memory limit set in >you >> >php.ini? Please provide the output of phpesp/admin/test.php. >> > >> >On Tue, 2005-03-15 at 12:09 -0800, Jesse Lenihan wrote: >> >> I'm having a problem with surveys fully posting for the end user. >About >> >> 1-in-5 to 1-in-10 page loads fail to completely load. >> >> As requested. I'm a novice here so I don't even know where to start >> troubleshooting. >> Thanks, >> Jesse Lenihan >> >> |
From: Socrates K. <mo...@pa...> - 2005-03-21 11:42:38
|
We have a large database of users, which we want to allocate in different groups, according to the survey in question. For example, user X may belong to both groups A & B, where group A is given access to survey A and group B is given access to survey B. Can this be achieved & how? Any ideas? In addition, we are looking of a way to display surveys per user on a HTML page or otherwise. In other words, we want to create a list of available surveys per user, depending on the access rights given to the group he/she belongs. Taking the similar example, we want to display the available surveys for user X based on the access rights given to the group he/she belongs, in this example both survey A & B. The user will then click on the requested survey to answer it. If there is a way to display only the unanswered active surveys, then this is the best. Thank you for your time and patience. |
From: ioeirwoiesahda <ioe...@ya...> - 2005-03-20 22:40:57
|
ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ¬ª¬ª¬ª¬ª¬ª¬ª¬ª¬ª @ « ««È««½««Ì««×««Å««¡««I« @ ¯ª®¯ª®¯ª®¯ª®¯ª®¯ª®¯ª®¯ª® @ @ @@@@@@@@@@@@@@@@@@@@@ @@@@@http://www.geocities.com/deepazuazu/ @ ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª åsﻵĴÌnºÉc¡³sÉénºSB»ÌnºSÉà ¢Â©Ìss`àªEEE ««««««««««««««««««« http://www.geocities.com/deepazuazu/ »µÄerEGðŪê½`àÌòº ««««««««««««««««««« http://www.geocities.com/deepazuazu/ »ñÈÅàÈ¢ªgÌñèÉòÑ©¤ss`àðEEE ss`à¢È Ƚͱ±ÉÔðêI ßµ¢±Æ¾ª¨Êê¾B pau...@ya... |
From: Matthew G. <gr...@mu...> - 2005-03-19 23:55:45
|
This is how I would do it: - Make a VERY good backup of your existing phpESP DB - upgrade mySQL to 4.1 - run the mysql4.x_upgrade.sql on your existing phpESP DB - install and configure phpESP 1.7.1 - test....test....test... 1.7.1 includes code that checks and migrates password from pre mySQL 4.1 to the new 64 bit mySQL 4.1 hash. I've tested it myself, but it's just released in 1.7.1 so it hasn't seen wide usage. Once you migrate to 4.1 you cannot go back to 4.0 unless you revert to a backup phpESP DB. On Sat, 2005-03-19 at 17:17 -0600, Aaron Axelsen wrote: > Hello, > > Currently we have phpESP 1.6.1 running and installed on mysql 3.23.58 . > What i want to do, is upgrade to both phpESP 1.7.1 and mysql 4.1. > > What is the best way to do this? Does the order of upgrading matter? > Will I experience any problems with password of current user accounts? > > This is a production system so large amounts of downtime are trying to > be avoided. Thanks. > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Aaron A. <li...@fr...> - 2005-03-19 23:17:44
|
Hello, Currently we have phpESP 1.6.1 running and installed on mysql 3.23.58 . What i want to do, is upgrade to both phpESP 1.7.1 and mysql 4.1. What is the best way to do this? Does the order of upgrading matter? Will I experience any problems with password of current user accounts? This is a production system so large amounts of downtime are trying to be avoided. Thanks. -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com |
From: rrtreyyyr <rrt...@mu...> - 2005-03-18 17:26:19
|
Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/ °¢àÌ©½³Å©ÄÝÄÍǤŵå¤H Sì»ÛX|bgÌüûͱ¿ç http://www.monnjyayaki.com/rei/ ©¦È¢ÐÆÍ±¿çÉüûªBBBB http://www.monnjyayaki.com/rei/ Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/Q/ ¡ã[ðçÈ¢Å~µ¢lͱ¿ç alm...@ya... |
From: Mark R. <mar...@co...> - 2005-03-18 04:20:07
|
Thank you for your message. I will be out of town until Friday March 18. While I will be checking voicemails and emails I ask your patience as my response time may be slower than normal. If you need immediate assistance please contact my office at 717-299-3822. Mark Rebert 717.666.4072 Managing Director |
From: Mark R. <mar...@co...> - 2005-03-17 04:19:40
|
Thank you for your message. I will be out of town until Friday March 18. While I will be checking voicemails and emails I ask your patience as my response time may be slower than normal. If you need immediate assistance please contact my office at 717-299-3822. Mark Rebert 717.666.4072 Managing Director |
From: Matthew G. <gr...@mu...> - 2005-03-16 18:14:36
|
You probably should file a formal bug report for this on Sourceforge On Wed, 2005-03-16 at 17:42 +0100, Paolo Brocco wrote: > hi, > > i use phpesp 1.7 > > following the instructions for embedding a survey in a php file, i > created a file called "ciao.php", containing this code: > > <?php $sid=4; $results=1; > include('/home/myusername/progs/phpESP//public/handler.php'); ?> > > the double slash is not a problem (phpesp is giving me the url like that > and i copied exactly as it was), i changed it with a single one, nothing > changes. > > what i get when i browse to http://www.urlmywebsite.com/survey/ciao.php > > is > > Fatal error: Call to a member function on a non-object in > /home/myusername/progs/phpESP/admin/include/lib/espdatalib.inc on line 133 > > what's wrong? > > thanks for helping... > > Paolo > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Paolo B. <iti...@ya...> - 2005-03-16 16:42:23
|
hi, i use phpesp 1.7 following the instructions for embedding a survey in a php file, i created a file called "ciao.php", containing this code: <?php $sid=4; $results=1; include('/home/myusername/progs/phpESP//public/handler.php'); ?> the double slash is not a problem (phpesp is giving me the url like that and i copied exactly as it was), i changed it with a single one, nothing changes. what i get when i browse to http://www.urlmywebsite.com/survey/ciao.php is Fatal error: Call to a member function on a non-object in /home/myusername/progs/phpESP/admin/include/lib/espdatalib.inc on line 133 what's wrong? thanks for helping... Paolo |
From: Matthew G. <gr...@mu...> - 2005-03-16 15:24:33
|
Can you tail your Apache error log an see if any errors are given when a page fails to load completely? On Tue, 2005-03-15 at 14:53 -0800, Jesse Lenihan wrote: > Matthew Gregg <gr...@mu...> on Tuesday, March 15, 2005 at 2:42 PM > -0800 wrote: > >I know of no known issues that could cause this. Something with your > >setup. Perhaps a very short timeout or very low memory limit set in you > >php.ini? Please provide the output of phpesp/admin/test.php. > > > >On Tue, 2005-03-15 at 12:09 -0800, Jesse Lenihan wrote: > >> I'm having a problem with surveys fully posting for the end user. About > >> 1-in-5 to 1-in-10 page loads fail to completely load. > > As requested. I'm a novice here so I don't even know where to start > troubleshooting. > Thanks, > Jesse Lenihan > > > > PHP Information > > * Version: 4.3.4 > * OS: Darwin > * SAPI: apache2handler > * register_globals: No > * magic_quotes_gpc: Yes > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > PHP Extensions > > * dBase: Yes > * GD: Yes -- bundled (2.0.15 compatible) > * GNU Gettext: Yes > * LDAP: Yes > * MySQL: Yes > * PHP Extension Dir (compiled): > /Library/PHP4/lib/php/extensions/no-debug-non-zts-20020429 > * PHP Extension Dir (run time): ./ > > phpESP Settings > > * Expected ESP_BASE: /Library/Apache2/htdocs/phpesp/ > * Expected base_url: http://www.upsd.wednet.edu/phpesp/ > * Loading phpESP.ini.php ... > * ESP_BASE: /Library/Apache2/htdocs/phpESP/ > * base_url: www.upsd.wednet.edu/phpESP/ > * Version: 1.6.1 > * 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, fr_FR, it_IT, > ja_JP, nl_NL, pt_BR, pt_PT, sv_SE > (da, de, el, en, es, fr, it, ja, nl, pt, sv) > * GNU Gettext test: Passed > * Catalog Open Test: Yes > > PHP Session Test > > * session.save_path: /tmp > * Counter: 1 > > > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Mark R. <mar...@co...> - 2005-03-16 04:18:19
|
Thank you for your message. I will be out of town until Friday March 18. While I will be checking voicemails and emails I ask your patience as my response time may be slower than normal. If you need immediate assistance please contact my office at 717-299-3822. Mark Rebert 717.666.4072 Managing Director |
From: Jesse L. <jle...@up...> - 2005-03-15 22:53:03
|
Matthew Gregg <gr...@mu...> on Tuesday, March 15, 2005 at 2:42 PM -0800 wrote: >I know of no known issues that could cause this. Something with your >setup. Perhaps a very short timeout or very low memory limit set in you >php.ini? Please provide the output of phpesp/admin/test.php. > >On Tue, 2005-03-15 at 12:09 -0800, Jesse Lenihan wrote: >> I'm having a problem with surveys fully posting for the end user. About >> 1-in-5 to 1-in-10 page loads fail to completely load. As requested. I'm a novice here so I don't even know where to start troubleshooting. Thanks, Jesse Lenihan PHP Information * Version: 4.3.4 * OS: Darwin * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: Yes * GD: Yes -- bundled (2.0.15 compatible) * GNU Gettext: Yes * LDAP: Yes * MySQL: Yes * PHP Extension Dir (compiled): /Library/PHP4/lib/php/extensions/no-debug-non-zts-20020429 * PHP Extension Dir (run time): ./ phpESP Settings * Expected ESP_BASE: /Library/Apache2/htdocs/phpesp/ * Expected base_url: http://www.upsd.wednet.edu/phpesp/ * Loading phpESP.ini.php ... * ESP_BASE: /Library/Apache2/htdocs/phpESP/ * base_url: www.upsd.wednet.edu/phpESP/ * Version: 1.6.1 * 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, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: /tmp * Counter: 1 |