Attachment MOD - nur Fehlermeldungen im Adminbereich!

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Attachment MOD - nur Fehlermeldungen im Adminbereich!

Beitrag von Eliminator »

Hallo.

Es is zum verzweifeln! Da baut man Stundenlang datt MOD ein, damit man dann nur ne Fehlermeldung bekommt. Aber ich hatte auch nix anderes erwartet. Ist ja immer so...

Habe versucht, das Attachment MOD 2.4.3 mit deutschem Sprachfile-AddOn auf mein eingedeutschtes phpBB2 2.0.21 zu installieren.

Die 3 deutschen Sprachfiles schön in den german_language-Ordner getan und der "Rest" strikt nach Anleitung.
Trotzdem kommen diese Fehler im Adminbereich, wie auf folgenden Bildern zu sehen ist:

www.testung.pytalhost.de/fehler/admin1.tiff
www.testung.pytalhost.de/fehler/admin2.tiff

Alle Funktionen von Bild 2 fuktionieren nicht. Egal wo ich draufdrück, es kommen immer die Fehlermeldungen wie auf Bild 1 zu sehen ist. Zwar immer nen bissel mit abgewandeltem Inhalt aber das selbe Erscheinungsbild.

Man könnte noch dazusagen, dass direkt nachdem ich im Browser http://URL_der_Seite.de/phpBB2/install/install.php/ aufgerufen hab, meterlange, Halb-Fehlermeldungen kamen. Irgendwass von "Warnung..." aber dann stand drunter wieder "writeable...". Also nix war rot. Nur grüne Hinweise und diese schwarzen Warnhinweise! Das war wirklich meterlang. Als ob einer den gleichen Satz (mit kleinen veränderungen von Ziffern) 100 mal unternaderkopiert. Ist das normal?

Kann mir von euch jemand weiterhelfen???

Vielen Dank und Gruß!

E.
Zuletzt geändert von Eliminator am 22.06.2006 02:53, insgesamt 1-mal geändert.
John the Ripper
Mitglied
Beiträge: 111
Registriert: 02.10.2005 11:53
Wohnort: Villingen-Schwenningen

Beitrag von John the Ripper »

Die Fehlermeldung aus Bild 1 deutet darauf hin, dass diese Datei die phpBB2/attach_mod/includes/functions_includes.php nicht einbindet bzw. nicht findet, aber keinen Fehler ausgibt. Ohne die Funktion include_attatch_lang() kann die Sprachdatei nicht eingebunden werden. Logisch, dass dieser Fehler dann auch bei den anderen Adminbereichen der Attatchment-MOD kommt.

Kontrolliere erstmal, ob phpBB2/attach_mod/includes/functions_includes.php vorhanden ist. Dann sehen wir weiter.
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

Guten Morgen! Danke für die schnelle Reaktion!

Also die besagte Datei ist vorhanden!

Kann es vielleicht damit zusammenhängen, dass ich den Ordner "contrib" nicht mit in die Installation einbezogen hab? In dem attachment-MOD-Paket ist dieser Ordner zwar vorhanden, aber in der Anleitung wird nicht gesagt, dass dieser gebraucht wird bzw. was man mit ihm anstellen soll!?

Hab ihn dann nachträglich, nachdem ich schon die attachment-MOD-Installation durchgeführt hatte und die besagten Fehler im Adminbereich auftauchten, noch hinzugenommen und die Installation nocheinmal durchgeführt. Das hatte zur Folge, dass direkt im Anschluss an die Installation zwar wieder diese meterlangen Warnungshinweise auftauchten, aber diemal war nichts mehr grün sondern es stand überall nur noch "failed". Trotzdem stand dann ganz unten zum Abschluss der Warnungshinweise, dass die Installation wohl erfolgreich war, aber einige Fehler auftraten...
Im Adminbereich hat sich hingegen garnichts geändert zu dem davor. Fehler fehler fehler...

Das totale Gemurks ist das wohl jetzt. Am besten alles nochmal von vorne.

Kann das damit zusammenhängen mit dem "contrib"-Ordner?
John the Ripper
Mitglied
Beiträge: 111
Registriert: 02.10.2005 11:53
Wohnort: Villingen-Schwenningen

Beitrag von John the Ripper »

Keine Ahnung, ob das mit dem contrib-Ordner zusammenhängt. Momentan ist mein Latein am Ende. Vielleicht fällt mir noch was ein.
Aber: "Geduld du haben musst, junger Padawan. Zeit es braucht, ein Meister zu werden" => warte, bis dir ein anderer hilft :D
Benutzeravatar
Simlau
Mitglied
Beiträge: 279
Registriert: 18.02.2006 14:06
Wohnort: Bayreuth
Kontaktdaten:

Beitrag von Simlau »

contrib ist optonal d.h. wird nicht unbedingt benötigt... :)
Wie John the Ripper schon gesagt hat muss entweder die Datei
attach_mod/includes/functions_includes.php Fehlen oder sie wird erst gar nicht includert :D.
Irgendwass von "Warnung..."
Etwas genauer? :D

Chmod 777 ist gesetzt?
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

"Irgendwas" mit 2 mal s geschrieben... omg :D

Und auch sonst seltsame Rechtschreibfehler in meinen Texten! Das kommt davon. Habe bis jetzt kein Auge zugetan seit gestern Morgen wegen dem Mist. Muss das nämlich so schnell wie möglich wieder hinbekommen, denn das Forum is ja nun unbenutzbar zur Zeit.

Ok, ihr wolltet es genau wissen! Hier ist die Meterware:
(ist allerdings die 2te Version mit dem "failed". Das andere hab ich nimmer "hinbekommen" :D )

Installing Attachment Mod

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'

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

Running :: ALTER TABLE phpbb_posts ADD post_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Duplicate column name 'post_attachment'

Running :: ALTER TABLE phpbb_topics ADD topic_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Duplicate column name 'topic_attachment'

Running :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Duplicate column name 'privmsgs_attachment'

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_dir','files') -> FAILED ---> Duplicate entry 'upload_dir' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_img','images/icon_clip.gif') -> FAILED ---> Duplicate entry 'upload_img' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('topic_icon','images/icon_clip.gif') -> FAILED ---> Duplicate entry 'topic_icon' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('display_order','0') -> FAILED ---> Duplicate entry 'display_order' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize','262144') -> FAILED ---> Duplicate entry 'max_filesize' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_quota','52428800') -> FAILED ---> Duplicate entry 'attachment_quota' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize_pm','262144') -> FAILED ---> Duplicate entry 'max_filesize_pm' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments','3') -> FAILED ---> Duplicate entry 'max_attachments' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments_pm','1') -> FAILED ---> Duplicate entry 'max_attachments_pm' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('disable_mod','0') -> FAILED ---> Duplicate entry 'disable_mod' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_pm_attach','1') -> FAILED ---> Duplicate entry 'allow_pm_attach' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_topic_review','0') -> FAILED ---> Duplicate entry 'attachment_topic_review' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_ftp_upload','0') -> FAILED ---> Duplicate entry 'allow_ftp_upload' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('show_apcp','0') -> FAILED ---> Duplicate entry 'show_apcp' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attach_version','2.4.3') -> FAILED ---> Duplicate entry 'attach_version' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_upload_quota', '0') -> FAILED ---> Duplicate entry 'default_upload_quota' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_pm_quota', '0') -> FAILED ---> Duplicate entry 'default_pm_quota' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_server','') -> FAILED ---> Duplicate entry 'ftp_server' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_path','') -> FAILED ---> Duplicate entry 'ftp_path' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('download_path','') -> FAILED ---> Duplicate entry 'download_path' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_user','') -> FAILED ---> Duplicate entry 'ftp_user' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pass','') -> FAILED ---> Duplicate entry 'ftp_pass' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pasv_mode','1') -> FAILED ---> Duplicate entry 'ftp_pasv_mode' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_display_inlined','1') -> FAILED ---> Duplicate entry 'img_display_inlined' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_width','0') -> FAILED ---> Duplicate entry 'img_max_width' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_height','0') -> FAILED ---> Duplicate entry 'img_max_height' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_width','0') -> FAILED ---> Duplicate entry 'img_link_width' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_height','0') -> FAILED ---> Duplicate entry 'img_link_height' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_create_thumbnail','0') -> FAILED ---> Duplicate entry 'img_create_thumbnail' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_min_thumb_filesize','12000') -> FAILED ---> Duplicate entry 'img_min_thumb_filesize' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_imagick', '') -> FAILED ---> Duplicate entry 'img_imagick' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('use_gd2','0') -> FAILED ---> Duplicate entry 'use_gd2' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('wma_autoplay','0') -> FAILED ---> Duplicate entry 'wma_autoplay' for key 1

Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('flash_autoplay','0') -> FAILED ---> Duplicate entry 'flash_autoplay' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (1,'php') -> FAILED ---> Duplicate entry '1' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (2,'php3') -> FAILED ---> Duplicate entry '2' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (3,'php4') -> FAILED ---> Duplicate entry '3' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (4,'phtml') -> FAILED ---> Duplicate entry '4' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (5,'pl') -> FAILED ---> Duplicate entry '5' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (6,'asp') -> FAILED ---> Duplicate entry '6' for key 1

Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (7,'cgi') -> FAILED ---> Duplicate entry '7' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (1,'Images',1,1,1,'',0,'') -> FAILED ---> Duplicate entry '1' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (2,'Archives',0,1,1,'',0,'') -> FAILED ---> Duplicate entry '2' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (3,'Plain Text',0,0,1,'',0,'') -> FAILED ---> Duplicate entry '3' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (4,'Documents',0,0,1,'',0,'') -> FAILED ---> Duplicate entry '4' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (5,'Real Media',0,0,2,'',0,'') -> FAILED ---> Duplicate entry '5' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (6,'Streams',2,0,1,'',0,'') -> FAILED ---> Duplicate entry '6' for key 1

Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (7,'Flash Files',3,0,1,'',0,'') -> FAILED ---> Duplicate entry '7' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (1, 1,'gif', '') -> FAILED ---> Duplicate entry '1' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (2, 1,'png', '') -> FAILED ---> Duplicate entry '2' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (3, 1,'jpeg', '') -> FAILED ---> Duplicate entry '3' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (4, 1,'jpg', '') -> FAILED ---> Duplicate entry '4' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (5, 1,'tif', '') -> FAILED ---> Duplicate entry '5' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (6, 1,'tga', '') -> FAILED ---> Duplicate entry '6' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (7, 2,'gtar', '') -> FAILED ---> Duplicate entry '7' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (8, 2,'gz', '') -> FAILED ---> Duplicate entry '8' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (9, 2,'tar', '') -> FAILED ---> Duplicate entry '9' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (10, 2,'zip', '') -> FAILED ---> Duplicate entry '10' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (11, 2,'rar', '') -> FAILED ---> Duplicate entry '11' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (12, 2,'ace', '') -> FAILED ---> Duplicate entry '12' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (13, 3,'txt', '') -> FAILED ---> Duplicate entry '13' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (14, 3,'c', '') -> FAILED ---> Duplicate entry '14' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (15, 3,'h', '') -> FAILED ---> Duplicate entry '15' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (16, 3,'cpp', '') -> FAILED ---> Duplicate entry '16' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (17, 3,'hpp', '') -> FAILED ---> Duplicate entry '17' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (18, 3,'diz', '') -> FAILED ---> Duplicate entry '18' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (19, 4,'xls', '') -> FAILED ---> Duplicate entry '19' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (20, 4,'doc', '') -> FAILED ---> Duplicate entry '20' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (21, 4,'dot', '') -> FAILED ---> Duplicate entry '21' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (22, 4,'pdf', '') -> FAILED ---> Duplicate entry '22' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (23, 4,'ai', '') -> FAILED ---> Duplicate entry '23' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (24, 4,'ps', '') -> FAILED ---> Duplicate entry '24' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (25, 4,'ppt', '') -> FAILED ---> Duplicate entry '25' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (26, 5,'rm', '') -> FAILED ---> Duplicate entry '26' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (27, 6,'wma', '') -> FAILED ---> Duplicate entry '27' for key 1

Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (28, 7,'swf', '') -> FAILED ---> Duplicate entry '28' for key 1

Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (1, 'Low', 262144) -> FAILED ---> Duplicate entry '1' for key 1

Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (2, 'Medium', 2097152) -> FAILED ---> Duplicate entry '2' for key 1

Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (3, 'High', 5242880) -> FAILED ---> Duplicate entry '3' for key 1


COMPLETE!

Some queries failed.
This is sometimes due to tables already there (from a previous installation), therefore please READ the errors and warnings and use common sense in interpreting them. Support is offered at opentools.de for questions you might have regarding those errors/warnings.

NOW REMOVE THE INSTALL AND CONTRIB DIRECTORIES
Also wie gesagt, ist das nun das, was nach dem 2 und 3ten Installationsversuch von attachment-MOD kommt. Ich glaub nicht, dass man da noch was sinnvoller draus schließen kann. Sieht nach ner zerschossenen Datenbank aus.

Die ganzen Smilies sind da natürlich nur durch Zufall jetzt drinne!
Zuletzt geändert von Eliminator am 20.06.2006 11:07, insgesamt 1-mal geändert.
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

+

Ach wegen dem "Chmod 777 ist gesetzt"...

Was heißt das jetzt für mich? Was verursacht das? Sind das nicht die Userrechte? Wie kann ich das mim FTP-Client einstellen. Geht doch nur mim FTP-Client oder?
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

hm...
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

Hab jetzt alles nochmal neu gemacht. Alles neu installiert!

Fände es toll, wenn sich ml jemand das anschauen könnte!

Das sind die "Warning"-Meldungen von denen ich erzählt hatte, die dann direkt nach der Installation des MOD kommen!


Installing Attachment Mod

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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_forbidden_extensions ( ext_id mediumint(8) UNSIGNED NOT NULL auto_increment, extension varchar(100) NOT NULL, PRIMARY KEY (ext_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
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) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_forums ADD auth_download TINYINT(2) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_auth_access ADD auth_download TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_posts ADD post_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_topics ADD topic_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_dir','files') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_img','images/icon_clip.gif') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('topic_icon','images/icon_clip.gif') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('display_order','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize','262144') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_quota','52428800') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize_pm','262144') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments','3') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments_pm','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('disable_mod','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_pm_attach','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_topic_review','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_ftp_upload','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('show_apcp','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attach_version','2.4.3') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_upload_quota', '0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_pm_quota', '0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_server','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_path','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('download_path','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_user','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pass','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pasv_mode','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_display_inlined','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_width','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_height','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_width','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_height','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_create_thumbnail','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_min_thumb_filesize','12000') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_imagick', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('use_gd2','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('wma_autoplay','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('flash_autoplay','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (1,'php') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (2,'php3') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (3,'php4') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (4,'phtml') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (5,'pl') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (6,'asp') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (7,'cgi') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (1,'Images',1,1,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (2,'Archives',0,1,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (3,'Plain Text',0,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (4,'Documents',0,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (5,'Real Media',0,0,2,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (6,'Streams',2,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (7,'Flash Files',3,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (1, 1,'gif', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (2, 1,'png', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (3, 1,'jpeg', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (4, 1,'jpg', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (5, 1,'tif', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (6, 1,'tga', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (7, 2,'gtar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (8, 2,'gz', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (9, 2,'tar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (10, 2,'zip', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (11, 2,'rar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (12, 2,'ace', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (13, 3,'txt', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (14, 3,'c', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (15, 3,'h', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (16, 3,'cpp', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (17, 3,'hpp', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (18, 3,'diz', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (19, 4,'xls', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (20, 4,'doc', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (21, 4,'dot', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (22, 4,'pdf', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (23, 4,'ai', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (24, 4,'ps', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (25, 4,'ppt', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (26, 5,'rm', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (27, 6,'wma', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (28, 7,'swf', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (1, 'Low', 262144) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (2, 'Medium', 2097152) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (3, 'High', 5242880) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/db/mysql4.php on line 318

COMPLETE!

Attachment Mod Tables generated successfully.

NOW REMOVE THE INSTALL AND CONTRIB DIRECTORIES

Was ist das??? Ist das bei euch auch so wenn ihr das attachment-MOD installiert habt?

Auch nach den erneuten Installationen vom Forum und attachment-MOD hat sich nichts im Adminbereich geändert!

Bild 1
Bild 2

Bild 3

Es kommen immernoch Fehlermeldungen à la:
Fatal error: Call to undefined function include_attach_lang() in /srv/www/httpd/phost/f/de/fireandice-edition/web/phpBB2/admin/admin_attachments.php on line 58
Alles was auf Bild 3 zu sehen ist, funktioniert nicht!

Wieso klappt das nicht???
Zuletzt geändert von Eliminator am 22.06.2006 06:50, insgesamt 1-mal geändert.
Eliminator
Mitglied
Beiträge: 66
Registriert: 21.01.2006 16:48

Beitrag von Eliminator »

Kann es damit zusammenhängen, dass mein Forum bei www.pytal.de gehostet ist und dieser Anbieter zur Zeit eingroße Serverumbauaktion macht?

Hat bei www.pytal.de jemand von euch nen Forum gehostet mit attachment-MOD?
Antworten

Zurück zu „phpBB 2.0: Mod Support“