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: Hannan, S. R. \(HSC\) <Sco...@ou...> - 2005-01-18 17:29:40
|
It took a lot of poking around, and a couple of very minor tweaks to the phpESP code, but I have authentication working great in phpESP under Windows 2003 using IIS 6 with PHP 5 (running with compatibility for 4) and MySQL 4.1 =20 In manage.php under the admin directory, I have this: =20 if($ESPCONFIG['auth_design']) { if(!manage_auth( _addslashes(@$_SERVER['PHP_AUTH_USER']), _addslashes(@$_SERVER['PHP_AUTH_PW']))) =20 =20 I have only anonymous authentication turned on... every other auth method is off (Basic, NT, etc) =20 I believe I also added 'addslashes' in a lib include somewhere that passes the username and password into the database, but that is only because I had a password that had a slash in it and it wasn't working. Scott R. Hannan =20 |
From: Matthew G. <gr...@mu...> - 2005-01-16 20:42:27
|
Google reveals this might be the problem: http://bugs.php.net/bug.php?id=25876 On Sun, 2005-01-16 at 02:51 +0000, chh...@UC... wrote: > safari browser on an apple ibook OS X 10.3.7 sees the following error: > > Fatal error: session_start(): Failed to initialize storage module. in > /var/www/html/phpESP/admin/ > manage.php on line 11 > > for > > http://visarts-undergrad.ucsd.edu/phpESP/admin/manage.php > > background: > > this is a fairly stock install of Redhat AS 3 > httpd-2.0.46-44.ent > libghttp-1.0.9-8.1 > redhat-config-httpd-1.1.0-4 > > php-ldap-4.3.2-19.ent > php-mysql-4.3.2-19.ent > php-odbc-4.3.2-19.ent > php-4.3.2-19.ent > php-imap-4.3.2-19.ent > > mysql-3.23.58-2.3 > mysql-server-3.23.58-2.3 > mod_auth_mysql-20030510-1.ent > mysql-devel-3.23.58-2.3 > mysql-bench-3.23.58-2.3 > php-mysql-4.3.2-19.ent > libdbi-dbd-mysql-0.6.5-5 > > php is both recognized by apache and according to the php test page has the correct mysql > modules > load: > > http://visarts-undergrad.ucsd.edu/test.php > > I have mysql installed and running from the command line. databasename, username, > password work > from the command line: > I have put mysql databasename, username, and password in to mysql_create, mysql_populate, > php.ini.php > ran the scripts with sudo just fine no errors > > This is with the 1.7rc1 as well as 1.6.1. only visual differnt is that 1.7 has the error > on line 11 and 1.6 > has it on line 9 > > > any suggestion what I might be missing? any info that might be helpful? > > thanks > Chris > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: <chh...@UC...> - 2005-01-16 02:52:02
|
safari browser on an apple ibook OS X 10.3.7 sees the following error: Fatal error: session_start(): Failed to initialize storage module. in /var/www/html/phpESP/admin/ manage.php on line 11 for http://visarts-undergrad.ucsd.edu/phpESP/admin/manage.php background: this is a fairly stock install of Redhat AS 3 httpd-2.0.46-44.ent libghttp-1.0.9-8.1 redhat-config-httpd-1.1.0-4 php-ldap-4.3.2-19.ent php-mysql-4.3.2-19.ent php-odbc-4.3.2-19.ent php-4.3.2-19.ent php-imap-4.3.2-19.ent mysql-3.23.58-2.3 mysql-server-3.23.58-2.3 mod_auth_mysql-20030510-1.ent mysql-devel-3.23.58-2.3 mysql-bench-3.23.58-2.3 php-mysql-4.3.2-19.ent libdbi-dbd-mysql-0.6.5-5 php is both recognized by apache and according to the php test page has the correct mysql modules load: http://visarts-undergrad.ucsd.edu/test.php I have mysql installed and running from the command line. databasename, username, password work from the command line: I have put mysql databasename, username, and password in to mysql_create, mysql_populate, php.ini.php ran the scripts with sudo just fine no errors This is with the 1.7rc1 as well as 1.6.1. only visual differnt is that 1.7 has the error on line 11 and 1.6 has it on line 9 any suggestion what I might be missing? any info that might be helpful? thanks Chris |
From: Piersante S. <se...@un...> - 2005-01-15 08:06:18
|
I am still tying to setup phpesp 1.6.1 in OS/2 (yes, it is working, but still having problems with gettext). Being quite a PHP dumb, I have troubles understanding the following few lines of code in espi18n.inc ============================= foreach ($_langs as $_lang) { [snip] if (isset($_locales[$_lang])) { $lang = $_lang; [etc] ============================= This is in the esp_setlocale_ex() funtion, and it is where the language would be set according to the browser preferences. $_langs is a string array of languages accepted by the browser, in the form: $_langs[1]= en_US $_langs[2]= en $_langs[3]= it etc so $_lang is a string assuming each of those values in turn. $_locales is also an array of strings, containing all the languages supported by phpesp(contained in the \locale directory). So it has the form: $_locales[1]= da_DK $_locales[2]= de_DE $_locales[3]= en_US etc... So, what $_locales[$_lamg] would mean? Wouldn't the array $_locales expect an integer as the index, rather than a string like $_lang? Accordingly, im my experiments the expression (isset($_locales[$_lang])) never get true, even if the requested language (contained in $_lang) is actually supported and present in $_locales. Thus, $lang remains empty, and the language is always set to the default set in phpesp.ini.php. What am I missing? What is that code actually doing? thanks, Piersante |
From: Matthew G. <gr...@mu...> - 2005-01-13 19:42:52
|
docs directory has some useful information. On Thu, 2005-01-13 at 11:20 -0700, Robyn Marschke wrote: > Can somebody point me to the directions to install phpesp after > downloading? > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Robyn M. <rma...@uc...> - 2005-01-13 18:20:30
|
Can somebody point me to the directions to install phpesp after downloading? |
From: Matthew G. <gr...@mu...> - 2005-01-12 16:09:24
|
On Tue, 2005-01-11 at 15:32 -0500, Christopher Zorn wrote: > Hello, I have two questions. > > First, is it possible to add pictures to questions? I would like to add > a visual aid to a multiple choice question. > Anywhere you can add text you can add <img src=> tags to include images. > Second, when I try to do a Cross Analysis I get the following mysql error: > > Error opening survey. [ ID:79 ] [ You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY A.response_id' at line 7] > I'll look into this. > Any help will be appreciated! > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Piersante S. <se...@un...> - 2005-01-12 10:04:33
|
James E. Flemer wrote: > Under the "PHP Extensions" part of the test page, is "GNU Gettext" a Yes > or No? If it is a No, then the gettext module for PHP is not loaded > (even if you asked it to be). You will not be able to use gettext > features until you can get the module to load. I have no clue about PHP > on OS/2. In fact it looks like a bug in the PHP port: I just discovered that running phpinfo() returns gettext "enabled" when loaded using CGI and "not enabled" when run through the Apache module. This is using the same php.ini, of course :-( > By the way, the list address is php...@li..., > not phpesp-general-admin. ops! my apologies. thanks Piersante |
From: Christopher Z. <zo...@mu...> - 2005-01-11 22:31:13
|
Hello, I have two questions. First, is it possible to add pictures to questions? I would like to add a visual aid to a multiple choice question. Second, when I try to do a Cross Analysis I get the following mysql error: Error opening survey. [ ID:79 ] [ You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY A.response_id' at line 7] Any help will be appreciated! |
From: James E. F. <jf...@uv...> - 2005-01-10 03:37:08
|
Under the "PHP Extensions" part of the test page, is "GNU Gettext" a Yes or No? If it is a No, then the gettext module for PHP is not loaded (even if you asked it to be). You will not be able to use gettext features until you can get the module to load. I have no clue about PHP on OS/2. If you don't need language translation you can run just fine with emulated gettext. By the way, the list address is php...@li..., not phpesp-general-admin. -James Piersante Sestini wrote: > I am running apache2 and php 4.3.10 with gettext, mysql and gd > extensions enabled. > > The test.php script confirms that I do have gd and mysql, but gettext > fails and is reported as "emulated". > > What does that means exactly? Is that a bug in my PHP (I use OS/2, not > very popular nowadays) or there is something that I can do to fix it? I > know that GNU gettext binaries are available for os/2: should I install > it somehow? > > thanks, > Piersante |
From: Kent V. <kvi...@up...> - 2005-01-06 15:39:20
|
Hi Folks, I'm trying to cross tabulate two items in my survey but for some reason, the second question does not have any of the check boxes I need to select it for cross tablulation. The first question is a "radio button" question, the second is a "rate (1.5)" type question. I want to know, how the selections of the first question impacted the selection of the other question (for example, the first question was staff, student, faculty - the other question had several choices, like newspaper, bookmarks, presentations - I want to know how many people who chose staff also chose newspaper and that sort of thing!) I'm getting really frustrated trying to find this answer Best Regards Kent -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Kent Villard KVI...@UP... IT Resource Developer University of PEI Charlottetown, Prince Edward Island, Canada C1A 4P3 =-= Voice: (902) 566-0941 Fax: (902) 566-0917 =-= "You can have it cheap, quick or working; choose two" |
From: Milagros M. <sw...@ya...> - 2004-12-29 18:00:32
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFF8" text="#75FD0D"><p><a href="http://gyu.nhgaembl.info/?ewMMMjfIOil1_2Knklfojl"><IMG SRC="cid:part1.02000507.05080905@zqu...@ya..." border="0" ALT=""></a></p><p><font color="#FFFFFC">Nascar in court? Witchcraft I'm terribly sorry,</font></p><p><font color="#FFFFF2">Samsung AOL</font></p></body></html> |
From: Sunil J. <pav...@co...> - 2004-12-24 09:13:41
|
Matt: Thx for the response. I thought so myself. But this would be a good functionality to have, just for collection of name and address. This way the program can be used to create even a small customer response survey, for example, or a customer enquiry form. -sunil Begin forwarded message: > You can't combine questions on the survey itself, but you should be > able > to combine them after you export to CSV. > > On Thu, 2004-12-23 at 05:52 -0500, Sunil Joshi wrote: >> How can I group a set of questions, under one question? eg. if I >> wanted the person to fill out their name and address, it makes no >> sense >> to have them fill out a separate question for first name, last name, >> address 1, etc. >> >> is this possible? >> www.jayateas.com >> PREMIUM TEAS FROM THE HIGHLANDS >> www.jayateas.com PREMIUM TEAS FROM THE HIGHLANDS |
From: Matthew G. <gr...@mu...> - 2004-12-23 14:53:57
|
You can't combine questions on the survey itself, but you should be able to combine them after you export to CSV. On Thu, 2004-12-23 at 05:52 -0500, Sunil Joshi wrote: > How can I group a set of questions, under one question? eg. if I > wanted the person to fill out their name and address, it makes no sense > to have them fill out a separate question for first name, last name, > address 1, etc. > > is this possible? > www.jayateas.com > PREMIUM TEAS FROM THE HIGHLANDS > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Sunil J. <pav...@co...> - 2004-12-23 10:59:16
|
How can I group a set of questions, under one question? eg. if I wanted the person to fill out their name and address, it makes no sense to have them fill out a separate question for first name, last name, address 1, etc. is this possible? www.jayateas.com PREMIUM TEAS FROM THE HIGHLANDS |
From: Matthew G. <gr...@mu...> - 2004-12-11 21:37:53
|
It's not possible to do this currently. However the CSV export of results will contain the IP address of the survey response. You could use that to "limit" the responses. On Fri, 2004-12-10 at 22:02 -0700, Erek Dyskant wrote: > Hi All, > I would like to create a public survey (no http auth required) > but only allow one response per IP address. > How would I go about doing this? > > Regards, > Erek > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Erek D. <er...@nb...> - 2004-12-11 05:02:55
|
Hi All, I would like to create a public survey (no http auth required) but only allow one response per IP address. How would I go about doing this? Regards, Erek |
From: Roman Y. <Ro...@ss...> - 2004-12-08 20:32:05
|
Kent, What type of questions you are cross analyzing. Not all types are fitted = for cross analysis. I can't remember the exact ones and don't access to phpESP right this = second. Roman -----Original Message----- From: php...@li... on behalf of Kent = Villard Sent: Wed 12/8/2004 21:07 To: php...@li... Subject: [phpesp-general] Cross Tabulation problems =20 Hi Folks, When I try to cross tabulate my survey results I get this error: Error opening survey. [ ID:2 ] [ You have an error in your SQL syntax=20 near ') ORDER BY A.response_id' at line 7] Odd... Any suggestions phpESP 1.6.1 Kent --=20 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D Kent Villard KVI...@UP... IT Resource Developer University of PEI Charlottetown, Prince Edward Island, Canada C1A 4P3 =3D-=3D Voice: (902) 566-0941 Fax: (902) 566-0917 =3D-=3D "You can have it cheap, quick or working; choose two" |
From: Kent V. <kvi...@up...> - 2004-12-08 19:07:31
|
Hi Folks, When I try to cross tabulate my survey results I get this error: Error opening survey. [ ID:2 ] [ You have an error in your SQL syntax near ') ORDER BY A.response_id' at line 7] Odd... Any suggestions phpESP 1.6.1 Kent -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Kent Villard KVI...@UP... IT Resource Developer University of PEI Charlottetown, Prince Edward Island, Canada C1A 4P3 =-= Voice: (902) 566-0941 Fax: (902) 566-0917 =-= "You can have it cheap, quick or working; choose two" |
From: Aaron A. <li...@fr...> - 2004-12-03 18:49:46
|
Are there any known issues with phpESP and mysql 4.1? -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com |
From: James E. F. <jf...@uv...> - 2004-12-02 06:13:05
|
Which is a somewhat obfuscated way of saying that you might need to change the extension on the page from ".html" to ".php". -James Matthew Gregg wrote: > The page you're adding the "<?php $sid=SID; $results=1; > include('/home/mpmitri/public_html/poll1/public/handler.php'); ?>" > must be a PHP page that your web server will execute. So for example if > your current home page is index.html and your web server servers .html > pages as static html then the PHP include will fail. > > On Wed, 2004-12-01 at 18:44 -0800, Michael Mitri wrote: > >>I can not insert the survey into an existing pag. I have placed the >>PHP tag in the HTML page but it dose not work...all i get is the >>script. I have been trying to do this for three days 8 houres each >>day. I have no clue what i am doing. All I want to do is have the >>phpESP placed on my homepage. This is the second software that I have >>tryed...my main problem is that i have no clue hoe to work >>with .php....ggggrrrrr im going crazy >> >>The HELP page makes it sound so easy "If you would like to insert the >>(real-time) results of a survey into a web page, use the following PHP >>code.<?php $sid=SID; $results=1; >>include('/home/mpmitri/public_html/poll1//public/handler.php'); ?> " >> >>I tryed that but it dose not work. >> >>Yes I am a newbie. Mike >> >> > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Matthew G. <gr...@mu...> - 2004-12-02 02:57:49
|
The page you're adding the "<?php $sid=SID; $results=1; include('/home/mpmitri/public_html/poll1/public/handler.php'); ?>" must be a PHP page that your web server will execute. So for example if your current home page is index.html and your web server servers .html pages as static html then the PHP include will fail. On Wed, 2004-12-01 at 18:44 -0800, Michael Mitri wrote: > I can not insert the survey into an existing pag. I have placed the > PHP tag in the HTML page but it dose not work...all i get is the > script. I have been trying to do this for three days 8 houres each > day. I have no clue what i am doing. All I want to do is have the > phpESP placed on my homepage. This is the second software that I have > tryed...my main problem is that i have no clue hoe to work > with .php....ggggrrrrr im going crazy > > The HELP page makes it sound so easy "If you would like to insert the > (real-time) results of a survey into a web page, use the following PHP > code.<?php $sid=SID; $results=1; > include('/home/mpmitri/public_html/poll1//public/handler.php'); ?> " > > I tryed that but it dose not work. > > Yes I am a newbie. Mike > > |
From: Michael M. <mp...@ya...> - 2004-12-02 02:44:45
|
I can not insert the survey into an existing pag. I have placed the PHP tag in the HTML page but it dose not work...all i get is the script. I have been trying to do this for three days 8 houres each day. I have no clue what i am doing. All I want to do is have the phpESP placed on my homepage. This is the second software that I have tryed...my main problem is that i have no clue hoe to work with .php....ggggrrrrr im going crazy The HELP page makes it sound so easy "If you would like to insert the (real-time) results of a survey into a web page, use the following PHP code.<?php $sid=SID; $results=1; include('/home/mpmitri/public_html/poll1//public/handler.php'); ?> " I tryed that but it dose not work. Yes I am a newbie. Mike |
From: Matthew G. <gr...@mu...> - 2004-11-24 16:20:11
|
You most likely have php running as CGI instead of an Apache module. phpESP can't authenticate properly with php running as CGI. Search the list archives for more info and a work around. On Wed, 2004-11-24 at 10:59 -0500, Pons, Lisa (ponslm) wrote: > I cant login after installation. > > I've read through some posting and am having the same trouble as others.I > get the 401 Unauthorized page... > > I am entering root/esp... all lower case. > > If I edit the config file, and turn off authorizations, no problem. But of > course, I cant use it that way. > > How can I get in and manage users? Can I create a new superuser right in > mysql? > > Lisa Pons-Haitz > > Webmaster > University Libraries > University of Cincinnati > lis...@uc... > (513)556-1431 > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Pons, L. (ponslm) <PO...@UC...> - 2004-11-24 16:08:34
|
Not sure what happened, but I deleted the mysql database, then recreated it, ran all the sql files (including the update one, which I didnt do before), and then reinstalled phpesp and changed config file, and all is well. Thanks! Lisa Pons-Haitz Webmaster University Libraries University of Cincinnati lis...@uc... (513)556-1431 |