ich habe nun erfolgreich mit Easy Mod die Atach MOd installiert und muß noch was in die Datenbank einfügen damit das FOrum wieder funktioniert nur ich habe keine ahnung wie da ich phpMyAdmin noch nie genutzt habe.
wenn man jetzt auf das Forum geht so sieht man diese Fehlermeldung:
Could not query attachment information
DEBUG MODE
SQL Error : 1146 Tabelle 'modelpage.phpbb_attachments_config' existiert nicht
SELECT * FROM phpbb_attachments_config
Line : 80
File : Z:\Homepage\Modelpage\www\Board\attach_mod\attachment_mod.php
mein Hoster sagte ich müsse das noch in die Datenbank einfügen nur kenne ich mich nicht aus und hoffe ihr könnt mir helfen.
datenbank bearbeiten mit phpMyAdmin ?
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.
Hast du schon gemacht? Was verstehst du daran nicht?AttachmentModInstallAnleitung hat geschrieben:#
# STEP NUMBER II: Installing the Attachment Mod (Database)
#
# Upload these Files, they are only needed for installation:
#
# attach_mod/root/install/mod_table_inst.php -> install/mod_table_inst.php
#
# Upload the Schema Files in ASCII Mode (This is the Layout and Data for your Database):
# (Maybe you have to create the install folder if it does not exist)
#
# for mysql:
# attach_mod/root/install/schemas/attach_mysql_schema.sql -> install/schemas/attach_mysql_schema.sql
# attach_mod/root/install/schemas/attach_mysql_basic.sql -> install/schemas/attach_mysql_basic.sql
#
# for mssql:
# attach_mod/root/install/schemas/attach_mssql_schema.sql -> install/schemas/attach_mssql_schema.sql
# attach_mod/root/install/schemas/attach_mssql_basic.sql -> install/schemas/attach_mssql_basic.sql
#
# for postgresql:
# attach_mod/root/install/schemas/attach_postgres_schema.sql -> install/schemas/attach_postgres_schema.sql
# attach_mod/root/install/schemas/attach_postgres_basic.sql -> install/schemas/attach_postgres_basic.sql
#
#
# Now we want to create the tables, therefore we run mod_table_inst.php (http://www.yoursite.com/phpBB2/install/ ... e_inst.php)
# Please be sure to enter the correct URL, the mod_table_inst.php file has to be placed within the install folder.
# Contact me at the board if you have questions or problems.