From: Joel U. <uck...@no...> - 2001-06-14 09:07:54
|
Quoth J C Lawrence: > On Thu, 14 Jun 2001 02:51:44 -0500 > Joel Uckelman <uck...@no...> wrote: > > > http://www.nomic.net/~test/phpwiki/index.php > > MySQL errors. > > -- > J C Lawrence cl...@ka... > ---------(*) http://www.kanga.nu/~claw/ > The pressure to survive and rhetoric may make strange bedfellows Odd. I can see there were errors from the log, but it isn't very illuminating as to what they were. I've had no trouble accessing the test Wiki from two computers that its not running on, one being my desktop system, and the other a box in a different domain that I have a shell account on. What did it tell you? -- J. |
From: J C L. <cl...@ka...> - 2001-06-14 08:24:17
|
On Thu, 14 Jun 2001 02:51:44 -0500 Joel Uckelman <uck...@no...> wrote: > http://www.nomic.net/~test/phpwiki/index.php MySQL errors. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ The pressure to survive and rhetoric may make strange bedfellows |
From: Steve W. <sw...@pa...> - 2001-06-14 14:11:06
|
I had no MySQL errors. JC, this looks really great so far. ~swain On Thu, 14 Jun 2001, Joel Uckelman wrote: > Quoth J C Lawrence: > > On Thu, 14 Jun 2001 02:51:44 -0500 > > Joel Uckelman <uck...@no...> wrote: > > > > > http://www.nomic.net/~test/phpwiki/index.php > > > > MySQL errors. > > > > -- > > J C Lawrence cl...@ka... > > ---------(*) http://www.kanga.nu/~claw/ > > The pressure to survive and rhetoric may make strange bedfellows > > Odd. I can see there were errors from the log, but it isn't very illuminating as to what they were. I've had no trouble accessing the test Wiki from two computers that its not running on, one being my desktop system, and the other a box in a different domain that I have a shell account on. What did it tell you? > > -- > J. > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
From: J C L. <cl...@ka...> - 2001-06-14 15:35:56
|
On Thu, 14 Jun 2001 04:07:48 -0500 Joel Uckelman <uck...@no...> wrote: > Quoth J C Lawrence: >> MySQL errors. > Odd. I can see there were errors from the log, but it isn't very > illuminating as to what they were. I've had no trouble accessing > the test Wiki from two computers that its not running on, one > being my desktop system, and the other a box in a different domain > that I have a shell account on. What did it tell you? Odd. I could not visit a page last night without it being riddled with MySQL errors mostly related to being unable to access the DB etc. Today, everything is fine. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ The pressure to survive and rhetoric may make strange bedfellows |
From: Sergio A. K. <ser...@ho...> - 2001-06-14 18:24:36
|
----- Original Message ----- From: "J C Lawrence" <cl...@ka...> > Odd. I could not visit a page last night without it being riddled > with MySQL errors mostly related to being unable to access the DB > etc. Today, everything is fine. mysql "features" ... (sorry, couldn't resist) /sergio |
From: J C L. <cl...@ka...> - 2001-06-15 05:40:40
|
On Thu, 14 Jun 2001 15:29:05 -0300 Sergio A Kessler <ser...@ho...> wrote: > ----- Original Message ----- From: "J C Lawrence" <cl...@ka...> >> Odd. I could not visit a page last night without it being >> riddled with MySQL errors mostly related to being unable to >> access the DB etc. Today, everything is fine. > mysql "features" ... Yeah, I'm slowly moving everything off MySQL here. I've had enough of ISM files getting silently trashed and having to rebuild from replay logs (almost a dozen times this year alone). PostgresQL hasn't dropped a byte. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ The pressure to survive and rhetoric may make strange bedfellows |
From: Sergio A. K. <ser...@ho...> - 2001-06-15 14:24:06
|
----- Original Message ----- From: "J C Lawrence" <cl...@ka...> > >> Odd. I could not visit a page last night without it being > >> riddled with MySQL errors mostly related to being unable to > >> access the DB etc. Today, everything is fine. > > > mysql "features" ... > > Yeah, I'm slowly moving everything off MySQL here. I've had enough > of ISM files getting silently trashed and having to rebuild from > replay logs (almost a dozen times this year alone). PostgresQL > hasn't dropped a byte. yup, I also started with mysql, and got to a point where I begin hating it, then I look to postgresql, from there I never come back to mysql... /sergio |
From: J C L. <cl...@ka...> - 2001-06-15 18:24:43
|
On Fri, 15 Jun 2001 11:28:35 -0300 Sergio A Kessler <ser...@ho...> wrote: > yup, I also started with mysql, and got to a point where I begin > hating it, then I look to postgresql, from there I never come back > to mysql... The fact that the Wiki-esque thing I'm working on is full of three and four way joins and is rather write happy along with other SQl nastiness encouraged the decision to drop MySQL. Too light weight. -- J C Lawrence cl...@ka... ---------(*) http://www.kanga.nu/~claw/ The pressure to survive and rhetoric may make strange bedfellows |
From: Joel U. <uck...@el...> - 2005-04-18 18:28:46
|
> Thus spake Alan Hoyle: > > Hi all, > > > > I've done a few searches for answers online, but the archives for PHPWiki > > list at sourceforge appear to be down (along with the entire search > > capability at sf.net).... > > > > Anyway, I was happily running PHPWiki 1.3.x on RedHat 9.0 for a long time > > and finally got fed up with the lack of updates. So, I upgraded to Fedora > > Core 3. I discovered that the default installation of PHP didn't include > > GDBM support, so I installed the php-4.3.11-2.4.src.rpm, edited the spec > > file to add the --with-gdbm and --enable-dba options, recompiled, and > > reinstalled PHP. restarted Apache, and I'm now getting the following > > error message: > > > > lib/DbaDatabase.php:54: Error[256]: dba_open(/home/alanh/html/wiki/pages > /p > > agedb.gdbm,c): Driver initialization failed for handler: gdbm: File open er > ro > > r > > file: /home/alanh/html/wiki/pages/pagedb.gdbm > > mode: c > > handler: gdbm > > > > I don't think this is a permissions problem: > > > > $ ls -l /home/alanh/html/wiki/pages/pagedb.gdbm > > -rwxrwxrwx 1 apache apache 1024021 Apr 13 08:46 /home/alanh/html/wiki/page > s/ > > pagedb.gdbm* > > > > Any suggestions as to what to try? > > > > Again, I apologize if this has been answered in the past. > > > > -alan > > The default Fedora build of php no longer has gdbm support. Re-enabling > gdbm support is very easy, though: > > 1. Get the source rpm for php. > 2. Install it: rpm -i php-4.x.yy-z.src.rpm > 3. Find the line in php.spec that says '--without-gdbm \' and change that > to '--with-gdbm \'. > 4. rpmbuild -bb php.spec > 5. Install the php packages you just built. That's what I get for trying to answer mail in a lab that's 90+ deg F. Ignore me, I'm answering a question you didn't ask. |