Pagina 1 van 1

error in aanmaken tabellen

Geplaatst: 20 dec 2007, 20:37
door micara
  • Adres van je forum: http://www.micara.nl
    Event. modificaties op je forum:
    Wanneer ontstond het probleem?tijdens instaleeren
    phpBB versie: 3.0.0

    Heb je onlangs iets verandert aan je forum?eerste keer
    Wat is het probleem?
Er is een fatale en onherstelbare databasefout opgetreden. Dit kan voorkomen doordat de opgegeven gebruiker niet over de permissies beschikt om CREATE TABLES of INSERT codes, enz. te gebruiken. Verdere informatie kan hieronder worden weergegeven. Contacteer in eerste instantie je hostingbedrijf of het phpBB-supportforum.

install_install.php [ 1167 ]

SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

Table 'phpbb_attachments' already exists

dit is mijn probleem
kan iemand me helpen

..

Re: error in aanmaken tabellen

Geplaatst: 20 dec 2007, 21:13
door Lucas
Heb je nog ergens een forum staan? de prefix phpbb_ bestaat al. Een oplossing zou kunnen zijn de prefix te veranderen....

Re: error in aanmaken tabellen

Geplaatst: 20 dec 2007, 23:22
door micara
ja heb het voor elkaar nu moest een nieuwe database aan maken

nu moet ik de rest nog uit zien te zoeken hahaha