Attach mod

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
micha3L
Berichten: 943
Lid geworden op: 05 dec 2002, 18:23
Locatie: Nederland

Attach mod

Bericht door micha3L » 23 mar 2004, 22:29

ALs ik attach mod install komt op de index pagina:

Code: Selecteer alles

Could not query attachment information

DEBUG MODE

SQL Error : 1146 Table 'superman_supermanmicha3l.phpbb_attachments_config' doesn't exist

SELECT * FROM phpbb_attachments_config

Line : 80
File : /home/superman/public_html/forum/attach_mod/attachment_mod.php
Hoe kan dit?

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Re: Attach mod

Bericht door mosymuis » 23 mar 2004, 23:08

micha3L schreef:Table 'superman_supermanmicha3l.phpbb_attachments_config' doesn't exist
Kan je Engels? 8)

Je hebt de database update dus niet uitgevoerd.

Gebruikersavatar
micha3L
Berichten: 943
Lid geworden op: 05 dec 2002, 18:23
Locatie: Nederland

Bericht door micha3L » 24 mar 2004, 07:35

Ja maar die kan ik niet vinden hoor in de map..
Hoe heet dat bestand dan? :roll:

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 24 mar 2004, 09:51

File Attachment Mod v2 schreef:# 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.
#

Gebruikersavatar
micha3L
Berichten: 943
Lid geworden op: 05 dec 2002, 18:23
Locatie: Nederland

Bericht door micha3L » 24 mar 2004, 11:38

Yup het was me al gelukt , very thanksz :)

Gesloten