Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/include/plugin_api.inc.php on line 560

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 469

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 538

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 896

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 400

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 444

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/bundled-libs/HTTP/Request.php on line 240

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/bundled-libs/HTTP/Request.php on line 337

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/bundled-libs/HTTP/Request.php on line 630

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/bundled-libs/HTTP/Request.php on line 653

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 585

Deprecated: Function split() is deprecated in /var/www/larpblog.de/data/plugins/serendipity_event_randomblogdescription/serendipity_event_randomblogdescription.php on line 81
Query failed:
SELECT 
                    ep_sticky.value AS orderkey,

                    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.username AS loginname,
                    a.email
                     , e.body, e.extended
                     
                FROM
                    larpblog_entries AS e
                    LEFT JOIN larpblog_authors a
                        ON e.authorid = a.authorid
                    LEFT JOIN larpblog_entrycat ec
                        ON e.id = ec.entryid
                    LEFT JOIN larpblog_category c
                        ON ec.categoryid = c.categoryid
                    INNER JOIN larpblog_entrytags AS entrytags ON (e.id = entrytags.entryid)  LEFT OUTER JOIN larpblog_entryproperties ep_access
                                              ON (e.id = ep_access.entryid AND ep_access.property = 'ep_access')
 LEFT JOIN larpblog_entryproperties ep_sticky
                                            ON (e.id = ep_sticky.entryid AND ep_sticky.property = 'ep_is_sticky') LEFT JOIN larpblog_authorgroups AS acl_a
                                   ON acl_a.authorid = 0
                            LEFT JOIN larpblog_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 <= 1337739000 AND entrytags.tag = 'kampfÿ pfeile'   AND  (ep_access.property IS NULL OR ep_access.value = 'public')  AND     (
                                 c.categoryid IS NULL
                                 OR ( acl_acc.groupid = 0)
                                 OR ( acl_acc.artifact_id IS NULL
                                      
                                    )
                               )
                     GROUP BY e.id
                     
                     ORDER BY orderkey DESC, timestamp DESC
                      LIMIT 15
/ Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='