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: Ron W. <rwh...@ar...> - 2006-02-28 21:44:02
|
I have just installed version 1.8 on a new server and the administration menus are in English instead of French. The test output follows. It seems to show that I have all of the languages installed and that my browser is currently set to prefer fr_FR output. I get the same problem in Firefox and Internet Explorer I had this problem on the previous server as well with an older version of everything. Are the management functions supposed to work in French? How can I debug this? I am also curious about why the base URLs is different from what was expected - both are correct, one has http in front of it??? Ron PHP Information * Version: 5.0.4 * 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 -- 2.0 or higher * GNU Gettext: Yes * LDAP: Yes * MySQL: Yes * PHP Extension Dir (compiled): /usr/lib64/php/extensions * PHP Extension Dir (run time): /usr/lib64/php/extensions phpESP Settings * Expected ESP_BASE: xxx * Expected base_url: www.xx * *Loading phpESP.ini.php ...* * ESP_BASE:xxx * base_url: http://www.xx * Version: 1.8 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: fr_FR * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: /tmp * Counter: 1 |
From: Peter F. <pe...@si...> - 2006-02-27 21:18:38
|
Matthew Gregg wrote: > Globals should be OFF. Thanks :-) Still haven't found the reason for the non-export of data though. As a non-PHP person, what's the best way for me to trace what the export routine is doing? In admin/include/function I can edit survey_export_csv.inc -- what command can I reasonably insert between lines simply to log to a disk file that the program has gotten that far? eg write(somefile,$numcols) or whatever the syntax is. Surely someone has found and fixed this before now? ///Peter |
From: j b <bel...@gm...> - 2006-02-27 19:20:55
|
Okay, For clarification: 1) the reason I get kicked off the admin page when trying to modify designers is that register_globals is ON 2) For security reasons register_globals should be OFF Thank you, I'll talk with the powers that be to see if we can change things= . Thanks, Jon On 2/27/06, Matthew Gregg <mat...@gm...> wrote: > > Globals should be OFF. > > On 2/23/06, Peter Flynn <pe...@si...> wrote: > > > > j b wrote: > > > register_globals: Yes > > > > Just a nasty thought. Does phpESP require register_globals? > > I sure hope not, cos they're banned here. > > > > ///Peter > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > -- > D'oh! |
From: Matthew G. <mat...@gm...> - 2006-02-27 16:54:10
|
Globals should be OFF. On 2/23/06, Peter Flynn <pe...@si...> wrote: > > j b wrote: > > register_globals: Yes > > Just a nasty thought. Does phpESP require register_globals? > I sure hope not, cos they're banned here. > > ///Peter > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: Peter F. <pe...@si...> - 2006-02-26 17:33:48
|
j b wrote: > Is there an option other than turning off register globals? We're > running on a large university system and don't have the option to modify > the configuration of php. It should already be off if it's running on a large university system, as it's a serious security hole. Ask your maintainer (and refer him to me if necessary: I run a similar system and register_globals is banned on any server on campus). ///Peter |
From: j b <bel...@gm...> - 2006-02-24 14:12:38
|
Is there an option other than turning off register globals? We're running o= n a large university system and don't have the option to modify the configuration of php. Jon On 2/23/06, Matthew Gregg <mat...@gm...> wrote: > > I think if you turn "register globals" off it will fix this problem. > > On 2/23/06, j b <bel...@gm... > wrote: > > > Hi All, > > > > This message came through in December and wasn't discussed. I'm having > > the same problems, essentially I can't edit designer accounts, even > > from the root user. > > > > Thanks, > > > > Jon > > > > Specs > > > > > > PHP > > > > HP Information > > Version: 4.4.1 > > OS: SunOS > > SAPI: apache > > register_globals: Yes > > magic_quotes_gpc: Yes > > magic_quotes_runtime: No > > safe_mode: Yes > > open_basedir: > > PHP Extensions > > dBase: Yes > > GD: Yes -- bundled (2.0.28 compatible) > > GNU Gettext: No > > LDAP: Yes > > MySQL: Yes > > PHP Extension Dir (compiled): > > /usr/local/lib/php/extensions/no-debug-non-zts-20020429 > > PHP Extension Dir (run time): ./ > > phpESP Settings > > > > MYSQL: 4.1.15 > > > > APACHE: Apache/1.3.34 (Unix) DAV/1.0.3 PHP/4.4.1 > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642 > > <http://sel.as-us.falkag.net/sel?cmdlnk&kid%110944&bid$1720&dat%121642> > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > -- > D'oh! |
From: EdB <En...@ne...> - 2006-02-24 03:16:21
|
"Incorrect User ID or Password, or your account has been disabled/expired." phpesp / phpesp is listed in the phpESP.ini.php file Thanks, --EdB <En...@ne...> test.php says: PHP Information * Version: 4.2.2 * OS: Linux * SAPI: apache2filter * register_globals: Yes * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: Yes * 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: progresstek/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/html/phpESP/ * base_url: http://progresstek/phpESP/ * Version: 1.8 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: sv_SE, pt_PT, pt_BR, nl_NL, ja_JP, it_IT, hu_HU, fr_FR, fi_FI, fi, es_ES, en_US, el_GR, de_DE, da_DK (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: /tmp * Counter: 3 |
From: Peter F. <pe...@si...> - 2006-02-23 21:49:01
|
j b wrote: > register_globals: Yes Just a nasty thought. Does phpESP require register_globals? I sure hope not, cos they're banned here. ///Peter |
From: Matthew G. <mat...@gm...> - 2006-02-23 20:55:52
|
I think if you turn "register globals" off it will fix this problem. On 2/23/06, j b <bel...@gm...> wrote: > > Hi All, > > This message came through in December and wasn't discussed. I'm having > the same problems, essentially I can't edit designer accounts, even > from the root user. > > Thanks, > > Jon > > Specs > > > PHP > > HP Information > Version: 4.4.1 > OS: SunOS > SAPI: apache > register_globals: Yes > magic_quotes_gpc: Yes > magic_quotes_runtime: No > safe_mode: Yes > open_basedir: > PHP Extensions > dBase: Yes > GD: Yes -- bundled (2.0.28 compatible) > GNU Gettext: No > LDAP: Yes > MySQL: Yes > PHP Extension Dir (compiled): > /usr/local/lib/php/extensions/no-debug-non-zts-20020429 > PHP Extension Dir (run time): ./ > phpESP Settings > > MYSQL: 4.1.15 > > APACHE: Apache/1.3.34 (Unix) DAV/1.0.3 PHP/4.4.1 > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: Charles E. <cha...@gm...> - 2006-02-23 20:35:11
|
Two days trying to install phpESP into PHP Nuke with no success! I have rea= d and repeated the install instructions many times but I still get the "Acces= s Denied" error when I try to access the ESP Module from the Nuke Admin page. I have installed several other Php Nuke modules without any probelm. Can someone please tell me "specifically" how I manually set that access privileges to the ESP module so I do not get the Access Denied error? Note: the install instructions included with ESP make reference to document= s such as a "test page" and an "Admin page" that do not exist in the download= . Are there better instructions for installing ESP on for PHP Nuke somewhere= ? Thanks |
From: Alan S. <si...@bi...> - 2006-02-23 19:59:46
|
Steffen: I saw your post from last week and I am having the same issue: ========================================= Hi, the populate db error disappeared when I tailored the populating script and replaced every 'CURRENT_TIMESTAMP' with CURRENT_TIMESTAMP. I guess this is a mysql version problem. (using xammp with php 5.1.1 and mysql 5.0.18-nt, and phpESP 1.8) Also, the cannot login failure occured. (with forms, root/esp). I only have a workaroud for this. So I edited manage.php and commented out the "if (!manage_auth($username, $password, $raw_password))" part. Then I got the Admin Interface and added a superuser. I took back the changes and could login to the interface normally with the new user. That is very dirty because i have to do it with every new installation. I hope someone can explain me or better fix it. Maybe it has something to do with the use of mysql PASSWORD() function that is not intended for user tables and that is one way. As myswl documentation says, SH1() should be used for these cases. Best regards, Steffen ======================================== However, I am having a hard time with that last bit. If I comment out the "if (!manage_auth($username, $password, $raw_password))" part, I can "get into" phpesp, but I cannot manage any users or groups so as to change passwords and such. I get error messages on the web page like: *Notice*: Undefined index: superuser in */web/htdocs/biostat/phpESP/admin/include/where/manage.inc* on line *61* *Notice*: Undefined index: puser in */web/htdocs/biostat/phpESP/admin/include/where/manage.inc* on line *62* *Notice*: Undefined index: superuser in */web/htdocs/biostat/phpESP/admin/include/where/manage.inc* on line *65* *Notice*: Undefined index: pgroup in */web/htdocs/biostat/phpESP/admin/include/where/manage.inc* on line *66* Did you run into these issue? If so, how can I make this work? Thanks for the help! alan |
From: j b <bel...@gm...> - 2006-02-23 18:47:43
|
Hi All, This message came through in December and wasn't discussed. I'm having the same problems, essentially I can't edit designer accounts, even from the root user. Thanks, Jon Specs PHP HP Information Version: 4.4.1 OS: SunOS SAPI: apache register_globals: Yes magic_quotes_gpc: Yes magic_quotes_runtime: No safe_mode: Yes open_basedir: PHP Extensions dBase: Yes GD: Yes -- bundled (2.0.28 compatible) GNU Gettext: No LDAP: Yes MySQL: Yes PHP Extension Dir (compiled): /usr/local/lib/php/extensions/no-debug-non-zts-20020429 PHP Extension Dir (run time): ./ phpESP Settings MYSQL: 4.1.15 APACHE: Apache/1.3.34 (Unix) DAV/1.0.3 PHP/4.4.1 |
From: Peter F. <pe...@si...> - 2006-02-23 01:21:42
|
Matthew Gregg wrote: > With the execution time and memory limits increased, does the export > work with Firefox? No, it always generates a zero-length file no matter what. I don't think it has anything to do with browsers, as it generates a zero-length file both as a download and when done to the server disk. ///Peter > On 2/22/06, *Peter Flynn* <pe...@si... <mailto:pe...@si...>> > wrote: > > Matthew Gregg wrote: > > Check the PHP documentation for memory and execution time settings. > > The settings are located in you system php.ini file. > > Thanks..I'm not a PHP person, so the only thing I'd ever checked in > there was to make sure register_globals was off. I bumped the max > script time up to 120sec and the memory max to 12Mb but it still > writes a zero-length file. I bumped the memory max to 64Mb but still > no luck. The Export Data function ends in less than a minute (ie goes > to the Go Back To Management Interface screen) so it doesn't seem to > be running up against a limit. > > Is there anywhere it logs its internal actions, and can this be > turned on? I'd like to try and find where it's dying. > > ///Peter > > > On 2/21/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...> > > <mailto:pe...@si... <mailto:pe...@si...>>> wrote: > > > > Matthew Gregg wrote: > > > Could PHP limits(memory/execution time) be stopping the > user from > > > exporting? > > > > I certainly hope not. It's a 40-question survey with 700 > responses. > > If there are limits on that, then PHP was the wrong language > to use > > for implementing a survey system! > > > > I exported the whole database and wrote a routine to piece > together the > > data for this survey and output it in CSV as the user wanted. > Useful > > exercise but not something I want to do every time a user > does a survey. > > > > Can limits in PHP be overridden? > > > > ///Peter > > > > > On 2/17/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...> > > <mailto: pe...@si... <mailto:pe...@si...>> > <mailto:pe...@si... <mailto:pe...@si...> > > <mailto:pe...@si... <mailto:pe...@si...>>>> > > > wrote: > > > > > > Aaron Axelsen wrote: > > > > I recently experienced a problem of not being able to > > download > > > exports. > > > > So far i have tracked it down to only happening in > > Internet Explorer. > > > > In other browsers like firefox it seems to work > > fine. When i get a > > > > chance i'm going to see if I can figure out why its > not > > working > > > in IE. > > > > Does your same problem happen in firefox and IE? > > > > > > Unfortunately not. The user has Windows and IE and I'm > using > > Linux and > > > Firefox. Identical problem in both. > > > > > > ///Peter > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep > through > > log files > > for problems? Stop! Download the new AJAX search engine > that makes > > searching your log files as easy as surfing > the web. DOWNLOAD SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642>> > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > <mailto:php...@li...> > > <mailto:php...@li... > <mailto:php...@li...>> > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > > -- > > D'oh! > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642> > _______________________________________________ > phpESP-general mailing list > php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > -- > D'oh! |
From: Peter F. <pe...@si...> - 2006-02-22 23:29:19
|
Aha. More fog...I just found out from other users that they haven't been exporting their data as I thought; they've been using the built-in analysis only. So I tried another survey, and that failed to export as well. It looks like the whole Export Data function is currently non-functional. This is running on FC4 with stock Apache, MySQL, and PHP, in what claims in the HTML page <title> to be v1.8 but which says in the timestamp in phpESP.ini.php: $Id: phpESP.ini.php,v 1.37 2005/11/18 15:25:39 greggmc Exp $ I had a look at the survey_export_csv.inc but my PHP isn't up to it, although it's clearly trying to do roughly what I ended up doing in the little XSLT routine I wrote yesterday to create the CSV the user needed. My gut feeling is that if it exports for some people, it feels more like a permissions or system-setting thing than a plain crash of PHP, but I don't know enough PHP to add tracers to the function. The bug I submitted last week [1432840] is currently unassigned. I have added a comment to the above effect. ///Peter |
From: Peter F. <pe...@si...> - 2006-02-22 23:09:57
|
Robin Gower wrote: > I've had problems exporting in csv format with 300+ responses on IE > and Firefox browsers. Try tab format. No luck, I'm afraid. That just writes a zero-length .txt file instead of a zero-length .csv file. ///Peter |
From: Peter F. <pe...@si...> - 2006-02-22 23:08:01
|
Matthew Gregg wrote: > Check the PHP documentation for memory and execution time settings. > The settings are located in you system php.ini file. Thanks..I'm not a PHP person, so the only thing I'd ever checked in there was to make sure register_globals was off. I bumped the max script time up to 120sec and the memory max to 12Mb but it still writes a zero-length file. I bumped the memory max to 64Mb but still no luck. The Export Data function ends in less than a minute (ie goes to the Go Back To Management Interface screen) so it doesn't seem to be running up against a limit. Is there anywhere it logs its internal actions, and can this be turned on? I'd like to try and find where it's dying. ///Peter > On 2/21/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...>> wrote: > > Matthew Gregg wrote: > > Could PHP limits(memory/execution time) be stopping the user from > > exporting? > > I certainly hope not. It's a 40-question survey with 700 responses. > If there are limits on that, then PHP was the wrong language to use > for implementing a survey system! > > I exported the whole database and wrote a routine to piece together the > data for this survey and output it in CSV as the user wanted. Useful > exercise but not something I want to do every time a user does a survey. > > Can limits in PHP be overridden? > > ///Peter > > > On 2/17/06, *Peter Flynn* < pe...@si... > <mailto:pe...@si...> <mailto:pe...@si... > <mailto:pe...@si...>>> > > wrote: > > > > Aaron Axelsen wrote: > > > I recently experienced a problem of not being able to > download > > exports. > > > So far i have tracked it down to only happening in > Internet Explorer. > > > In other browsers like firefox it seems to work > fine. When i get a > > > chance i'm going to see if I can figure out why its not > working > > in IE. > > > Does your same problem happen in firefox and IE? > > > > Unfortunately not. The user has Windows and IE and I'm using > Linux and > > Firefox. Identical problem in both. > > > > ///Peter > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642> > _______________________________________________ > phpESP-general mailing list > php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > -- > D'oh! |
From: Robin G. <rg...@st...> - 2006-02-22 15:21:52
|
I've had problems exporting in csv format with 300+ responses on IE and = Firefox browsers. Try tab format. --=20 Robin Gower 0161 860 0344 0779 562 3188 On Wednesday, February 22, 2006 4:21 am, phpesp-general-request@lists.= sourceforge.net wrote: >Date: Tue, 21 Feb 2006 20:36:42 +0000 >From: Peter Flynn <pe...@si...> >Organization: Silmaril Consultants >To: php...@li... >Subject: Re: [phpesp-general] problems getting started > >Matthew Gregg wrote: >> Could PHP limits(memory/execution time) be stopping the user from=20 >> exporting? > >I certainly hope not. It's a 40-question survey with 700 responses. >If there are limits on that, then PHP was the wrong language to use >for implementing a survey system! > >I exported the whole database and wrote a routine to piece together the >data for this survey and output it in CSV as the user wanted. Useful >exercise but not something I want to do every time a user does >a survey. > >Can limits in PHP be overridden? > >///Peter > >> On 2/17/06, *Peter Flynn* <pe...@si... <mailto:pe...@si...>>= =20 >> wrote: >>=20 >> Aaron Axelsen wrote: >> > I recently experienced a problem of not being able to download >> exports. >> > So far i have tracked it down to only happening in Internet = Explorer. >> > In other browsers like firefox it seems to work fine. When i = get a >> > chance i'm going to see if I can figure out why its not working >> in IE. >> > Does your same problem happen in firefox and IE? >>=20 >> Unfortunately not. The user has Windows and IE and I'm using Linux = and >> Firefox. Identical problem in both. >>=20 >> ///Peter |
From: Peter F. <pe...@si...> - 2006-02-21 20:36:51
|
Matthew Gregg wrote: > Could PHP limits(memory/execution time) be stopping the user from > exporting? I certainly hope not. It's a 40-question survey with 700 responses. If there are limits on that, then PHP was the wrong language to use for implementing a survey system! I exported the whole database and wrote a routine to piece together the data for this survey and output it in CSV as the user wanted. Useful exercise but not something I want to do every time a user does a survey. Can limits in PHP be overridden? ///Peter > On 2/17/06, *Peter Flynn* <pe...@si... <mailto:pe...@si...>> > wrote: > > Aaron Axelsen wrote: > > I recently experienced a problem of not being able to download > exports. > > So far i have tracked it down to only happening in Internet Explorer. > > In other browsers like firefox it seems to work fine. When i get a > > chance i'm going to see if I can figure out why its not working > in IE. > > Does your same problem happen in firefox and IE? > > Unfortunately not. The user has Windows and IE and I'm using Linux and > Firefox. Identical problem in both. > > ///Peter |
From: tiah k. <ti...@ho...> - 2006-02-21 16:15:47
|
Hello ! I wish to make translations correctly for French. so i saw i could modify the "messages.po" file. this is correct. but a lot of the interface is still in english. why aren't all the text messages, or titles in the "messages.po" file ? Do I have to modify the Php files directly to change english to french ? what will happen if i install a newer version later ? thanks melanie. |
From: Peter F. <pe...@si...> - 2006-02-17 22:35:53
|
Aaron Axelsen wrote: > I recently experienced a problem of not being able to download exports. > So far i have tracked it down to only happening in Internet Explorer. > In other browsers like firefox it seems to work fine. When i get a > chance i'm going to see if I can figure out why its not working in IE. > Does your same problem happen in firefox and IE? Unfortunately not. The user has Windows and IE and I'm using Linux and Firefox. Identical problem in both. ///Peter |
From: Aaron A. <li...@fr...> - 2006-02-17 22:24:20
|
I recently experienced a problem of not being able to download exports. So far i have tracked it down to only happening in Internet Explorer. In other browsers like firefox it seems to work fine. When i get a chance i'm going to see if I can figure out why its not working in IE. Does your same problem happen in firefox and IE? -- Aaron Peter Flynn wrote: > Aaron Axelsen wrote: >> 3) I personally have not found any other decent open source survey >> packages. > > I agree completely. But I hit a snag yesterday: a user called to say her > survey was complete but when she tried to download the CSV data, all she > got was a null file. I tried, and got the same result, both when > downloading and when saving to /tmp on the server. A different user was > able to get all of her data downloaded without a problem. Are there any > known problems that might cause this? I opened up the database and it > all looks fine, I was able to do a dump of the data and there's no sign > of any obvious corruption. However, the user (a semi-knowledgeable IT > novice) had created several copies of her survey in the process, eg > foo_copy, foo_copy_copy and so on. Obviously this shouldn't affect > anything, but does it? > > ///Peter > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com |
From: Peter F. <pe...@si...> - 2006-02-17 21:12:09
|
Aaron Axelsen wrote: > 3) I personally have not found any other decent open source survey > packages. I agree completely. But I hit a snag yesterday: a user called to say her survey was complete but when she tried to download the CSV data, all she got was a null file. I tried, and got the same result, both when downloading and when saving to /tmp on the server. A different user was able to get all of her data downloaded without a problem. Are there any known problems that might cause this? I opened up the database and it all looks fine, I was able to do a dump of the data and there's no sign of any obvious corruption. However, the user (a semi-knowledgeable IT novice) had created several copies of her survey in the process, eg foo_copy, foo_copy_copy and so on. Obviously this shouldn't affect anything, but does it? ///Peter |
From: Aaron A. <li...@fr...> - 2006-02-17 14:34:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1) username: root, password: esp (Can be seen from the mysql_populat.sql file) 2) I know some work is still going on, but like all open source projects, its usually the 2nd priority for the developers 3) I personally have not found any other decent open source survey packages. - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com zwjunk wrote: > I installed phpesp on a Windows system but couldn't get it working. > Using var_dump(), I found that there are problems with various path > constants mixing back-slashes (\) and forward slashes (/). > > I then installed on a Linux box. Got things "sort of working" > despite the lack of any real documentation. I entered the URL, > which got redirected to a maint logon form, at which point I could > go no further. I tried the name and password used for the database > grant, but that didn't work. There was nothing in the docs that > said what to use for the initial logon. > > So > > 1) What am I supposed to use for the initial logon? 2) Is phpesp > still being actively developed? 3) Is there any other open source > survey software? > > Thanks much! > > zach -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD9d8PuucONIvD0AMRAiZWAJ0a8ilrtGxMsd1Tgks1jOId5L7K6ACfVgs6 hVeASiwA/pOlNt4Z+ZzcGEU= =J8T7 -----END PGP SIGNATURE----- |
From: Aaron A. <li...@fr...> - 2006-02-17 14:32:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 Just run the mysql_populate.sql script to create the necessary tables for phpesp. Just make sure you dont have any conflicting tables. All the create script does is create a database and add a user, which is already done for you. - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com William Strijks wrote: > Hi there, > > With my hostingaccount i have one database. There is not the poss. > to create a new one. how to get create_database.sql running that he > is only add the spec. value=B4s into it. > > tia. William -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org =20 iD8DBQFD9d5juucONIvD0AMRAipqAKC9Kd8LojDonrgPf/R68omfnZIHSACfQwj7 pRoYHG6bCmIFEOxQhlHuw2A=3D =3Drl6K -----END PGP SIGNATURE----- |
From: William S. <dws...@gm...> - 2006-02-17 10:19:56
|
Hi there, With my hostingaccount i have one database. There is not the poss. to creat= e a new one. how to get create_database.sql running that he is only add the spec. value= =B4s into it. tia. William |