Page 1 of 1

version 1.3 alpha 1??

Posted: Mon Jul 16, 2007 7:21 pm
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.

Re: version 1.3 alpha 1??

Posted: Tue Jul 17, 2007 10:28 am
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

Re: version 1.3 alpha 1??

Posted: Tue Jul 17, 2007 4:28 pm
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!!!