Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
QMPDClient ist ein Client für den MPD, der mich immer beim arbeiten unterstützt. Für den gibt es aber leider keinen Installer mehr, nur noch eine Zip-Datei. Das funktioniert zwar, ist aber für den normalen Benutzer etwas unhandlich.
Da ich auch keine Lust hatte, von Hand Startmenüeinträge und so anzulegen habe ich mir mit dem WiX Toolset einen kleinen MSI-Installer gebaut.
Hmm, gerade wollte ich mal wieder einen Eintrag schreiben. Serendipity wollte mich aber nicht in die Administrationsoberfläche lassen Da ich gerade ein Upgrade hinter mir habe, war der Gedanke, daß sich das Schema geändert hat.
Nach folgenden Zeilen SQL ging es dann wieder:
ALTER TABLE PREFIX_authors ADD COLUMN hashtype int(1);
ALTER TABLE PREFIX_authors CHANGE password password VARCHAR(64) NOT NULL;
Dabei muss man noch durch das aktuell verwendete Datenbankprefix ersetzen. Standardmässig ist das s9y
Um Rechner über as Netzwerk zu installieren (sprich mit WDS) braucht das Startimage die Netzwerktreiber. Auf einem Laptop mit Broadcom LAN-Karte war der aber nicht verfügbar. Allerdings ist es auch nicht schwer, die Treiber nachzuinstallieren, nur hilft das vielfach empfohlene peimg nicht weiter. Das Tool der Wahl heißt dism. Es ist im aktuellen WAIK für Windows 7 enthalten, kann aber auch Windows Vista und die dazu passenden Server bearbeiten.
Ein Leser des älteren Artikels über OpenVPN und Windows 7 hat mich darauf hingewiesen, daß die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man hier runterladen.
Ein Leser des älteren Artikels über OpenVPN und Windows 7 hat mich darauf hingewiesen, daß die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man hier runterladen.
Heute gerade auf The Daily WTF gelesen: Microsoft unterstützt junge und kleine Webentwicklerfirmen mit Software. Das Programm nennt sich WebsiteSpark. Vom Namen her erinnert das an DreamSpark für Studenten. Das ist allerdings ganz umsonst.
WebsiteSpark ist in den ersten drei Jahren umsonst, danach fällt eine Gebühr von 999$/Jahr an. Auch das Verlassen des Programms ist nicht kostenlos, das kostet 100$.
Dafür wird einem aber auch was geboten:
3x Visual Studio Pro
1x Expression Studio
2x Expression Blend
4x Windows Web Server 2008
und noch ein paar Dinge mehr
Um sich registrieren zu können muß man normalerweise einige andere Vorbedingungen erfüllen. TDWTF gibt Registrierungscodes heraus, mit denen sich das umgehen läßt. Die gibt's hier .
Als Passwortmanager benutze ich KeePass. Er bietet viele Funktionen, die andere Programme nicht bieten, wie zum Beispiel die Überwachung der Zwischenablage. Andere Programme löschen sie typischerweise einfach nach einer bestimmten Zeit. Leider kann das die neue Version (2.0*) noch nciht, aber ich bin mir sicher, daß wird noch kommen. Leider muß man immer seine Passwort-Datenbank dabei haben. Zwar gbt es auch eine Version für mein Handy, aber das habe ich auch nicht immer dabei.
Die Lösung, wenn auch nur experimentell, war, einen ASPX-Anwendung zu bauen, die die Datenbanken öffnen kann. Damit auch nicht jeder mitlesen kann tut der nur bei mir im Geschäft
Ich wollte gerade eine Kopie von Windows Server 2008 aktivieren, allerdings auf einem Rechner ohne Internetzugang. Die Aktivierung per Telefon hat mir Windows leider nicht angeboten. Aber der MS-Support hat weitergeholfen. Der Schlüssel zur Lösung des Problems ist der Lizenzmanager slui.exe
In den nächsten Tagen wird mein alter Server auf einen neuen Server umgezogen. Dabei kann es passieren, daß diese Seite für kurze Zeit nicht erreichbar ist. Davon betroffen sind auch
Für einen Netzwerkserver, der in regelmäßigen Abständen ein Broadcast verschickt, brauchte ich seine aktuelle IP-Adresse. Es gibt im Internet mehrere Tutorials, die sich damit beschäftigen, aber der typische Weg ist beim DNS nach seinem eigenen Hostnamen zu fragen.
Ideal ist das nicht, da man typischerweise genau eine Adresse bekommt. Allerdings bietet .Net da auch deutlich mehr.
Nachdem die FritzBox 7270 nativ IPv6 kann, wollte ich das natürlich mal ausprobieren. Dazu wollte ich natürlich meinen eigenen Server benutzen. Leider verlangt Hetzner zur Zeit noch 29,-€ pro Monat für eine IPv6-Adresse, das ist natürlich etwas teuer. Aber es gibt auch Alternativen, vornehmlich 6to4 und IPv6-Tunnel.
Da ich keine 6to4 benutzen wollte, habe ich mich für einen Tunnel entschieden. Für Tunnel gibt es mehrere Anbieter
Heute konnte ich mich auf meinem Windows 2003 Server nicht anmelden. Als Fehler bekam ich die aussagekfäftige Fehlermeldung "Da der Anmeldedienst auf diesem Computer nicht gestartet wurde, können Sie sich nicht anmelden." Warum er nicht gestartet wurde ist nicht klar. Ich kann den Computer aber nicht freundlich fragen, sich neuzustarten.
Exceptions kennzeichnen unerwartete Zustände eines Programms. Als Programmierer kann man aber nicht alle Exceptions vorhersehen. Daes auch aus Debuggingsicht nicht sinnvoll ist, alle Exceptions in einen Try-Catch-Block zu stecken, kommen hin und wieder auch welche zum Benutzer.
Dies ist relativ unschön, vor allem, wenn die standard Windows-Fehlermeldung erscheint. Da macht es einen viel besseren Eindruck, wenn das Programm direkt anbietet, dem Entwickler den Fehler mitzuteilen.
« vorherige Seite
(Seite 1 von 4, insgesamt 58 Einträge)
nächste Seite »
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::generate_plugins() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 603
Strict Standards: Non-static method serendipity_plugin_api::enum_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 818
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 831
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 873
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Kalender
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_internal.inc.php on line 210
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 724
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 739
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 741
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 1284
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 771
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_plugin_gallery_menalto_random/serendipity_plugin_gallery_menalto_random.php on line 138
Sie benutzen IPv4 um diese Seite anzuschauen. IPv6 benutzen
Getaggte Artikel
Strict Standards: Non-static method serendipity_event_freetag::displayTags() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_plugin_freetag.php on line 220
Strict Standards: Non-static method serendipity_event_freetag::renderTags() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 524
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_internal.inc.php on line 1413
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Tracker
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_config.inc.php on line 519
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::enum_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 956
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_spartacus::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_unstrip_tags::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_emoticate::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_emoticate::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_statistics::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_statistics::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_browsercompatibility::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_fckeditor::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_mailentry::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_weblogping::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_randomblogdescription::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_lightbox::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_lightbox::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_dpsyntaxhighlighter::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_mobile_output::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_entryproperties::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_config.inc.php on line 519
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/serendipity_config.inc.php on line 406
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 32
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 35
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 36
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 355
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 464
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 997
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012