Seite 1 von 2

mal wieder subforums

Verfasst: 03.03.2006 19:28
von negroni
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

Verfasst: 03.03.2006 19:34
von hagily
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

Verfasst: 03.03.2006 19:41
von negroni
werd ich gleich mal ausprobieren! danke!

Verfasst: 03.03.2006 20:10
von negroni
wenn ich auf sql gehe und einfügen will, kommt diese fehlermeldung:

#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 'INDEX ( topic_last_post_id )' at line 1

Verfasst: 03.03.2006 20:11
von hagily
Führe am besten die datei aus...
www.fhagen.rof-aue.de/db_install.zip
felix

Verfasst: 03.03.2006 20:19
von negroni
wenn ich die datei öffne, kommen lauter fehlerwarnungen!

Verfasst: 03.03.2006 20:21
von hagily
negroni hat geschrieben:wenn ich die datei öffne, kommen lauter fehlerwarnungen!
Was kommen denn für Fehlermeldungen :roll: :roll: :roll:

Verfasst: 03.03.2006 20:22
von negroni
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

Verfasst: 03.03.2006 20:25
von hagily
Lade die datei mal in den ordner, wo auch die datei extentions.inc, posting.php etc liegen.

Felix

Verfasst: 03.03.2006 20:31
von negroni
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