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: Franky V. L. <lie...@te...> - 2009-11-18 16:00:41
|
Hi, 2 things: - upgrade to 2.1.3 already (or the SVN version, which contains all fixes so far). - the issue is indeed with the $-sign. What you can do is escape the sign in the base_url: $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $ESPCONFIG['HTTP_HOST'] . '/\$sitepreview/sst.edu.sg/modules/phpESP/'; or use the HTML-equivalent for it: $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $ESPCONFIG['HTTP_HOST'] . '/$sitepreview/sst.edu.sg/modules/phpESP/'; I would try one of these to start... Franky On Wed, Nov 18, 2009 at 11:20 AM, Jensen Neo < jen...@pi...> wrote: > Hi Franky, > > My apologies. I wasn't too sure what sort of information would be require. > Well, my site is at > http://116.12.48.137/$sitepreview/sst.edu.sg/modules/phpESP/admin/manage.php. > You can try it out over there. > For the config files, basically i have added the following in additional to > the common db login. > > // use http or https? > $ESPCONFIG['proto'] = 'http://'; > $ESPCONFIG['HTTP_HOST'] = '116.12.48.137'; > > // Base URL for phpESP > $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $ESPCONFIG['HTTP_HOST'] . > '/$sitepreview/sst.edu.sg/modules/phpESP/'; > > I have added the above as I realise the css is not being loaded using the > default values. I have suspected that issue could be because of my current > URL '$sitepreview' which unfortunately I don't have a way to resolve it as > the domain transfer could only be complete in another few days time. > > > Regards, > Jensen > > Franky Van Liedekerke wrote: > > On Wed, Nov 18, 2009 at 10:17 AM, Jensen Neo < > jen...@pi...> wrote: > >> Hi, >> >> I am having some problems with my phpesp. Everything well and fine on my >> development machine. >> However, after migration to the test server, I can't seem to get past >> the create survey 'general' tab. >> It simple re-route me by to the manage page and no records are created >> in the db. >> >> somebody help please... >> >> > I'm very sorry, but you don't give us much to go on. I would recommend you > check your config files and your webserver logs. > > Franky > > ------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > ------------------------------ > > _______________________________________________ > phpESP-general mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Jensen N. <jen...@pi...> - 2009-11-18 10:20:48
|
Hi Franky, My apologies. I wasn't too sure what sort of information would be require. Well, my site is at http://116.12.48.137/$sitepreview/sst.edu.sg/modules/phpESP/admin/manage.php. You can try it out over there. For the config files, basically i have added the following in additional to the common db login. // use http or https? $ESPCONFIG['proto'] = 'http://'; $ESPCONFIG['HTTP_HOST'] = '116.12.48.137'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $ESPCONFIG['HTTP_HOST'] . '/$sitepreview/sst.edu.sg/modules/phpESP/'; I have added the above as I realise the css is not being loaded using the default values. I have suspected that issue could be because of my current URL '$sitepreview' which unfortunately I don't have a way to resolve it as the domain transfer could only be complete in another few days time. Regards, Jensen Franky Van Liedekerke wrote: > On Wed, Nov 18, 2009 at 10:17 AM, Jensen Neo > <jen...@pi... > <mailto:jen...@pi...>> wrote: > > Hi, > > I am having some problems with my phpesp. Everything well and fine > on my > development machine. > However, after migration to the test server, I can't seem to get past > the create survey 'general' tab. > It simple re-route me by to the manage page and no records are created > in the db. > > somebody help please... > > > I'm very sorry, but you don't give us much to go on. I would recommend > you check your config files and your webserver logs. > > Franky > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2009-11-18 10:07:59
|
On Wed, Nov 18, 2009 at 10:17 AM, Jensen Neo < jen...@pi...> wrote: > Hi, > > I am having some problems with my phpesp. Everything well and fine on my > development machine. > However, after migration to the test server, I can't seem to get past > the create survey 'general' tab. > It simple re-route me by to the manage page and no records are created > in the db. > > somebody help please... > > I'm very sorry, but you don't give us much to go on. I would recommend you check your config files and your webserver logs. Franky |
From: Jensen N. <jen...@pi...> - 2009-11-18 09:44:25
|
Hi, I am having some problems with my phpesp. Everything well and fine on my development machine. However, after migration to the test server, I can't seem to get past the create survey 'general' tab. It simple re-route me by to the manage page and no records are created in the db. somebody help please... thanks. |
From: James RW M. <mac...@un...> - 2009-11-10 00:38:35
|
Hi all, Has anyone had success installing this on a WAMP server? If so could you please share the steps? Thanks James MacDonald, MLIS Web Services Librarian University of Northern British Columbia<http://www.unbc.ca/> Phone: (250)-960-6601 Email: mac...@un... |
From: Saffron P. <sa...@te...> - 2009-10-28 15:23:55
|
the problem persists, but oddly I have changed the error page on my server, but the one I made is not the one that shows up when I am trying to access phpESP database via the management interface I have come along a bit of the way in figuring out where to put $config options, perhaps add into the docs collection about how to use and configure the landing page and dashboard, etc ? Thank you, Saffron Angelique sa...@te... www.texaslightsmith.com |
From: Saffron P. <sa...@te...> - 2009-10-23 19:25:50
|
I am not sure why this is happening, any answers or suggestions? this is what I get HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] Saffron Angeliq sa...@te... |
From: Franky V. L. <lie...@te...> - 2009-10-21 10:20:52
|
Hi, On Wed, Oct 21, 2009 at 5:12 AM, Gurdeep Singh <gur...@gm...> wrote: > Hi there, > > My name is Gurdeep Singh and I am developing a web application for my > Master's Thesis project. The application measures the collaboration and > cooperation within a team of software developers. The application is > devloped using php and mysql. I need to add a survey feature in this > application. After exploring various survey tools I found phpESP the best. > I want to integrate phpESP into my application I want to know the issues > related to that varying from technical to licensing. > > For example: Can I make simple changes to the code to meet my > requirements. you can make any change wanted to the code, read up on the license file for the info/ > And what technical things I must consider while integrating. Like session > creation and others. there's an example subdir that shows examples on how to integrate phpesp in your own website. Franky |
From: Gurdeep S. <gur...@gm...> - 2009-10-21 03:12:58
|
Hi there, My name is Gurdeep Singh and I am developing a web application for my Master's Thesis project. The application measures the collaboration and cooperation within a team of software developers. The application is devloped using php and mysql. I need to add a survey feature in this application. After exploring various survey tools I found phpESP the best. I want to integrate phpESP into my application I want to know the issues related to that varying from technical to licensing. For example: Can I make simple changes to the code to meet my requirements. And what technical things I must consider while integrating. Like session creation and others. Please reply as soon as possible. I will be thankful to you. Thanks Gurdeep Singh |
From: Jim B. <jp...@si...> - 2009-09-06 14:19:00
|
* Jim B. <jp...@si...> [2009-08-29 05:07]: > * Franky Van Liedekerke <lie...@te...> [2009-08-28 16:35]: > > On Fri, 28 Aug 2009 03:01:19 -0400 > > "Jim B." <jp...@si...> wrote: > > > > <snip> > > > > > Hi Dave, > > > > > > The example in the email has already been taken down. > > > > > > Try this link (which should stay up for a while): > > > > > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 > > > > > > > > > As you can see, each question is a rate question. The options, > > > "Importance" and "Frequency" each have their own rate label. > > > > > > Our psychometrician wanted these particular labels, so that's how they > > > came to be worded that way. > > > > > > If you are interested in this technique, let me know and I'll provide > > > some guidance on getting it working. The code that does this is not > > > in the distributed codebase, but I can probably help you get something > > > working. > > > > > > > Hi Jim, > > > > if that code is not in the current codebase, I'm more than happy to add > > it. But I thought some things were already added in CVS/SVN ... > > > > Franky > > Hi Franky, > > I don't see them in the current codebase. I've created a sourceforge > account and will (try to!) create a unified diff for these and upload > as a patch set. (See my email of July 12 for details.) > > This is also a feature request - SF 2072351 (skarpluk). > > > Cheers, > Jim B. > > jimbysf - Source Forge ID > Ok, I've created a patch set for Rate (type 8) Labels and uploaded it to SourceForge for evaluation. It's not ready for prime time. You can probably get it working but it requires a database change from the 2.1.2 (and 2.1.3) sources. The README.txt file in the gzipped tarball has all the info. SF 2852945 tracking number: https://sourceforge.net/tracker/?func=detail&aid=2852945&group_id=8956&atid=308956 Enjoy, Jim B. |
From: Jim B. <jp...@si...> - 2009-08-29 09:05:50
|
* Franky Van Liedekerke <lie...@te...> [2009-08-28 16:35]: > On Fri, 28 Aug 2009 03:01:19 -0400 > "Jim B." <jp...@si...> wrote: > > <snip> > > > Hi Dave, > > > > The example in the email has already been taken down. > > > > Try this link (which should stay up for a while): > > > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 > > > > > > As you can see, each question is a rate question. The options, > > "Importance" and "Frequency" each have their own rate label. > > > > Our psychometrician wanted these particular labels, so that's how they > > came to be worded that way. > > > > If you are interested in this technique, let me know and I'll provide > > some guidance on getting it working. The code that does this is not > > in the distributed codebase, but I can probably help you get something > > working. > > > > Hi Jim, > > if that code is not in the current codebase, I'm more than happy to add > it. But I thought some things were already added in CVS/SVN ... > > Franky Hi Franky, I don't see them in the current codebase. I've created a sourceforge account and will (try to!) create a unified diff for these and upload as a patch set. (See my email of July 12 for details.) This is also a feature request - SF 2072351 (skarpluk). Cheers, Jim B. jimbysf - Source Forge ID |
From: David L. <lio...@co...> - 2009-08-29 06:24:12
|
Jim B. wrote: > * David Liontooth <lio...@co...> [2009-08-27 19:37]: > >> Jim B. wrote: >> >>> * Jim B. <jp...@si...> [2009-07-11 16:56]: >>> >>> >>>> Hello All, >>>> >>>> I took some time to code up a new feature I'm describing as Rate Labels. >>>> Currently, ratings are just numeric values (1,2,3,4,etc). I've managed >>>> to apply a label to each button for each rate response as shown in this >>>> test survey: >>>> >>>> http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB >>>> >>>> >>>> >>> Here's a better example: >>> >>> http://surveys.bsdcertification.org/phpESP/public/survey.php?name=CCCC >>> >>> >>> >>> >> Hi Jim, I'm trying to understand what you added to see if I may find the >> new feature useful -- I get "[ Feature disabled; set dashboard_enable = >> true in your configuration to engage. ]" This is on a mac, where >> Dashboard I believe is a program, but it doesn't sound likely that would >> be connected to your survey. What am I missing? >> >> Dave >> >> > > Hi Dave, > > The example in the email has already been taken down. > > Try this link (which should stay up for a while): > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 > > > As you can see, each question is a rate question. The options, > "Importance" and "Frequency" each have their own rate label. > > Our psychometrician wanted these particular labels, so that's how they > came to be worded that way. > > If you are interested in this technique, let me know and I'll provide > some guidance on getting it working. The code that does this is not > in the distributed codebase, but I can probably help you get something > working. > > Cheers, > Jim B. > Hi Jim, Great feature! If you could work with Franky to get this merged upstream, you'd be doing a lot of people a favor. If this won't take too long, I'll wait for that. Dave |
From: David L. <lio...@co...> - 2009-08-29 05:16:42
|
Franky Van Liedekerke wrote: > On Fri, 28 Aug 2009 03:01:19 -0400 > "Jim B." <jp...@si...> wrote: > > <snip> > > >> Hi Dave, >> >> The example in the email has already been taken down. >> >> Try this link (which should stay up for a while): >> >> http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 >> >> >> As you can see, each question is a rate question. The options, >> "Importance" and "Frequency" each have their own rate label. >> >> Our psychometrician wanted these particular labels, so that's how they >> came to be worded that way. >> >> If you are interested in this technique, let me know and I'll provide >> some guidance on getting it working. The code that does this is not >> in the distributed codebase, but I can probably help you get something >> working. >> >> > > Hi Jim, > > if that code is not in the current codebase, I'm more than happy to add > it. But I thought some things were already added in CVS/SVN ... > > Franky > > Hi Jim and Franky, This is fun, since I was asking what individual rate labels are, and also asking about rate field formatting -- and they turn out to be exactly the same thing. Jim's psychometrician wanted the labels, and so do I -- it's becoming a requirement. So please merge; it's a very useful feature. Dave |
From: Franky V. L. <lie...@te...> - 2009-08-28 20:29:46
|
On Fri, 28 Aug 2009 03:01:19 -0400 "Jim B." <jp...@si...> wrote: <snip> > Hi Dave, > > The example in the email has already been taken down. > > Try this link (which should stay up for a while): > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 > > > As you can see, each question is a rate question. The options, > "Importance" and "Frequency" each have their own rate label. > > Our psychometrician wanted these particular labels, so that's how they > came to be worded that way. > > If you are interested in this technique, let me know and I'll provide > some guidance on getting it working. The code that does this is not > in the distributed codebase, but I can probably help you get something > working. > Hi Jim, if that code is not in the current codebase, I'm more than happy to add it. But I thought some things were already added in CVS/SVN ... Franky |
From: Jim B. <jp...@si...> - 2009-08-28 07:17:00
|
* David Liontooth <lio...@co...> [2009-08-27 19:37]: > Jim B. wrote: > >* Jim B. <jp...@si...> [2009-07-11 16:56]: > > > >>Hello All, > >> > >>I took some time to code up a new feature I'm describing as Rate Labels. > >>Currently, ratings are just numeric values (1,2,3,4,etc). I've managed > >>to apply a label to each button for each rate response as shown in this > >>test survey: > >> > >> http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB > >> > >> > > > > > >Here's a better example: > > > >http://surveys.bsdcertification.org/phpESP/public/survey.php?name=CCCC > > > > > > > Hi Jim, I'm trying to understand what you added to see if I may find the > new feature useful -- I get "[ Feature disabled; set dashboard_enable = > true in your configuration to engage. ]" This is on a mac, where > Dashboard I believe is a program, but it doesn't sound likely that would > be connected to your survey. What am I missing? > > Dave > Hi Dave, The example in the email has already been taken down. Try this link (which should stay up for a while): http://surveys.bsdcertification.org/phpESP/public/survey.php?name=test01 As you can see, each question is a rate question. The options, "Importance" and "Frequency" each have their own rate label. Our psychometrician wanted these particular labels, so that's how they came to be worded that way. If you are interested in this technique, let me know and I'll provide some guidance on getting it working. The code that does this is not in the distributed codebase, but I can probably help you get something working. Cheers, Jim B. |
From: Jim B. <jp...@si...> - 2009-08-28 07:12:00
|
* David Liontooth <lio...@co...> [2009-08-27 19:52]: > In some surveys, information is presented a few pages into the survey > that may make subjects alter their earlier responses on previous pages. > > Is there a way to hide the Back button to discourage this? > > Cheers, > Dave I'm not sure about hiding the back button, but you can change the access settings to the survey to enable or disable "Back/Forward" behavior. Choose the "Change Access to a Survey" link from the management interface to see these settings. Cheers, Jim B. |
From: David L. <lio...@co...> - 2009-08-28 00:08:06
|
Jim B. wrote: > * Jim B. <jp...@si...> [2009-07-11 16:56]: > >> Hello All, >> >> I took some time to code up a new feature I'm describing as Rate Labels. >> Currently, ratings are just numeric values (1,2,3,4,etc). I've managed >> to apply a label to each button for each rate response as shown in this >> test survey: >> >> http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB >> >> > > > Here's a better example: > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=CCCC > > > Hi Jim, I'm trying to understand what you added to see if I may find the new feature useful -- I get "[ Feature disabled; set dashboard_enable = true in your configuration to engage. ]" This is on a mac, where Dashboard I believe is a program, but it doesn't sound likely that would be connected to your survey. What am I missing? Dave |
From: David L. <lio...@co...> - 2009-08-28 00:07:49
|
Greetings -- Social psychologists have become more exacting about the use of Likert scales and require that each number be labeled in full, as in: Strongly Disagree | Somewhat Disagree | Undecided | Somewhat Agree | Strongly Agree With that much text, however, the "Rate" field type generates radio buttons that are spaced too closely together; the cell width is fixed at 40. Is there a way to modify the cell width? Cheers, Dave |
From: David L. <lio...@co...> - 2009-08-27 23:47:41
|
In some surveys, information is presented a few pages into the survey that may make subjects alter their earlier responses on previous pages. Is there a way to hide the Back button to discourage this? Cheers, Dave |
From: Franky V. L. <lie...@te...> - 2009-07-12 09:20:25
|
On Sat, 11 Jul 2009 16:38:37 -0400 "Jim B." <jp...@si...> wrote: > Hello All, > > I took some time to code up a new feature I'm describing as Rate > Labels. Currently, ratings are just numeric values (1,2,3,4,etc). > I've managed to apply a label to each button for each rate response > as shown in this test survey: > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB > > > If there is interest, I can write up how I did it. Basically, I added > a new table (phpesp_question_choice_ranklabels) and coded up a new > layout in admin/include/function/question_render.inc. > > Unfortunately, I was not able to figure out how to add a new table in > the 2.1.2 codebase. I got lost in the XML interface. However, I was > able to add it with native MySQL commands. So, I don't have diffs > for everything at the moment. If someone can help with that, it would > be most appreciated. > > > Best Regards, > Jim B. Hi, this seems nice. Just mail me the mysql differences, I'll code up an xml diff for it. If you want to share the rest, just mail it to me, or log it as a patch on sourceforge so I can review it. Franky |
From: Jim B. <jp...@si...> - 2009-07-12 09:09:54
|
* Jim B. <jp...@si...> [2009-07-11 16:56]: > Hello All, > > I took some time to code up a new feature I'm describing as Rate Labels. > Currently, ratings are just numeric values (1,2,3,4,etc). I've managed > to apply a label to each button for each rate response as shown in this > test survey: > > http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB > Here's a better example: http://surveys.bsdcertification.org/phpESP/public/survey.php?name=CCCC Jim B. |
From: Jim B. <jp...@si...> - 2009-07-11 20:56:19
|
Hello All, I took some time to code up a new feature I'm describing as Rate Labels. Currently, ratings are just numeric values (1,2,3,4,etc). I've managed to apply a label to each button for each rate response as shown in this test survey: http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB If there is interest, I can write up how I did it. Basically, I added a new table (phpesp_question_choice_ranklabels) and coded up a new layout in admin/include/function/question_render.inc. Unfortunately, I was not able to figure out how to add a new table in the 2.1.2 codebase. I got lost in the XML interface. However, I was able to add it with native MySQL commands. So, I don't have diffs for everything at the moment. If someone can help with that, it would be most appreciated. Best Regards, Jim B. |
From: Franky V. L. <lie...@te...> - 2009-05-08 07:44:22
|
On Fri, May 8, 2009 at 3:45 AM, David Liontooth <lio...@co...> wrote: > Hi -- > > I'll try again -- how can I find out which translations / languages are > available? Surely it can't be that had to find out? > > Cheers, > Dave Hi, it's in the source code, and also when you install phpesp. But here you see all the locales without downloading: http://phpesp.svn.sourceforge.net/viewvc/phpesp/trunk/phpESP/locale/ Franky |
From: David L. <lio...@co...> - 2009-05-08 02:21:26
|
Hi -- I'll try again -- how can I find out which translations / languages are available? Surely it can't be that had to find out? Cheers, Dave |
From: Franky V. L. <lie...@te...> - 2009-05-06 19:20:37
|
On Wed, 6 May 2009 17:16:08 +0100 mairead melia <me...@ab...> wrote: > Hi, > > I am a beginner in this space. > > i have an online survey with nearly 3000 respondents phpesp version > 1.8.2 - i am trying to download my results into a CSV file for > analysis using export data function in the management interface . > When i choose to down load i am getting the following error > > fatal error Allowed memory size of 33554432 bytes exhausted - when i > open the csv file. i realise that i am out of memory and i need to > increase the size but i do not know where? or this is what i am > thinking... i have checked my ini file and cannot find where memory > size is set any ideas... > > this question has probably been answered a thousand times but i > cannot find anything on the mailing list either... > > thanks > m This is a php setting, look in your php.ini file for this Btw: we're way further than 1.8.2 ... Franky |