From: Jeff D. <da...@da...> - 2001-11-06 20:55:37
|
On Tue, 06 Nov 2001 21:31:13 +0100 "Tara Star" <te...@cl...> wrote: > > Can anybody help? is PearDB really really broken? > I sent the following reply to you awhile ago, but apparently due to your DNS transients or whatever, its still in the sendmail queue at this end. (Do you have another e-mail address besides @climbtothestars.org I could use in the mean time?) My best guess (which could well be wrong) is that you're running a very old version of MySQL --- at this point I don't think that the PEAR code is the cause of the problem. ===Here's the message waiting in my sendmail queue:=== Hi Tara, It looks like your mysql doesn't like the "USING(id)" syntax, but then again who knows? What version of mysql are you running? Can you try running that query manually (using the 'mysql' program)? ("That query" being: select phpwiki_page.id from phpwiki_nonempty inner join phpwiki_page using(id) where pagename='HomePage'; If that fails, try: select phpwiki_page.id from phpwiki_nonempty inner join phpwiki_page on phpwiki_page.id=phpwiki_nonempty.id where pagename='HomePage'; On Tue, 06 Nov 2001 17:58:46 +0100 "Tara Star" <te...@cl...> wrote: > Tara Star wrote: > > > > http://www.climbtothestars.org/newwiki/ (if you don't get a nasty nasty > > mysql error, it means the problem is fixed) > > > dns is propagating sluggishly. Try http://tara.scdi.org/newwiki/ instead. > > Thanks for your help, I'm still stuck! |