s9y-0.9.1
Posted: Sun Dec 18, 2005 12:21 am
I upgraded one of my tow virtual sites to this. It was working fine. Then recently I upgraded to PHP-5.1.1 from PHP5.0.5
I don't know if the effect was immediate but now I get an error on my 2nd virtual site.
I don't know if this related but I'm also experiences loading loops when I visit some sites... it's happening as I type this...the firesfox indicator is indicating that the , in this cas, that this site has not completly loaded ! ?
the serendipty error listes on the web browser:
Query failed
SELECT
e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,
a.realname AS author,
a.email
, e.body, e.extended
FROM
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
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 isdraft = 'false' AND e.timestamp <= '1134861068' AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL
)
)
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'wwt.serendipity_entries' doesn't exist
Please comment if you have any ideas
thank you
I don't know if the effect was immediate but now I get an error on my 2nd virtual site.
I don't know if this related but I'm also experiences loading loops when I visit some sites... it's happening as I type this...the firesfox indicator is indicating that the , in this cas, that this site has not completly loaded ! ?
the serendipty error listes on the web browser:
Query failed
SELECT
e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,
a.realname AS author,
a.email
, e.body, e.extended
FROM
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
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 isdraft = 'false' AND e.timestamp <= '1134861068' AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL
)
)
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'wwt.serendipity_entries' doesn't exist
Please comment if you have any ideas
thank you