Kategorie: PHP

Ein Fehler der bei mir nach „CREATE TABLE …“ sql auftrat. Einizge schnell funktionierende Lösung: 1.) Gesamte DB als sql exportieren oder besser mit MySQL-Dumper ein Backup erstellen. 2.) Neue DB anlegen. SQL Importieren bzw. MySQL-Dumper: Wiederherstellen. 3.) Problem gelöst: CREATE TABLE wird nun funktionieren.

Posted on: 10. Juni 2012
Categories: PHP

Wer folgende Meldung bekommt: Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively in …

Read more »

Posted on: 22. November 2011
Categories: PHP Snippets