Wo soll ich den Fehler suchen.?Couldn't update forum information
DEBUG MODE
SQL Error : 1064 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 '1, prune_enable = 0 WHERE forum_id = 4' at line 2
UPDATE phpbb_forums SET forum_name = 'Test Forum', cat_id = 2, forum_desc = '', forum_status = 0, forum_icon = 'New.gif',show_quickreply = 1, 1, prune_enable = 0 WHERE forum_id = 4
Line : 457
File : admin_forums.php
Forum Icon with ACP Control / SQL Error
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Forum Icon with ACP Control / SQL Error
Forum_Icon_V1.0.4_en.txt , ohne extra
Hi ...
Der Fehler ist in der admin_forums.php
Wenn du den Fehler nicht findest verlinke einfach die komplette Datei als txt-Datei.
KB:datei
Markus
Der Fehler ist in der admin_forums.php
Wenn du den Fehler nicht findest verlinke einfach die komplette Datei als txt-Datei.
KB:datei
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Danke für die schnelle Hilfe.
Zuletzt geändert von mixmax am 26.10.2005 22:40, insgesamt 1-mal geändert.
Hi ...
hast du einen QuickReply MOD installiert? Wenn ja welchen denn?
Markus
hast du einen QuickReply MOD installiert? Wenn ja welchen denn?
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Hi ...
der Quick Reply wars ... da ist was doppelt drin ...
suche:
ersetze mit:
Markus
der Quick Reply wars ... da ist was doppelt drin ...
suche:
Code: Alles auswählen
$sql = "UPDATE " . FORUMS_TABLE . "
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", forum_icon = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "',show_quickreply = " . intval($HTTP_POST_VARS['show_quickreply']) . ", " . intval($HTTP_POST_VARS['show_quickreply']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . "
Code: Alles auswählen
$sql = "UPDATE " . FORUMS_TABLE . "
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", forum_icon = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "', show_quickreply = " . intval($HTTP_POST_VARS['show_quickreply']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . "
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Bei mir gibt's diesbezüglich auch Probleme.
Was soll ich tun ??Couldn't update forum information
DEBUG MODE
SQL Error : 1054 Unknown column 'show_quickreply' in 'field list'
UPDATE phpbb_forums SET forum_name = 'Allgemein', cat_id = 1, forum_desc = 'Allgemeine Infos, Rennen und Strecken rund um den F1-Zirkus', forum_status = 0, forum_icon = '', show_quickreply = 0, prune_enable = 0 WHERE forum_id = 2
Line : 451
File : admin_forums.php
...aller Anfang ist schwer....
Hi ....
hast du die db_update.php ausgeführt?
Markus
hast du die db_update.php ausgeführt?
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen