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: Eric H. <eh...@la...> - 2009-01-30 01:14:36
|
I also have recently had exactly the same problem as Jamison-Powell, Susan I was using PHPesp on a site hosted by a hosting company. No problems. I wake up today and when I try to log in "[ Incorrect User ID or Password, or your account has been disabled/expired. ]" I tried to change the password via phpMyAdmin / phpesp_designer but still cannot access. I'm trying to find out from the hosting company if something changed, but in the meantime, is there anyway I can get into the information / admin section. I really need to! Would greatly appreciate help. Kind regards, Eric |
From: Bryan H. <bry...@do...> - 2009-01-08 13:36:17
|
I will be out of the office starting 01/07/2009 and will not return until 01/13/2009. For website issues please contact Cindy Walker 916-440-0536, or Robert Poeschel at 916-440-0546 |
From: Peter F. <pf...@uc...> - 2009-01-08 13:35:40
|
Franky Van Liedekerke wrote: > On Wed, 07 Jan 2009 10:23:50 +0000 > Peter Flynn <pf...@uc...> wrote: > >> I'm trying to install phpESP 2.1.2 under RHEL5 with the default >> Apache 2.2.3 and PHP 5.1.6. I have had an older version of phpESP >> (1.8) running very successfully elsewhere under Fedora Core 4 for >> years, so I'll eventually want to import all the old data; but the >> problem right now is more baffling: installing the database, which >> went perfectly on the old machine. Procedure was: >> >> 1. detar the installation into the web server document root >> 2. check httpd.conf for .php (added AddType; SetOutputFilter not >> used) 3. set the ownership of the whole phpESP directory tree to >> apache 4. edit a phpESP.ini.php to set db_pass, date_format, and >> emails 5. edit mysql_create.sql password to match the db_pass in [4] >> 6. execute mysql -u root -p < mysql_create.sql to set up database >> 7. log in with Firefox and change phpESP's root password >> 8. try to install, and I get >> >> Installing >> [ Install FAILED ] >> [ Initial data entering failed ] >> [ Version delete FAILED ] >> [ Version update FAILED ] >> >> I've obviously missed something, but what? > > Heh ... seems I missed something in the INSTALL file. Just omit step 5 > and 6 (just create the db, don't enter any data in it). But that's exactly what I did. I just created the empty db using mysql_create.sql (steps 5 and 6). If you omit this, you can't even start. You seem to be referring to mysql_populate.sql, which should not be run by hand, as it should get done through the web install interface. The problem is that it's not even getting this far: it's gagging on whatever it tries to do with schema.xml > The web based install will do the rest. But it doesn't. It gives me the error above. > If drop/create tables is not permitted, just > copy/paste the created sql statements from the web based install in a > sql file and use that one. But the web based install tries to do all kinds of stuff with schema.xml and that's what's failing. ///Peter |
From: Franky V. L. <lie...@te...> - 2009-01-08 12:54:27
|
On Thu, Jan 8, 2009 at 1:10 PM, Peter Flynn <pf...@uc...> wrote: > Franky Van Liedekerke wrote: > >> On Wed, 07 Jan 2009 10:23:50 +0000 >> Peter Flynn <pf...@uc...> wrote: >> >> I'm trying to install phpESP 2.1.2 under RHEL5 with the default >>> Apache 2.2.3 and PHP 5.1.6. I have had an older version of phpESP >>> (1.8) running very successfully elsewhere under Fedora Core 4 for >>> years, so I'll eventually want to import all the old data; but the >>> problem right now is more baffling: installing the database, which >>> went perfectly on the old machine. Procedure was: >>> >>> 1. detar the installation into the web server document root >>> 2. check httpd.conf for .php (added AddType; SetOutputFilter not >>> used) 3. set the ownership of the whole phpESP directory tree to >>> apache 4. edit a phpESP.ini.php to set db_pass, date_format, and >>> emails 5. edit mysql_create.sql password to match the db_pass in [4] >>> 6. execute mysql -u root -p < mysql_create.sql to set up database >>> 7. log in with Firefox and change phpESP's root password >>> 8. try to install, and I get >>> >>> Installing >>> [ Install FAILED ] >>> [ Initial data entering failed ] >>> [ Version delete FAILED ] >>> [ Version update FAILED ] >>> >>> I've obviously missed something, but what? >>> >> >> Heh ... seems I missed something in the INSTALL file. Just omit step 5 >> and 6 (just create the db, don't enter any data in it). >> > > But that's exactly what I did. I just created the empty db using > mysql_create.sql (steps 5 and 6). If you omit this, you can't even start. > > You seem to be referring to mysql_populate.sql, which should not be run by > hand, as it should get done through the web install interface. > > The problem is that it's not even getting this far: it's gagging on > whatever it tries to do with schema.xml > oops ... sorry, that's what I meant :-) You got it right, and the README is correct :-) Since this fails, do you have any logging in apache? You might need to bump up the php loglevel (in the php.ini file) first. For comparing, I'll try a fresh install this evening. Franky |
From: Franky V. L. <lie...@te...> - 2009-01-07 16:48:24
|
On Wed, 07 Jan 2009 10:23:50 +0000 Peter Flynn <pf...@uc...> wrote: > I'm trying to install phpESP 2.1.2 under RHEL5 with the default > Apache 2.2.3 and PHP 5.1.6. I have had an older version of phpESP > (1.8) running very successfully elsewhere under Fedora Core 4 for > years, so I'll eventually want to import all the old data; but the > problem right now is more baffling: installing the database, which > went perfectly on the old machine. Procedure was: > > 1. detar the installation into the web server document root > 2. check httpd.conf for .php (added AddType; SetOutputFilter not > used) 3. set the ownership of the whole phpESP directory tree to > apache 4. edit a phpESP.ini.php to set db_pass, date_format, and > emails 5. edit mysql_create.sql password to match the db_pass in [4] > 6. execute mysql -u root -p < mysql_create.sql to set up database > 7. log in with Firefox and change phpESP's root password > 8. try to install, and I get > > Installing > [ Install FAILED ] > [ Initial data entering failed ] > [ Version delete FAILED ] > [ Version update FAILED ] > > I've obviously missed something, but what? Heh ... seems I missed something in the INSTALL file. Just omit step 5 and 6 (just create the db, don't enter any data in it). The web based install will do the rest. If drop/create tables is not permitted, just copy/paste the created sql statements from the web based install in a sql file and use that one. > I set DEBUG to true, but the debug screen confirms all the settings > correctly but doesn't give anything about the actual error (like the > error return from the call to set_dbschema, which seems to be what > triggers the "Install FAILED"). Am I missing some vital component of > PHP? Like an XML parser for /scripts/db/schema.xml? I'm not a MySQL > person, so most of the stuff in db_update.inc is opaque to me. > > I also checked the mysql_populate.sql file (although installation > doesn't appear to have gotten that far anyway), and it uses DROP and > CREATE, which are not enabled for the phpesp db user or database in > mysql_create.sql. > > Incidentally, what is > $ESPCONFIG['adodb_pathto_db'] = "/var/www/phpESP/scripts/db/esp.dbm"; > for? This is in the config on the old machine as well, and seems to > be ignored, because that file path doesn't exist (and can't anyway, > because apache doesn't have write access to /var/www, and in any > event it's missing the /html/ from the path; but the old system works > fine anyway!) the dbm file is for when you use sqlite as db driver (never tested it yet though, but it should work ...) Franky |
From: Peter F. <pf...@uc...> - 2009-01-07 12:37:45
|
I'm trying to install phpESP 2.1.2 under RHEL5 with the default Apache 2.2.3 and PHP 5.1.6. I have had an older version of phpESP (1.8) running very successfully elsewhere under Fedora Core 4 for years, so I'll eventually want to import all the old data; but the problem right now is more baffling: installing the database, which went perfectly on the old machine. Procedure was: 1. detar the installation into the web server document root 2. check httpd.conf for .php (added AddType; SetOutputFilter not used) 3. set the ownership of the whole phpESP directory tree to apache 4. edit a phpESP.ini.php to set db_pass, date_format, and emails 5. edit mysql_create.sql password to match the db_pass in [4] 6. execute mysql -u root -p < mysql_create.sql to set up database 7. log in with Firefox and change phpESP's root password 8. try to install, and I get Installing [ Install FAILED ] [ Initial data entering failed ] [ Version delete FAILED ] [ Version update FAILED ] I've obviously missed something, but what? I set DEBUG to true, but the debug screen confirms all the settings correctly but doesn't give anything about the actual error (like the error return from the call to set_dbschema, which seems to be what triggers the "Install FAILED"). Am I missing some vital component of PHP? Like an XML parser for /scripts/db/schema.xml? I'm not a MySQL person, so most of the stuff in db_update.inc is opaque to me. I also checked the mysql_populate.sql file (although installation doesn't appear to have gotten that far anyway), and it uses DROP and CREATE, which are not enabled for the phpesp db user or database in mysql_create.sql. Incidentally, what is $ESPCONFIG['adodb_pathto_db'] = "/var/www/phpESP/scripts/db/esp.dbm"; for? This is in the config on the old machine as well, and seems to be ignored, because that file path doesn't exist (and can't anyway, because apache doesn't have write access to /var/www, and in any event it's missing the /html/ from the path; but the old system works fine anyway!) ///Peter |
From: Franky V. L. <lie...@te...> - 2008-11-24 10:12:15
|
Probably the Fantasico changes did something to either your files or the version. But the database is still there, otherwise the survey wouldn't work at all. So ask your provider what changed ... On Mon, Nov 24, 2008 at 10:56 AM, shan gambi <sha...@go...>wrote: > Hi, > > > Since there have been some changes in Fantasico I have been unable to > access my PhpEsp account (and get the data collected from an important > questionnaire) > > I keep getting the following message. > > Unable to open include file. Check INI settings. Aborting. > > The questionnaire is still posted online so do you think its possible to > still get access to my questionnaire data or do you think it may have been > deleted or corrupted withthe site changes? > Shan > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: shan g. <sha...@go...> - 2008-11-24 09:56:42
|
Hi, Since there have been some changes in Fantasico I have been unable to access my PhpEsp account (and get the data collected from an important questionnaire) I keep getting the following message. Unable to open include file. Check INI settings. Aborting. The questionnaire is still posted online so do you think its possible to still get access to my questionnaire data or do you think it may have been deleted or corrupted withthe site changes? Shan |
From: Franky V. L. <lie...@te...> - 2008-11-20 20:56:22
|
On Thu, 20 Nov 2008 18:48:21 +0000 (GMT) Michael Scheer <mic...@ya...> wrote: > > Hi, > > > > I am a beginner, using phpESP - whenever I want to login, there is a > > button, through which I can actually decide, what language I wat to > > use. As I pick 'de' for german, the actual programm will stil always > > run in englis. We have actually already created an survey, but the > > answers "yes / no" will only occur in english, instead of german > > "ja/nein" . . . > > > > uh uh, don't panic, dude :-) Anyway, is there a chanche you can show me the survey? So I might check some things ... Franky |
From: Michael S. <mic...@ya...> - 2008-11-20 18:48:26
|
Hi, > > I am a beginner, using phpESP - whenever I want to login, there is a > button, through which I can actually decide, what language I wat to > use. As I pick 'de' for german, the actual programm will stil always > run in englis. We have actually already created an survey, but the > answers "yes / no" will only occur in english, instead of german > "ja/nein" . . . > > Thanks for your help, Michael Scheer Leibnizstraße 2a 55118 Mainz mic...@ya... Fest: 06131 / 787157 Mobil: 0179 / 3240893 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Michael S. <mic...@ya...> - 2008-11-20 16:34:13
|
Hi, > > I am a beginner, using phpESP - whenever I want to login, there is a > button, through which I can actually decide, what language I wat to > use. As I pick 'de' for german, the actual programm will stil always > run in englis. We have actually already created an survey, but the > answers "yes / no" will only occur in english, instead of german > "ja/nein" . . . > > Thanks for your help, Michael Scheer Leibnizstraße 2a 55118 Mainz mic...@ya... Fest: 06131 / 787157 Mobil: 0179 / 3240893 |
From: David Wu <wu...@ya...> - 2008-11-17 22:34:37
|
I recently installed the latest MySql, Php, Apache, and PhpEsp. After install, I login as root and create a group via the management interface. I also created a test survey and the new group, then activated it. Then I select to create a respondent account. I filled in all data field, include the password. Then I logout and try login back using the new respondent account. It wasn't successful. I got an error message saying "Incorrect User ID or Password, or your account has been disabled/expired." I login back using the root. Went to the respondent account information, I saw the password field was blank,I entered it, then check disabled was set to "no", and check the expiration date wasd set to 2009 12 31. All field looked good. Logout and try again. The result was the same error. Then I follow a post by Franky about alter the respondent and designer tables with char(64) lines. They didn't help. |
From: Franky V. L. <lie...@te...> - 2008-10-17 16:07:07
|
What version of phpesp are you using? And what version of php? It seems to me nothing happens "all of the sudden", so something must have changed that triggered this (php upgrade maybe?). Franky On Fri, 17 Oct 2008 10:27:01 +0100 "Jamison-Powell, Susan" <S.J...@sh...> wrote: > I have been using phpESP for over a year without any problems and all > of a sudden I can't access my management screen. I get the message > below: > > [ Incorrect User ID or Password, or your account has been > disabled/expired. ] > > This message appears to all users with accounts (and all > passwords/usernames are definitely correct). I have contacted my > hosting site and they say the following: > > nothing we can see to fix, all the users are in the tabel as expected; > > Y | Y | Y | N | 2007-05-13 13:31:00 | 2020-01-01 00:00:00 | > | catherine | *(password)* | BASIC | auto | | | | Y | Y | Y | Y | N | > Y | N | 2007-05-17 11:57:14 | 0000-00-00 00:00:00 | > | katie | *(password)* | BASIC | superuser | | | | Y | Y | Y | N | N > | Y | N | 2008-02-14 12:48:26 | 0000-00-00 00:00:00 | > | kjcutts | *(password)* | BASIC | auto | | | | Y | Y | Y | Y | N | Y > | N | 2008-02-14 12:50:45 | 0000-00-00 00:00:00 | > | Glen | *(password)* | BASIC | psypag | | | | Y | Y | Y | N | N | Y > | N | 2008-02-21 10:57:21 | 0000-00-00 00:00:00 | > | angel | *(password)* | BASIC | angel | | | | Y | N | N | N | N | N > | N | 2008-02-25 10:07:08 | 0000-00-00 00:00:00 | > | psypag | *(password)* | BASIC | psypag | | | | Y | Y | Y | N | N | > Y | N | 2008-04-14 10:42:14 | 0000-00-00 00:00:00 | > | bursaryofficer | *(password)* | BASIC | psypag | | | | N | N | Y | > N | N | N | N | 2008-09-01 21:21:25 | 2030-01-01 00:00:00 | > > you will need to contact the script authors for further assistance. > > The surveys still work (as in you can still fill them in). > > Am tearing my hair out as there is some important information that I > need access asap! Any ideas on how I go about getting it? > > Sue > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK > & win great prizes Grand prize is a trip for two to an Open Source > event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ phpESP-general > mailing list php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Jamison-Powell, S. <S.J...@sh...> - 2008-10-17 09:56:48
|
I have been using phpESP for over a year without any problems and all of a sudden I can't access my management screen. I get the message below: [ Incorrect User ID or Password, or your account has been disabled/expired. ] This message appears to all users with accounts (and all passwords/usernames are definitely correct). I have contacted my hosting site and they say the following: nothing we can see to fix, all the users are in the tabel as expected; Y | Y | Y | N | 2007-05-13 13:31:00 | 2020-01-01 00:00:00 | | catherine | *(password)* | BASIC | auto | | | | Y | Y | Y | Y | N | Y | N | 2007-05-17 11:57:14 | 0000-00-00 00:00:00 | | katie | *(password)* | BASIC | superuser | | | | Y | Y | Y | N | N | Y | N | 2008-02-14 12:48:26 | 0000-00-00 00:00:00 | | kjcutts | *(password)* | BASIC | auto | | | | Y | Y | Y | Y | N | Y | N | 2008-02-14 12:50:45 | 0000-00-00 00:00:00 | | Glen | *(password)* | BASIC | psypag | | | | Y | Y | Y | N | N | Y | N | 2008-02-21 10:57:21 | 0000-00-00 00:00:00 | | angel | *(password)* | BASIC | angel | | | | Y | N | N | N | N | N | N | 2008-02-25 10:07:08 | 0000-00-00 00:00:00 | | psypag | *(password)* | BASIC | psypag | | | | Y | Y | Y | N | N | Y | N | 2008-04-14 10:42:14 | 0000-00-00 00:00:00 | | bursaryofficer | *(password)* | BASIC | psypag | | | | N | N | Y | N | N | N | N | 2008-09-01 21:21:25 | 2030-01-01 00:00:00 | you will need to contact the script authors for further assistance. The surveys still work (as in you can still fill them in). Am tearing my hair out as there is some important information that I need access asap! Any ideas on how I go about getting it? Sue |
From: Jan F. B. <br...@we...> - 2008-08-30 09:44:37
|
How can I use the conditions with the radio buttons? I want to skip question 5 if the participant chose radio button no. 5 ("AO Sept") on question number 4. How can I do this? Thank you! |
From: Franky V. L. <lie...@te...> - 2008-08-24 08:49:38
|
On Sat, 23 Aug 2008 12:07:18 -0700 (PDT) Sam Karpluk <sam...@ya...> wrote: > I'm testing a "live" survey (which I'll later copy). In the meantime, > I would like to be able to do multiple posts to it, but it doesn't > seem to want me to do this. I'm using an embedded survey. Any help > appreciated. > > Sam Karpluk > Look at the settings of the survey: if it is a private survey, the seetings might say you can only respond once. Also, look at the config variable $ESPCONFIG['limit_double_postings'], if that is set to a number >0 (the default), you can only respond once. Set this to 0 to disable in your own phpESP.ini.php (don't change the default file). Franky |
From: Sam K. <sam...@ya...> - 2008-08-23 19:07:13
|
I'm testing a "live" survey (which I'll later copy). In the meantime, I would like to be able to do multiple posts to it, but it doesn't seem to want me to do this. I'm using an embedded survey. Any help appreciated. Sam Karpluk |
From: Rob de S. <rde...@af...> - 2008-08-23 17:50:48
|
Yes, you need to set up the /phpesp/admin/phpESP.ini.php file using the /phpesp/admin/phpesp.ini.php.default file as a guide and you must create a MySQL database to store the surveys and data. The /phpesp/docs/INSTALL document will walk you through the necessary steps. -- -Rob de Santos -----Original Message----- From: Mol Melia [mailto:mai...@ya...] Sent: Saturday, August 23, 2008 1:23 PM To: rde...@af... Subject: Re: [phpesp-general] not able to run phpesp after install. Hi, yes thats a typo. its is ment to be www.myservername.com/phpesp all i have done is unzip the tar file into be domain directory - i havent set up any file or altered any files. i have not set up a database either.. do i need to do that... thanks m. --- On Sat, 8/23/08, Rob de Santos <rde...@af...> wrote: > From: Rob de Santos <rde...@af...> > Subject: Re: [phpesp-general] not able to run phpesp after install. > To: php...@li... > Date: Saturday, August 23, 2008, 12:53 PM > Hi Mol, > > Not sure I can help but some basic questions just to make > sure we are on the > right page: > > Is this is a typo in the e-mail: > www.myservername.com/phesp don't you mean > /phpesp ? > > Did you create the file /phpesp/admin/phpESP.ini.php ? > With your necessary > MySQL server details? > > Regards, > -- > -Rob de Santos > > -----Original Message----- > From: Mol Melia [mailto:mai...@ya...] > Sent: Saturday, August 23, 2008 12:27 PM > To: php...@li... > Subject: [phpesp-general] not able to run phpesp after > install. > > Hi, > > I am having a lot of trouble... i have installed phpesp > into a web accessible > folder the root of my domain. and when i go to > www.myservername.com/phesp i get > the following: > > > FATAL: Unable to open config file admin/phpESP.ini.php. > Aborting. > See admin/phpESP.ini.php.default for all options. A small > example: > <?php > > // use http or https? > $ESPCONFIG['proto'] = 'http://'; > > // Base URL for phpESP > $ESPCONFIG['base_url'] = > $ESPCONFIG['proto'] . $server['HTTP_HOST'] . > '/phpESP/' > ; > > // Database connection information > // for the database type, change > $ESPCONFIG['adodb_database_type'] (further down > ) > $ESPCONFIG['db_host'] = 'localhost'; > $ESPCONFIG['db_user'] = 'root'; > $ESPCONFIG['db_pass'] = ''; > $ESPCONFIG['db_name'] = 'phpesp'; > $DB_PREFIX = "phpesp_"; // If you want your > database tables to use a prefix, s > et it here. > $OLD_DB_PREFIX = ""; // When switching prefixes, > give here the current existin > g prefix in the db > > ?> > > I dont understand what this means.... > > I have checked that my web server is php enabled and also > running mySQL > server... > > all help greatly appreciated... > > thanks > > m. > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK > & win great prizes > Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK > & win great prizes > Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Rob de S. <rde...@af...> - 2008-08-23 16:53:59
|
Hi Mol, Not sure I can help but some basic questions just to make sure we are on the right page: Is this is a typo in the e-mail: www.myservername.com/phesp don't you mean /phpesp ? Did you create the file /phpesp/admin/phpESP.ini.php ? With your necessary MySQL server details? Regards, -- -Rob de Santos -----Original Message----- From: Mol Melia [mailto:mai...@ya...] Sent: Saturday, August 23, 2008 12:27 PM To: php...@li... Subject: [phpesp-general] not able to run phpesp after install. Hi, I am having a lot of trouble... i have installed phpesp into a web accessible folder the root of my domain. and when i go to www.myservername.com/phesp i get the following: FATAL: Unable to open config file admin/phpESP.ini.php. Aborting. See admin/phpESP.ini.php.default for all options. A small example: <?php // use http or https? $ESPCONFIG['proto'] = 'http://'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/' ; // Database connection information // for the database type, change $ESPCONFIG['adodb_database_type'] (further down ) $ESPCONFIG['db_host'] = 'localhost'; $ESPCONFIG['db_user'] = 'root'; $ESPCONFIG['db_pass'] = ''; $ESPCONFIG['db_name'] = 'phpesp'; $DB_PREFIX = "phpesp_"; // If you want your database tables to use a prefix, s et it here. $OLD_DB_PREFIX = ""; // When switching prefixes, give here the current existin g prefix in the db ?> I dont understand what this means.... I have checked that my web server is php enabled and also running mySQL server... all help greatly appreciated... thanks m. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Mol M. <mai...@ya...> - 2008-08-23 16:27:10
|
Hi, I am having a lot of trouble... i have installed phpesp into a web accessible folder the root of my domain. and when i go to www.myservername.com/phesp i get the following: FATAL: Unable to open config file admin/phpESP.ini.php. Aborting. See admin/phpESP.ini.php.default for all options. A small example: <?php // use http or https? $ESPCONFIG['proto'] = 'http://'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/' ; // Database connection information // for the database type, change $ESPCONFIG['adodb_database_type'] (further down ) $ESPCONFIG['db_host'] = 'localhost'; $ESPCONFIG['db_user'] = 'root'; $ESPCONFIG['db_pass'] = ''; $ESPCONFIG['db_name'] = 'phpesp'; $DB_PREFIX = "phpesp_"; // If you want your database tables to use a prefix, s et it here. $OLD_DB_PREFIX = ""; // When switching prefixes, give here the current existin g prefix in the db ?> I dont understand what this means.... I have checked that my web server is php enabled and also running mySQL server... all help greatly appreciated... thanks m. |
From: Franky V. L. <lie...@te...> - 2008-08-18 22:03:24
|
On Mon, 18 Aug 2008 15:27:03 -0400 "Jerry B. Altzman" <jb...@gm...> wrote: > Hi, > > I've seen an interesting bug, and I'm not sure if it is just me (i.e. > pilot error) or if it's something systemic, and if maybe there's a > bugfix I've missed. We're using phpESP 2.0.2. > > We've got a number of surveys that are multi-page that allow you to go > back and forth from page to page. When we go to examine the data and > associated with this survey, only the last page of survey data is > available. > > I've tracked this down to the following: each page gets entered with > its own 'id' in the response table, but only the last page's ID has > the 'complete' column set to 'Y'. So we'll see things like: > mysql> select * from response where username='dking123'; > +-----+-----------+---------------------+----------+----------+--------------+ > | id | survey_id | submitted | complete | username | > ip | > +-----+-----------+---------------------+----------+----------+--------------+ > | 185 | 25 | 2008-08-18 14:57:10 | N | x| z| | 186 > | 25 | 2008-08-18 14:57:35 | N | x| z| | 187 | > 25 | 2008-08-18 14:57:40 | N | x| z| | 188 | 25 | > 2008-08-18 14:58:04 | Y | x| z| > +-----+-----------+---------------------+----------+----------+--------------+ > 4 rows in set (0.00 sec) > > (I've done just the tiniest bit of sterilization on my data here.) > > Has anyone else seen this behavior? Is there a fix already, or should > I go out and write it and submit it back in? > > Thanks 1.e6! > > //jbaltz That's something I've not seen before. I just tested it with a 2 page survey here and it seems to work ok. Please try upgrading to 2.1.2 and test again. Franky |
From: Jerry B. A. <jb...@gm...> - 2008-08-18 19:26:54
|
Hi, I've seen an interesting bug, and I'm not sure if it is just me (i.e. pilot error) or if it's something systemic, and if maybe there's a bugfix I've missed. We're using phpESP 2.0.2. We've got a number of surveys that are multi-page that allow you to go back and forth from page to page. When we go to examine the data and associated with this survey, only the last page of survey data is available. I've tracked this down to the following: each page gets entered with its own 'id' in the response table, but only the last page's ID has the 'complete' column set to 'Y'. So we'll see things like: mysql> select * from response where username='dking123'; +-----+-----------+---------------------+----------+----------+--------------+ | id | survey_id | submitted | complete | username | ip | +-----+-----------+---------------------+----------+----------+--------------+ | 185 | 25 | 2008-08-18 14:57:10 | N | x| z| | 186 | 25 | 2008-08-18 14:57:35 | N | x| z| | 187 | 25 | 2008-08-18 14:57:40 | N | x| z| | 188 | 25 | 2008-08-18 14:58:04 | Y | x| z| +-----+-----------+---------------------+----------+----------+--------------+ 4 rows in set (0.00 sec) (I've done just the tiniest bit of sterilization on my data here.) Has anyone else seen this behavior? Is there a fix already, or should I go out and write it and submit it back in? Thanks 1.e6! //jbaltz -- jerry b. altzman jb...@gm... www.jbaltz.com foo mane padme hum |
From: Franky V. L. <lie...@te...> - 2008-08-18 14:04:31
|
Hi all, the latest release is out, just some annoying bugfixes that were already in SVN for 4 months now got official. Also the test page works without warnings again. Go get it at the SF download page. Franky |
From: Lars J. <lj...@tm...> - 2008-08-13 15:57:48
|
How do I change/transfer the ownership of a survey? I tried to change the group of the survey to that of the new owner, but it didn't work. Thanks, Lars. |
From: Matthew G. <mat...@gm...> - 2008-07-23 13:15:37
|
If you want to share the survey, you will need create another designer account with the same username/password as the current account, but with the realm/group set to the same realm/group as the survey. If you don't need to share, then you need to change the survey's realm/group to match the designer's realm/group. On Wed, 2008-07-23 at 10:53 +0200, Basson, Jean wrote: > Hi Everyone, > > > > Is it possible to assign a survey to another “Designer Account” in > order for that person to make changes to the survey and use it as > his/her own? > > > > Thanks for the help... > > > > Jean > > > The University of Fort Hare subscribes to an e-mail disclaimer. Please > click on the following URL to read further: > http://www.ufh.ac.za/disclaimer/ > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |