SQL code displayed after upgrade from 0.7 to 0.8

Having trouble installing serendipity?
Post Reply
mattcave

SQL code displayed after upgrade from 0.7 to 0.8

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: SQL code displayed after upgrade from 0.7 to 0.8

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mattcave
Regular
Posts: 5
Joined: Thu Mar 03, 2005 8:52 am

Post 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.
mattcave
Regular
Posts: 5
Joined: Thu Mar 03, 2005 8:52 am

Post by mattcave »

In fact, I just grabbed the latest version from CVS because I'm impatient! All fixed now, thanks a lot.
Post Reply