Page 1 of 1

SQL code displayed after upgrade from 0.7 to 0.8

Posted: Thu Mar 03, 2005 8:51 am
by mattcave
Hi,
I've just upgraded from 0.7.1 to the latest snapshot (0.8-alpha13). Looks super-slick from what I've seen so far, and the upgrade procedure is excellent, a real credit to the developers. I've got one little hiccup. My pages are displaying the SQL code used to locate my plugins. Namely...

Code: Select all

SELECT * from serendipity_plugins WHERE placement = 'left' ORDER BY placement, sort_order
in the left pane and equivalent code in the right pane. It also shows code for the events query at the bottom of the page. I've had a search through the forum and can't find anyone else having had the same problem. I can't see anything glaringly obvious in the code either, although I don't really know what I'm looking for. Any ideas?

Thanks,

Matt

Re: SQL code displayed after upgrade from 0.7 to 0.8

Posted: Thu Mar 03, 2005 11:46 am
by garvinhicking
Yes, this was a sad bug which slipped in to CVS during the 30 minutes between a CVS update and the snapshot generation. Todays snapshot will no longer contain the debug code.

Regards,
Garvin

Posted: Thu Mar 03, 2005 12:27 pm
by mattcave
Thanks Garvin, I suspected it could be something like that, but wanted to rule out the possibility of me having done something silly to enable debugging or something. No problem, I'll upgrade to the latest snapshot tomorrow.

Posted: Thu Mar 03, 2005 12:40 pm
by mattcave
In fact, I just grabbed the latest version from CVS because I'm impatient! All fixed now, thanks a lot.