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: James E. F. <jf...@ac...> - 2002-08-05 14:49:52
|
It sounds like a problem with the browser caching your username and password. You could look on bugzilla.mozilla.org. :-) We may be switching to the PEAR Auth package in the future for logins, which would not have this problem (since it does not use HTTP-Auth). -James On Mon, 5 Aug 2002, Firecorge wrote: > Hello, > > I have a problem with the correct login with some browsers for example with > Mozilla. The first login works correctly, but when I log out and log in > again > the programm doesn't ask for username and password again. It simply logs > in with the last user and password. > Only if I restart the browser the login dialog appears correctly. > This problem doesn't occur with IE 5.5 oder Opera 6.0. > > Has anybody a solution for this problem? > If it is a bug, is it possible to correct this in the next release? > > Thank your for your help, > > greetings > Matthias > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Firecorge <fir...@gm...> - 2002-08-05 14:32:43
|
Hello, I have a problem with the correct login with some browsers for example with Mozilla. The first login works correctly, but when I log out and log in again the programm doesn't ask for username and password again. It simply logs in with the last user and password. Only if I restart the browser the login dialog appears correctly. This problem doesn't occur with IE 5.5 oder Opera 6.0. Has anybody a solution for this problem? If it is a bug, is it possible to correct this in the next release? Thank your for your help, greetings Matthias |
From: James E. F. <jf...@ac...> - 2002-08-05 13:14:41
|
phpESP is not yet 'E_ALL' safe. The default error level was changed somewhere around PHP 4.2.0. Try setting this in php.ini: error_reporting = E_ALL & ~E_NOTICE -James On Mon, 5 Aug 2002, Brendan Bell wrote: > Hi All, > > Im hoping someone could shed some light on this issue > > I have installed phpESP v1.4 on a server running IIS5 with PHP running. I > can get the survey up, but get errors on pages starting with > Notice: Undefined index: name in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: realm in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: title in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: subtitle in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: email in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: thank_head in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: thank_body in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: info in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: public in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Now in the phpESP.ini I had a lot of trouble getting this to work, as It > kept coming up with > -------------------------------------------- > 401 Unauthorized > [ Incorrect User ID or Password, or your account has been disabled. ] > ------------------------------------------- > So I set the following line to > 'auth_design' => FALSE, > > and now I can get in. > Please note I know that the admin section is in the wwwroot directory. This > is for testing purposes only. I will lock it down later. > I have tried using this on apache, but to no avail!. > Any help would be appreciated > > thanks > brendan > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: James E. F. <jf...@ac...> - 2002-08-05 13:12:27
|
Try the merge survey results function: http://www.example.com/phpESP/?where=merge (http://phpesp.sourceforge.net/demo/?where=merge) -James On Mon, 5 Aug 2002, Gary Ashton-Jones wrote: > Is there any (contributed?) function or script available to aggregate > the results of two or more surveys into one survey? Obviously the source > surveys have to be exact copies but I would also like to be able to add > a 'source' field to identify the survey each result has come from. > > Any help gratefully received. > > Rgds > > Gary Ashton-Jones > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Brendan B. <bre...@lo...> - 2002-08-05 08:59:31
|
Hi All, Im hoping someone could shed some light on this issue I have installed phpESP v1.4 on a server running IIS5 with PHP running. I can get the survey up, but get errors on pages starting with Notice: Undefined index: name in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: realm in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: title in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: subtitle in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: email in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: thank_head in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: thank_body in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: info in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Notice: Undefined index: public in c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 Now in the phpESP.ini I had a lot of trouble getting this to work, as It kept coming up with -------------------------------------------- 401 Unauthorized [ Incorrect User ID or Password, or your account has been disabled. ] ------------------------------------------- So I set the following line to 'auth_design' => FALSE, and now I can get in. Please note I know that the admin section is in the wwwroot directory. This is for testing purposes only. I will lock it down later. I have tried using this on apache, but to no avail!. Any help would be appreciated thanks brendan |
From: Gary Ashton-J. <gas...@f2...> - 2002-08-05 06:28:35
|
Is there any (contributed?) function or script available to aggregate the results of two or more surveys into one survey? Obviously the source surveys have to be exact copies but I would also like to be able to add a 'source' field to identify the survey each result has come from. Any help gratefully received. Rgds Gary Ashton-Jones |
From: Christoph S. <chr...@of...> - 2002-08-02 13:54:43
|
Hello, I'd just installed phpesp on my server and was very excited about it. But I've two problems the first is that I don't find a way to switch the language from english to german. But this problems is not so importand. The bigger problem is the authentification on phpesp. I installed phpesp so that the survey designer will be asked about username and password. If I call the admin page the first time it works well. But if I go there a second time after a logout the tool wont ask me about username and password. It works with the user who has logged in before. A bad workaround is that I close my webbrowser (Mozilla 1.1beta) and start again. I get this problem also with konqueror. If I use the IE 5.5 on Win2K or with lynx 2.8.4rel.1 on linux I don't get the problem. Does anyone knows about this problem? Because I don't know which browser will be used by creating surveys or answering them I can't accept this problem. Who knows a solution? bye Christoph -- Christoph Schulte OFFIS Escherweg 2 - 26121 Oldenburg - Germany Fon: +49 441 9722-243 - Fax: +49 441 9722-102 E-Mail: chr...@of... - URL: http://www.offis.de |
From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-08-01 08:46:46
|
I am using phpESP1.4 on Windows, php4.2 mySQL 3.23 apache 1.3.24 and set up a survey with a Numerical field (Age). The data is posted to the table response_text but in so doing it adds an extra '1' at the end. Has anyone else come across this? For exemple 20 in the survey I get 201 in the Database Thanks for any information .. Angel Ricardo |
From: Johnny L. W. <jo...@ma...> - 2002-07-31 19:44:13
|
Hi! I was wondering if there's any way to do something like this: Do you like our customer service reps? [X] Yes [ ] No --- And why not? [X] Rude [ ] Too technical [ ] Too much hold time So that the question "And why not" is obviously subordinate to "Do you like our customer service reps?" -- Johnny Wales Book Systems, Inc. |
From: Bruce or J. F. <for...@ya...> - 2002-07-28 23:21:18
|
Never mind...I found an article in the archives and corrected this. Works like a charm! Thanks for developing it! This is a huge help. Bruce ------------------------ Bruce W. Ford http://www.InciteScience.com http://www.EverythingDulcimer.com Learn - Exchange - Improve -----Original Message----- From: Bruce or Jennifer Ford [mailto:for...@ya...] Sent: Sunday, July 28, 2002 2:51 PM To: php...@li... Subject: Installation Problem $s This one's got me stumped! I hope I didn't miss this in the archives. I think I've followed the directions in README, populated the database, etc. Everything is where it should be when I look from phpMyAdmin. When I load /phpESP/admin/ I get: "Fatal error: Cannot redeclare _() in /home/extramarinetech/esp/admin/phpESP.ini on line 39" That line is: "function _($s) {return($s);}" I'm using a custom location for phpESP as you can tell from the above error message. I changed it everywhere I saw it referred to in the config files. Are there more files to be editted? I'm not sure of the source of the $s variable. Thoughts? Bruce ------------------------ Bruce W. Ford http://www.InciteScience.com http://www.EverythingDulcimer.com Learn - Exchange - Improve |
From: Bruce or J. F. <for...@ya...> - 2002-07-28 19:45:50
|
This one's got me stumped! I hope I didn't miss this in the archives. I think I've followed the directions in README, populated the database, etc. Everything is where it should be when I look from phpMyAdmin. When I load /phpESP/admin/ I get: "Fatal error: Cannot redeclare _() in /home/extramarinetech/esp/admin/phpESP.ini on line 39" That line is: "function _($s) {return($s);}" I'm using a custom location for phpESP as you can tell from the above error message. I changed it everywhere I saw it referred to in the config files. Are there more files to be editted? I'm not sure of the source of the $s variable. Thoughts? Bruce ------------------------ Bruce W. Ford http://www.InciteScience.com http://www.EverythingDulcimer.com Learn - Exchange - Improve |
From: Matthew G. <gr...@mu...> - 2002-07-26 19:53:57
|
I'd prefer a searchable mailing list over a forum... When and if Sourceforge gets the mailing list archives back up we'll have that. If they don't bring that functionality back, what then? On Fri, Jul 26, 2002 at 09:31:11PM +0200, fl...@gm... wrote: > yo! i would be happy to have a forum with seach functions for phpESP! > already discussed questions can be easyly reviewd etc! > > is there any reason not having it!? > > flobee > > From: "James E. Flemer" <jf...@ac...> > To: <php...@li...> > Cc: <php...@li...> > Sent: Friday, July 26, 2002 7:13 PM > Subject: [phpesp-dev] #phpesp @ irc.openprojects.net > > > Hey Everyone. > I'm not sure if it has been mentioned before (I think it > was). There is an IRC channel on irc.openprojects.net for > discussing phpESP. Matthew Gregg (one of the developers) is > freqently there, and now I will be there sometimes as well. > Use this channel as both a means to support and development > discussion. > > I especially encourage all developers and those interested > in the future of phpESP to take part in the channel. > > For more information about Open Projects Network please > visit their website[1]. > > [1] http://www.openprojects.net/ > > -James > > > > 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 > > > > > 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 > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: <fl...@gm...> - 2002-07-26 19:33:57
|
yo! i would be happy to have a forum with seach functions for phpESP! already discussed questions can be easyly reviewd etc! is there any reason not having it!? flobee ----- Original Message ----- From: "James E. Flemer" <jf...@ac...> To: <php...@li...> Cc: <php...@li...> Sent: Friday, July 26, 2002 7:13 PM Subject: [phpesp-dev] #phpesp @ irc.openprojects.net Hey Everyone. I'm not sure if it has been mentioned before (I think it was). There is an IRC channel on irc.openprojects.net for discussing phpESP. Matthew Gregg (one of the developers) is freqently there, and now I will be there sometimes as well. Use this channel as both a means to support and development discussion. I especially encourage all developers and those interested in the future of phpESP to take part in the channel. For more information about Open Projects Network please visit their website[1]. [1] http://www.openprojects.net/ -James ------------------------------------------------------- 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 |
From: James E. F. <jf...@ac...> - 2002-07-26 17:13:47
|
Hey Everyone. I'm not sure if it has been mentioned before (I think it was). There is an IRC channel on irc.openprojects.net for discussing phpESP. Matthew Gregg (one of the developers) is freqently there, and now I will be there sometimes as well. Use this channel as both a means to support and development discussion. I especially encourage all developers and those interested in the future of phpESP to take part in the channel. For more information about Open Projects Network please visit their website[1]. [1] http://www.openprojects.net/ -James |
From: James E. F. <jf...@ac...> - 2002-07-25 12:42:29
|
Try replacing that with this: if (!function_exists('gettext')) { function gettext($s) {return($s);} function _($s) {return($s);} function bindtextdomain($s) {} function textdomain($s) {} } > On Windows the fonction for mailing don't run, I have > to erase my mail in the database. I do not understand "erase my mail in the database". Do you get an error or is mail just not sent. Make sure that the mail settings are correct in your PHP.INI, see this page for details: http://www.php.net/manual/en/ref.mail.php -James |
From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-07-25 11:50:20
|
Hello If somebody knows how to install successfully phpESP on Windows with easyphp (php4.2 mySQL 3.23 apache 1.3.24), mail me ang...@ho.... Here the script in phpESP.ini which phpESP is running on my machine Windows OS, but this system give me the problem with multilingual strings /** * Load the GNU Gettext module if it is not loaded. * If it cannot be loaded, define the NOP wrapper. * If the wrapper is defined, English will be the only * language available. */ /* if(!ini_get('safe_mode') && (extension_loaded('gettext') || @dl('gnu_gettext.dll'))) { if(!empty($HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE'])) { $langs = split(" *, *", $HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE']); foreach($langs as $tmp_lang) { $tmp_lang = quotemeta($tmp_lang); if(file_exists("$locale_path/$tmp_lang")) { $lang = $tmp_lang; break; } $tmp_lang = substr($tmp_lang, 0, strpos($tmp_lang, "-")); if(file_exists("$locale_path/$tmp_lang")) { $lang = $tmp_lang; break; } } unset($tmp_lang); } putenv("LC_ALL=$lang"); bindtextdomain('messages', $locale_path); textdomain('messages'); } else if(!extension_loaded('gettext') && !defined('_GETTEXT')) { */ if (!defined('_GETTEXT')) { define('_GETTEXT',TRUE); function _($s) {return($s);} function bindtextdomain($s) {} function textdomain($s) {} } On Windows the fonction for mailing don't run, I have to erase my mail in the database. for any information about WINDOWS phpESP Thaks |
From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-07-24 10:21:21
|
> ESPANOL FRANCAIS ENGLISH >=20 >=20 > FRANCAIS >=20 > Salut j'ai pass=E9 quelques jours pour savoir comment installer = phpESP sous > WINDOWS 2000 y XP et n'est pas avoir des PAGES BLANCHES=20 >=20 > Solution ALORS: >=20 > DeZipper phpESP 1.4 dans un repertoire a votre choix en effa=E7ant = 1.4 > Cr=E9er un fichier pour stocker la partie publique (HTTPdocs) et avec = ton > administrateur de easyPHP fait une racine de phpESP (avec les alias) = ou > dans te HTTPdocs d=E9clarer un repertoire ou on mettre les images et > index.php) > Dans ce repertoire copier la repertoire des images > Apr=E8s ouvrir les fichiers: > phpESP.ini > manage.php > handler.php > handler-prefix.php > avec recherche-remplacer changer les paths > /usr/local/lib/php/contrib/phpESP/ par ton path par exemple > c:/mesrepertoires/phpESP/ il y a 7 path a changer vous pouvez tr=E8s = bien > le faire manuellement (si vous voulez). > Apr=E8s on enregistre manage.php sous le nom index.php mais dans ton = dossier > public de pages web. > Maintenant le plus important pour que le logiciel marche il faut = mettre en > commentaires une partie de phpESP.ini: > Apr=E8s la declaration de la langue il y a un if qui contient des = fichiers > que ne sont pas reconnus par Windows alors il faut mettre en = commentaire > (/* // ) d=E8s > /*if(!ini_get('safe_mode') &&=20 > jusqu'=E0 > */ define('_GETTEXT',TRUE); > ne pas oublier de mettre en ocmmentaire aussi le } final de cet if = ( //} > ) > =E7a veut dire qu'on laise compiler trois fonctions=20 > et Ne pas oublier de mettre le path aussi de votre fichier d'images > publiques par exemple /public/phpESP/images > c'est tout, creez la Base de donn=E9es avec phpESP.sql y vo=EEl=E0 = CA MARCHE >=20 > si quelqu'un a commentaire ou une meilleur solution pour pouvoir = proffiter > de la fonctionnalite multilingue =E9crire =E0 = ang...@ho... > A+ >=20 ESPANOL Hola desde hace varios d=EDas he intentado instalar el programe en = Windows 2000 y XP y hab=EDa tenido suficiente problemas y despues de dejar = varias se=F1ales para saber el POR QUE DE LAS PAGINAS BLANCAS Solucion entonces: Desempaquetar phpESP 1.4 dentro de un repertorio deseado borrando 1.4 Con tu administrador de easyPHP (con un alias para phpESP) o tu HTTPdoc declarar una raiz de las paginas vistas en internet (imagenes e = index.php) Y en este repertorio publico copiar la carpeta de imagenes Despues abrir los archivos: phpESP.ini manage.php handler.php handler-prefix.php y con buscar y cambiar cambiar el Path = /usr/local/lib/php/contrib/phpESP/ por tu path por ejemplo c:/miscarpetas/phpESP/ el cambio se hace en 7 = paths (lo cual lo puedes hacer manualmente tambien). Luego grabas manage.php bajo el nombre index.php pero en tu carpeta = publica de p=E1ginas web. Ahora lo mas importante para que el programa al menos funcione colocar = en comentarios una parte de phpESP.ini: Despues de la declaracion de la lengua hay un if qye contiene un tipo = de archivos que no son reconocidos por Windows entonces coloca en = comentario (/* // ) desde=20 /*if(!ini_get('safe_mode') &&=20 hasta=20 */ define('_GETTEXT',TRUE); no olvidar de colocar en comentario el } ( //} ) quiere decir que hay una lectura de las funciones por defecto y no olvidar crear el path para la carpeta de imagenes ej /public/phpESP/images Listo crear la Base de datos con phpESP.sql y listo FUNCIONA si alguna duda una mejor option para hacer funcionar la multilengua = escribir a ang...@ho... hasta pronto > ENGLISH >=20 > I dont speak english, but >=20 > Hello, I was working on phpESPS istallation some days in order to run > phpESP on WINDOWS without blank pages. =20 >=20 > Solution then: >=20 >=20 > Open the files: > phpESP.ini > manage.php > handler.php > handler-prefix.php > Change the paths /usr/local/lib/php/contrib/phpESP/ to = c:/myroot/phpESP/ > there are 7 paths to change, you can change it manual or whith = replace. > Afterwards save manage.php under the name index.php in your httpdocs. > Now the most important for running phpESP under Windows we have to = comment > a little part of phpESP.ini: > Comments (/* // ) since > /*if(!ini_get('safe_mode') &&=20 > until > */ define('_GETTEXT',TRUE); > and the final } of this if ( //} ) >=20 > that's all >=20 > If somebody has any comment mail me to ang...@ho... > Thanks >=20 >=20 >=20 >=20 >=20 >=20 |
From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-07-24 10:16:59
|
ESPANOL FRANCAIS ENGLISH ESPANOL Hola desde hace varios d=EDas he intentado instalar el programe en = Windows 2000 y XP y hab=EDa tenido suficiente problemas y despues de dejar = varias se=F1ales para saber el POR QUE DE LAS PAGINAS BLANCAS Solucion entonces: Desempaquetar phpESP 1.4 dentro de un repertorio deseado borrando 1.4 Con tu administrador de easyPHP (con un alias para phpESP) o tu HTTPdoc declarar una raiz de las paginas vistas en internet (imagenes e = index.php) Y en este repertorio publico copiar la carpeta de imagenes Despues abrir los archivos: phpESP.ini manage.php handler.php handler-prefix.php y con buscar y cambiar cambiar el Path = /usr/local/lib/php/contrib/phpESP/ por tu path por ejemplo c:/miscarpetas/phpESP/ el cambio se hace en 7 = paths (lo cual lo puedes hacer manualmente tambien). Luego grabas manage.php bajo el nombre index.php pero en tu carpeta = publica de p=E1ginas web. Ahora lo mas importante para que el programa al menos funcione colocar = en comentarios una parte de phpESP.ini: Despues de la declaracion de la lengua hay un if qye contiene un tipo = de archivos que no son reconocidos por Windows entonces coloca en = comentario (/* // ) desde=20 /*if(!ini_get('safe_mode') &&=20 hasta=20 */ define('_GETTEXT',TRUE); no olvidar de colocar en comentario el } ( //} ) quiere decir que hay una lectura de las funciones por defecto y no olvidar crear el path para la carpeta de imagenes ej /public/phpESP/images Listo crear la Base de datos con phpESP.sql y listo FUNCIONA si alguna duda una mejor option para hacer funcionar la multilengua = escribir a ang...@ho... hasta pronto FRANCAIS Salut j'ai pass=E9 quelques jours pour savoir comment installer phpESP = sous WINDOWS 2000 y XP et n'est pas avoir des PAGES BLANCHES=20 Solution ALORS: DeZipper phpESP 1.4 dans un repertoire a votre choix en effa=E7ant 1.4 Cr=E9er un fichier pour stocker la partie publique (HTTPdocs) et avec = ton administrateur de easyPHP fait une racine de phpESP (avec les alias) ou = dans te HTTPdocs d=E9clarer un repertoire ou on mettre les images et = index.php) Dans ce repertoire copier la repertoire des images Apr=E8s ouvrir les fichiers: phpESP.ini manage.php handler.php handler-prefix.php avec recherche-remplacer changer les paths /usr/local/lib/php/contrib/phpESP/ par ton path par exemple c:/mesrepertoires/phpESP/ il y a 7 path a changer vous pouvez tr=E8s = bien le faire manuellement (si vous voulez). Apr=E8s on enregistre manage.php sous le nom index.php mais dans ton = dossier public de pages web. Maintenant le plus important pour que le logiciel marche il faut mettre = en commentaires une partie de phpESP.ini: Apr=E8s la declaration de la langue il y a un if qui contient des = fichiers que ne sont pas reconnus par Windows alors il faut mettre en commentaire = (/* // ) d=E8s /*if(!ini_get('safe_mode') &&=20 jusqu'=E0 */ define('_GETTEXT',TRUE); ne pas oublier de mettre en ocmmentaire aussi le } final de cet if ( = //} ) =E7a veut dire qu'on laise compiler trois fonctions=20 et Ne pas oublier de mettre le path aussi de votre fichier d'images publiques par exemple /public/phpESP/images c'est tout, creez la Base de donn=E9es avec phpESP.sql y vo=EEl=E0 CA = MARCHE si quelqu'un a commentaire ou une meilleur solution pour pouvoir = proffiter de la fonctionnalite multilingue =E9crire =E0 = ang...@ho... A+ ENGLISH I dont speak english, but Hello, I was working on phpESPS istallation some days in order to run = phpESP on WINDOWS without blank pages. =20 Solution then: Open the files: phpESP.ini manage.php handler.php handler-prefix.php Change the paths /usr/local/lib/php/contrib/phpESP/ to = c:/myroot/phpESP/ there are 7 paths to change, you can change it manual or whith = replace. Afterwards save manage.php under the name index.php in your httpdocs. Now the most important for running phpESP under Windows we have to = comment a little part of phpESP.ini: Comments (/* // ) since /*if(!ini_get('safe_mode') &&=20 until */ define('_GETTEXT',TRUE); and the final } of this if ( //} ) that's all If somebody has any comment mail me to ang...@ho... Thanks |
From: James E. F. <jf...@ac...> - 2002-07-21 14:25:33
|
It has been fixed in CVS. If you get rev 1.13 of espresponse.inc it should fix the problem: http://phpesp.sf.net/cvs/admin/include/lib/espresponse.inc?rev=1.13&content-type=application/php -James On Sun, 21 Jul 2002 php...@in... wrote: > Hi, > > Same problem here, and a search through the archives > gave me the impression that this was a bug. If you > leave it with the default text (other), it works. > > >Anyone have an idea on this? > >It seems to happen when I have a !other field in a multicheckbox question. > > > >Fatal error: [] operator not supported for strings in > >/usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line > >156 > > > |
From: <php...@in...> - 2002-07-21 06:42:27
|
Hi, Same problem here, and a search through the archives gave me the impression that this was a bug. If you leave it with the default text (other), it works. >Anyone have an idea on this? >It seems to happen when I have a !other field in a multicheckbox question. > >Fatal error: [] operator not supported for strings in >/usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line >156 -- Mickey |
From: Chuck S. <ch...@te...> - 2002-07-20 02:28:36
|
Anyone have an idea on this? It seems to happen when I have a !other field in a multicheckbox question. Fatal error: [] operator not supported for strings in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 156 Chuck |
From: Johnny L. W. <jo...@ma...> - 2002-07-19 21:04:06
|
I get a rather cryptic error message upon first trying to run admin.php: HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] [ : ] Basically the only thing I changed in the ini file was to turn on debugging. I followed the installation instructions precisely. I have a user on the database named phpesp. It's password is phpesp. There's also a database known as phpesp. I've done everything by the book, and I don't know how to further figure out what the problem is, since I'm not getting a MySQL error message. (As you can see above) Any ideas what might be going awry? (More detail in the bug tracking system on SourceForge) -- Johnny Wales Book Systems, Inc. |
From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-07-19 14:10:40
|
Hola si alguien habla en espa=F1ol mejor, He querido desde hace varios d=EDas instalar este software pero no lo = he logrado, suisiera saber si el funciona en WIndows 2000 NT easyphp 1.6 php4.2 mySQL 3.23 apache 1.3.24 Si alguien tiene el paquete completo en ingl=E9s franc=E9s o espa=F1ol = con Path locales aun mejor o entonces como he de hacer para instalarlo en estas condiciones? Pues al intentar instalarlo he tenido el mismo broblema que otros = P=E1ginas Blancas Si alguien puede ayudarme gracias =20 para contacto directo ag...@fr... Salut tous C'est pour vous demander de l'aide pour l'installation de phpESP sur = Windows 2000 NT, easyphp 1.6 php4.2 mySQL 3.23 apache 1.3.24 Car je re=E7ois une page blanche apr=E8s de l'avoir install=E9, si = quelqu'un a eu c'est probl=E8me ou si quelqu'un a d=E9j=E0 install=E9 ce logiciel sur = Windows =E9crivez moi =E0 ag...@fr... Je vous remercie de toute votre colaboration=20 Excuse me Idont speak english really but... I want question you if phpESP run on Windows 2000 NT, easyphp 1.6 = php4.2 mySQL 3.23 apache 1.3.24 Because I tried to instal this and I have obteined a blank page, not = errors Thanks |
From: Inform-azioni <in...@ca...> - 2002-07-19 09:55:24
|
Hi. I apologize my terrible english. Premessa A CATI system MUST do: a- sample from a database; b- assign a telephone number to a interviewer; c- classify a contact; d- analyse the job of interviewer and e- record the response of respondent in a data base (check the response, branching, randomize,...); f- export it in SPSS (for example). A good example is www.dash.ca or www.surveysystem.com. I work in a company that develop Yaacs, a software in GPL. Yaacs is a tool for sample from a database of phone numbers, schedule for interviewer and control the job of interviewer. Yaacs do well a, b, c and d. Our new release (the next week) improve for examples the integration with R -www.r-project.org- for analyse the interviewer job. Yaacs is in italian language, I'm sorry. http://yaacs.sourceforge.net/ Well. I find three GPL sw that do e and f. phpesp http://phpesp.sourceforge.net/ mod_survey http://gathering.itm.mh.se/modsurvey/ exquisite http://exquisite.sourceforge.net/ There are others sw but the activity rate is very low. I'm looking for someone interesting about integration that help us do it? I hope my terrible english is no too much terrible. If you have a question write me, I try to explain better. tks. Vladi > -----Messaggio originale----- > Da: Joel Palmius [mailto:joe...@mh...] > Inviato: marted=EC 16 luglio 2002 11.37 > A: Inform-azioni > Oggetto: Re: Your Cawi system > > > What I think about yaacs? Hmm... Well, from what I understood, this is > basically a wardialler which helps you call a list of phone numbers? Th= is > is, I'm sure, something which is useful. I would not profess to have an= y > expertise within the subject though. > > I am unsure how an integration with mod_survey would fit in. > Would you fax > printouts of the questionnaires using it? Or send URLs? > > It is possible that I do not entirely understand what you are > asking me in > your mail. > > Cheers.. > > // Joel > > > On Mon, 15 Jul 2002, Inform-azioni wrote: > > > Hi, Joel Palmis. > > > > I'm sorry about my terrible english. > > > > We are developing a CATI system in GPL. > > Visit the above web site. > > http://sourceforge.net/projects/yaacs > > > > > > We have finished to develop a scheduler: now yaacs is a good schedule= r > > for the telephone job. > > > > > > Now we are planning to integrate our sofware with other sw for > > build a complet CATI system. > > > > > > I know something about mod_survey. In our page www.cawi.it we have > > listed a lot of sw and your sw is the first in the list. > > > > > > I see today that you have implemented random order in the matrix. > > > > What do you think about our project? > > > > Cordially. > > > > > > > > Demetra sas CATI & CAWI SOLUTIONS > > dr Angelo Rodolfo Tomaselli > > tel. 041-98.22.86 > > fax 041-98.30.64 > > mobile 348-26.16.881 > > in...@ca... > > www.opinioni.net > > www.opinione.net > > http://sourceforge.net/projects/yaacs > > Via Andrea Costa 34/c 30172 Venezia-Mestre ITALY > > ------------------------------------------- > > Le informazioni contenute in questo messaggio e/o nei suoi allegati s= ono > > riservati alla persona in indirizzo e sono strettamente > confidenziali. In > > caso di trasmissione errata non =E8 consentito l'utilizzo delle > informazioni > > in essa contenute. Si richiede, quindi, di cancellare il messaggio e = di > > darne comunicazione a Demetra. > > > > The information in this message and/or attachements is intended > solely for > > the attention and use of the named addressee and may be > confidential. If you > > are not the intended recipient, you are hereby notified you > have received > > this transmittal in error and that any use of it is prohibited. > In such a > > case please delete this message and kindly notify Demetra accordingly= =2E > > > > > |
From: Inform-azioni <in...@ca...> - 2002-07-19 09:53:49
|
Hi. I apologize my terrible english. Premessa A CATI system MUST do: a- sample from a database; b- assign a telephone number to a interviewer; c- classify a contact; d- analyse the job of interviewer and e- record the response of respondent in a data base (check the response, branching, randomize,...); f- export it in SPSS (for example). A good example is www.dash.ca or www.surveysystem.com. I work in a company that develop Yaacs, a software in GPL. Yaacs is a tool for sample from a database of phone numbers, schedule for interviewer and control the job of interviewer. Yaacs do well a, b, c and d. Our new release (the next week) improve for examples the integration with R -www.r-project.org- for analyse the interviewer job. Yaacs is in italian language, I'm sorry. http://yaacs.sourceforge.net/ Well. I find three GPL sw that do e and f. phpesp http://phpesp.sourceforge.net/ mod_survey http://gathering.itm.mh.se/modsurvey/ exquisite http://exquisite.sourceforge.net/ There are others sw but the activity rate is very low. I'm looking for someone interesting about integration that help us do it? I hope my terrible english is no too much terrible. If you have a question write me, I try to explain better. tks. Vladi > -----Messaggio originale----- > Da: Joel Palmius [mailto:joe...@mh...] > Inviato: marted=EC 16 luglio 2002 11.37 > A: Inform-azioni > Oggetto: Re: Your Cawi system > > > What I think about yaacs? Hmm... Well, from what I understood, this is > basically a wardialler which helps you call a list of phone numbers? Th= is > is, I'm sure, something which is useful. I would not profess to have an= y > expertise within the subject though. > > I am unsure how an integration with mod_survey would fit in. > Would you fax > printouts of the questionnaires using it? Or send URLs? > > It is possible that I do not entirely understand what you are > asking me in > your mail. > > Cheers.. > > // Joel > > > On Mon, 15 Jul 2002, Inform-azioni wrote: > > > Hi, Joel Palmis. > > > > I'm sorry about my terrible english. > > > > We are developing a CATI system in GPL. > > Visit the above web site. > > http://sourceforge.net/projects/yaacs > > > > > > We have finished to develop a scheduler: now yaacs is a good schedule= r > > for the telephone job. > > > > > > Now we are planning to integrate our sofware with other sw for > > build a complet CATI system. > > > > > > I know something about mod_survey. In our page www.cawi.it we have > > listed a lot of sw and your sw is the first in the list. > > > > > > I see today that you have implemented random order in the matrix. > > > > What do you think about our project? > > > > Cordially. > > > > > > > > Demetra sas CATI & CAWI SOLUTIONS > > dr Angelo Rodolfo Tomaselli > > tel. 041-98.22.86 > > fax 041-98.30.64 > > mobile 348-26.16.881 > > in...@ca... > > www.opinioni.net > > www.opinione.net > > http://sourceforge.net/projects/yaacs > > Via Andrea Costa 34/c 30172 Venezia-Mestre ITALY > > ------------------------------------------- > > Le informazioni contenute in questo messaggio e/o nei suoi allegati s= ono > > riservati alla persona in indirizzo e sono strettamente > confidenziali. In > > caso di trasmissione errata non =E8 consentito l'utilizzo delle > informazioni > > in essa contenute. Si richiede, quindi, di cancellare il messaggio e = di > > darne comunicazione a Demetra. > > > > The information in this message and/or attachements is intended > solely for > > the attention and use of the named addressee and may be > confidential. If you > > are not the intended recipient, you are hereby notified you > have received > > this transmittal in error and that any use of it is prohibited. > In such a > > case please delete this message and kindly notify Demetra accordingly= =2E > > > > > |