Seite 1 von 1

datenbank bearbeiten mit phpMyAdmin ?

Verfasst: 03.04.2004 20:42
von Scoty
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.

Verfasst: 03.04.2004 20:51
von Mister_X
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.
Hast du schon gemacht? Was verstehst du daran nicht?

Verfasst: 03.04.2004 20:55
von Scoty
das war die Lösung, es geht jetzt wieder alles, danke.