Página 1 de 1

Problema Al Instalar Attach Mod

Publicado: 24 Jul 2006, 16:21
por fransn
# URL: http://fraann.iespana.es/foro
# Plantilla(s) usuada(s): SubSilver
# MODs instalados: Youtube Video BBCode 1.0.1
# Nombre y version del MOD: Attach Mod 2.4.1
# Version de phpBB: phpBB 2.0.21
# Servidor: http://www.iespana.es (Gratuito)

Hola,
Pues mi problema es que copio todos los archivos del attach mod y cuando abro http://fraann.iespana.es/foro/install/install.php me sale lo que véis:

Código: Seleccionar todo

Checking attachment mod storage directory:
 files/  Directory found, Directory writeable

Running :: CREATE TABLE phpbb_attachments_config ( config_name varchar(255) NOT NULL, config_value varchar(255) NOT NULL, PRIMARY KEY (config_name) ) -> FAILED ---> Table 'phpbb_attachments_config' already exists

Running :: CREATE TABLE phpbb_forbidden_extensions ( ext_id mediumint(8) UNSIGNED NOT NULL auto_increment, extension varchar(100) NOT NULL, PRIMARY KEY (ext_id) ) -> FAILED ---> Table 'phpbb_forbidden_extensions' already exists

Running :: CREATE TABLE phpbb_extension_groups ( group_id mediumint(8) NOT NULL auto_increment, group_name char(20) NOT NULL, cat_id tinyint(2) DEFAULT '0' NOT NULL, allow_group tinyint(1) DEFAULT '0' NOT NULL, download_mode tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, upload_icon varchar(100) DEFAULT '', max_filesize int(20) DEFAULT '0' NOT NULL, forum_permissions varchar(255) default '' NOT NULL, PRIMARY KEY group_id (group_id) ) -> FAILED ---> Table 'phpbb_extension_groups' already exists

Running :: CREATE TABLE phpbb_extensions ( ext_id mediumint(8) UNSIGNED NOT NULL auto_increment, group_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, extension varchar(100) NOT NULL, comment varchar(100), PRIMARY KEY ext_id (ext_id) ) -> FAILED ---> Table 'phpbb_extensions' already exists

Running :: CREATE TABLE phpbb_attachments_desc ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, physical_filename varchar(255) NOT NULL, real_filename varchar(255) NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, comment varchar(255), extension varchar(100), mimetype varchar(100), filesize int(20) NOT NULL, filetime int(11) DEFAULT '0' NOT NULL, thumbnail tinyint(1) DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY physical_filename (physical_filename(10)), KEY filesize (filesize) ) -> FAILED ---> Table 'phpbb_attachments_desc' already exists

Running :: CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, privmsgs_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, user_id_1 mediumint(8) NOT NULL, user_id_2 mediumint(8) NOT NULL, KEY attach_id_post_id (attach_id, post_id), KEY attach_id_privmsgs_id (attach_id, privmsgs_id), KEY post_id (post_id), KEY privmsgs_id (privmsgs_id) ) -> FAILED ---> Table 'phpbb_attachments' already exists

Running :: CREATE TABLE phpbb_quota_limits ( quota_limit_id mediumint(8) unsigned NOT NULL auto_increment, quota_desc varchar(20) NOT NULL default '', quota_limit bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (quota_limit_id) ) -> FAILED ---> Table 'phpbb_quota_limits' already exists

Running :: CREATE TABLE phpbb_attach_quota ( user_id mediumint(8) unsigned NOT NULL default '0', group_id mediumint(8) unsigned NOT NULL default '0', quota_type smallint(2) NOT NULL default '0', quota_limit_id mediumint(8) unsigned NOT NULL default '0', KEY quota_type (quota_type) ) -> FAILED ---> Table 'phpbb_attach_quota' already exists

Running :: ALTER TABLE phpbb_forums ADD auth_download TINYINT(2) DEFAULT '0' NOT NULL -> FAILED ---> Duplicate column name 'auth_download'

y sigue.....
A ver que puedo hacer, gracias

Respuesta: Problema Al Instalar Attach Mod

Publicado: 24 Jul 2006, 16:48
por JANU1535
Si estas instalando ese MOD.
Porque vuelves a instalar el foro ??
Me da que has montado un follon...
Leete las instrucciones de instalación paso a paso.

Respuesta: Problema Al Instalar Attach Mod

Publicado: 24 Jul 2006, 16:57
por Nazcar
no esta "instalando" el foro esas tablas son del mod,pero me da que ha ejecutado 2 veces el fichero

Respuesta: Problema Al Instalar Attach Mod

Publicado: 24 Jul 2006, 22:15
por SuperNovato
Por lo menos en el momento en que escribo esto,
la URL que se aportado del foro lleva a un foro que ni siquiera se ha acabado de instalar.
Pero ya digo que eso es ahora. No sé antes.

Respuesta: Problema Al Instalar Attach Mod

Publicado: 24 Jul 2006, 22:54
por fransn
Vale, gracias
Como el foro es de pruebas que no hay nadie, voy a instalarlo desde el principio y a ver que pasa, de todas formas el foro estaba instalado bien e iba perfectamente y el install es del mod:
# attachment_mod/install/install.php -> install/install.php
# Now we want to create the tables, therefore we run the install.php file (http://www.yoursite.com/phpBB2/install/install.php)

EDITO: Me sale igual, ahora la direccion es: http://fraann.iespana.es/phpBB/install/install.php

Respuesta: Problema Al Instalar Attach Mod

Publicado: 25 Jul 2006, 11:31
por KasLimon
Pero fransn, segun lo que pones el MOD deberia haber instalado bien las tablas, porque todo lo que sale en la pagina a la que pones el link pone que lo quiere duplicar o que ya existe.

No has probado a borrar el directorio install/ y el contrib/ para continuar modificando los archivos y acabar de instalar el mod?

Saludos

Respuesta: Problema Al Instalar Attach Mod

Publicado: 25 Jul 2006, 20:12
por fransn
Efectivamente, al borrar index y contrib y seguir, va, lo que pasa es que no habia probado por si habia algún error y estar ahí 40 min para nada..., pero parece que va, ya está solucionado gracias.