Ich soll für einen Freund ein phpBB Forum auf Cybton installieren. Nur habe ich jetzt das Problem, dass ich das Datenbank-Backup von Lycos nicht auf Cybton einspielen kann:
Code: Alles auswählen
Error at the line 68171: ((secure) ? "; secure" : "");
Query: function setCookie(name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
MySQL: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' function setCookie(name
Stopped on error