version 1.3 alpha 1??

Having trouble installing serendipity?
Post Reply
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

version 1.3 alpha 1??

Post by Don Chambers »

Garvin - I downloaded the 1.2 beta 4 zipfile from here: http://prdownloads.sourceforge.net/php- ... p?download

It started an install process notifying that the upgrade would be 1.3 alpha 1, which was the first thing to catch my attention. Once complete, I get the following for content:
Query failed:

SELECT count(e.id) AS orderkey


FROM
serendipity_entries AS e
LEFT OUTER JOIN serendipity_entryproperties ep_no_frontpage
ON (e.id = ep_no_frontpage.entryid AND ep_no_frontpage.property = 'ep_no_frontpage')
LEFT OUTER JOIN serendipity_entryproperties ep_cache_extended
ON (e.id = ep_cache_extended.entryid AND ep_cache_extended.property = 'ep_cache_extended')
LEFT OUTER JOIN serendipity_entryproperties ep_cache_body
ON (e.id = ep_cache_body.entryid AND ep_cache_body.property = 'ep_cache_body')
LEFT OUTER JOIN serendipity_entryproperties ep_access
ON (e.id = ep_access.entryid AND ep_access.property = 'ep_access') LEFT JOIN serendipity_authorgroups AS acl_a
ON acl_a.authorid = 0
LEFT JOIN serendipity_access AS acl_acc
ON ( acl_acc.artifact_mode = 'read'
AND acl_acc.artifact_type = 'category'
AND acl_acc.artifact_id = c.categoryid
)
WHERE e.timestamp >= 1183266000 AND e.timestamp <= 1185944399 AND isdraft = 'false' AND e.timestamp <= 1184606100 AND (ep_access.property IS NULL OR ep_access.value = 'public') AND (ep_no_frontpage.property IS NULL OR ep_no_frontpage.value != 'true') AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL

)
)

ORDER BY orderkey DESC, timestamp DESC


/ Unknown column 'c.categoryid' in 'where clause'
I overwrote the files with beta 3 and it works again, just wanted to bring both the 1.3 alpha 1 issue, as well as the error, to your attention.
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: version 1.3 alpha 1??

Post by garvinhicking »

Hi!

Thanks! Indeed this was a major fuckup on my side. I created the wrong beta4 zipfile. :-(

I will regenerate it properly. However, you stumbled accross a bug in the 1.3 alpha1 version which I'll try to fix together with grischa.

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/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: version 1.3 alpha 1??

Post by Don Chambers »

garvinhicking wrote:Hi!

Thanks! Indeed this was a major fuckup on my side. I created the wrong beta4 zipfile. :-(
OMG - does this mean you are actually human, like the rest of us??? LMAO!!
I will regenerate it properly. However, you stumbled accross a bug in the 1.3 alpha1 version which I'll try to fix together with grischa.

Regards,
Garvin
I'll download it again once you have regenerated beta 4. Error detection on 1.3 was just a side-benefit I guess!!!
=Don=
Post Reply