mal wieder subforums
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.
mal wieder subforums
ich trau mich schon fast nicht zu fragen, komme aber einfach nicht weiter!
ich habe erst eXtreme Styles mod installiert. kein problem. dann kam Easy Sub-Forums. das ging auch noch. einfach alles einfügen!
nur kann ich mit
#-----[ SQL ]-------------------------------------------------
#
# If your phpbb table prefix is different, then change it to
# reflect the correct one.
#
#
ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id);
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;
nichts anfangen. ich bin auf meine homepage via phpmyadmin gegangen und habe nach "phpbb_topics" gesucht. dann auf einfügen. nur was soll ich mit "NDEX (topic_last_post_id);" anfangen?
kann mir jemand weiterhelfen?
danke negroni
ich habe erst eXtreme Styles mod installiert. kein problem. dann kam Easy Sub-Forums. das ging auch noch. einfach alles einfügen!
nur kann ich mit
#-----[ SQL ]-------------------------------------------------
#
# If your phpbb table prefix is different, then change it to
# reflect the correct one.
#
#
ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id);
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;
nichts anfangen. ich bin auf meine homepage via phpmyadmin gegangen und habe nach "phpbb_topics" gesucht. dann auf einfügen. nur was soll ich mit "NDEX (topic_last_post_id);" anfangen?
kann mir jemand weiterhelfen?
danke negroni
Hallo.
Das ist eine SQL anweißung. Du musst auf sql klicken und den code dort einfügen.
Oder diese Dateirunterladen, ins Hauptverzeichnis deines Forums laden und ausführen.
Felix
Das ist eine SQL anweißung. Du musst auf sql klicken und den code dort einfügen.
Oder diese Dateirunterladen, ins Hauptverzeichnis deines Forums laden und ausführen.
Felix
Warning: main(): Unable to access ./extension.inc in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 23
Warning: main(./extension.inc): failed to open stream: No such file or directory in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 23
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php') in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 23
Warning: main(): Unable to access ./common. in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Warning: main(./common.): failed to open stream: No such file or directory in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/lib/php') in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Fatal error: Call to undefined function: session_pagestart() in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 29
Warning: main(./extension.inc): failed to open stream: No such file or directory in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 23
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php') in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 23
Warning: main(): Unable to access ./common. in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Warning: main(./common.): failed to open stream: No such file or directory in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/lib/php') in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 24
Fatal error: Call to undefined function: session_pagestart() in /customers/tonkpils.net/tonkpils.net/httpd.www/db_update.php on line 29
jetzt kommt das:
# ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id)
+++ Successfull
# ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT( DEFAULT '-1' NOT NULL
+++ Error: 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 'DEFAULT '-1' NOT NULL' at line 1
# ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id)
+++ Successfull
# ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT( DEFAULT '-1' NOT NULL
+++ Error: 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 'DEFAULT '-1' NOT NULL' at line 1