Seite 1 von 1

File Attachment Mod kopieren der Files??

Verfasst: 02.10.2007 15:32
von pidrootline
Hallo,

ich bin gerade dabei das MOD File Attachment Mod zu installieren.

Laut DOKU wenn ich das richitig verstanden habe muss ich einige Dateien ins Wurzelverzeichnis kopieren.

Doch auf meinem jetztigen Forum gibt es keinen Ordner

includes

copy attachment_mod/attach_mod/includes/constants.php to attach_mod/includes/constants.php

oder habe ich da etwas falsch verstanden?

Ich hatte zuvor mal alle Ordner direkt ins Forum kopiert,
aber das ging schon mal gar nicht.


copy attachment_mod/download.php to download.php
copy attachment_mod/uacp.php to uacp.php
copy attachment_mod/attach_rules.php to attach_rules.php
copy attachment_mod/admin/admin_attach_cp.php to admin/admin_attach_cp.php
copy attachment_mod/admin/admin_attachments.php to admin/admin_attachments.php
copy attachment_mod/admin/admin_extensions.php to admin/admin_extensions.php
copy attachment_mod/attach_mod/attachment_mod.php to attach_mod/attachment_mod.php
copy attachment_mod/attach_mod/displaying.php to attach_mod/displaying.php
copy attachment_mod/attach_mod/index.htm to attach_mod/index.htm
copy attachment_mod/attach_mod/pm_attachments.php to attach_mod/pm_attachments.php
copy attachment_mod/attach_mod/posting_attachments.php to attach_mod/posting_attachments.php
copy attachment_mod/attach_mod/includes/constants.php to attach_mod/includes/constants.php
copy attachment_mod/attach_mod/includes/functions_admin.php to attach_mod/includes/functions_admin.php
copy attachment_mod/attach_mod/includes/functions_attach.php to attach_mod/includes/functions_attach.php
copy attachment_mod/attach_mod/includes/functions_delete.php to attach_mod/includes/functions_delete.php
copy attachment_mod/attach_mod/includes/functions_filetypes.php to attach_mod/includes/functions_filetypes.php
copy attachment_mod/attach_mod/includes/functions_includes.php to attach_mod/includes/functions_includes.php
copy attachment_mod/attach_mod/includes/functions_selects.php to attach_mod/includes/functions_selects.php
copy attachment_mod/attach_mod/includes/functions_thumbs.php to attach_mod/includes/functions_thumbs.php


Könnte mir jemand helfen?

Vielen Dank

Verfasst: 02.10.2007 15:49
von frein
copy attachment_mod/download.php to download.php
copy attachment_mod/uacp.php to uacp.php
copy attachment_mod/attach_rules.php to attach_rules.php
die beiden Einzeldateien ins Hauptverzeichnis hochladen
copy attachment_mod/admin/admin_attach_cp.php to admin/admin_attach_cp.php
copy attachment_mod/admin/admin_attachments.php to admin/admin_attachments.php
copy attachment_mod/admin/admin_extensions.php to admin/admin_extensions.php
Die Einzeldateien in den Ordner admin hochladen
copy attachment_mod/attach_mod/attachment_mod.php to attach_mod/attachment_mod.php
copy attachment_mod/attach_mod/displaying.php to attach_mod/displaying.php
copy attachment_mod/attach_mod/index.htm to attach_mod/index.htm
copy attachment_mod/attach_mod/pm_attachments.php to attach_mod/pm_attachments.php
copy attachment_mod/attach_mod/posting_attachments.php to attach_mod/posting_attachments.php
copy attachment_mod/attach_mod/includes/constants.php to attach_mod/includes/constants.php
copy attachment_mod/attach_mod/includes/functions_admin.php to attach_mod/includes/functions_admin.php
copy attachment_mod/attach_mod/includes/functions_attach.php to attach_mod/includes/functions_attach.php
copy attachment_mod/attach_mod/includes/functions_delete.php to attach_mod/includes/functions_delete.php
copy attachment_mod/attach_mod/includes/functions_filetypes.php to attach_mod/includes/functions_filetypes.php
copy attachment_mod/attach_mod/includes/functions_includes.php to attach_mod/includes/functions_includes.php
copy attachment_mod/attach_mod/includes/functions_selects.php to attach_mod/includes/functions_selects.php
copy attachment_mod/attach_mod/includes/functions_thumbs.php to attach_mod/includes/functions_thumbs.php
copy attachment_mod/attach_mod/includes/index.htm to attach_mod/includes/index.htm
Hochladen in den Ordner attach_mod, den du zuerst erstellen musst.
du kannst aber auch einfach den kompletten Ordner attach_mod ins Hauptverzeichnis hochladen.


Soweit ich weiß hat der Mod aber noch ne ganze Menge andere Dateien.
Aber für die gilt ähnliches, du musst einfach nur dem richtigem Pfad folgen ;-)

Verfasst: 02.10.2007 16:09
von pidrootline
Hallo,

danke ich arbeite erst seit 4 Stunden mit dem Forum.

Ich muss also die Ordner noch erstellen die nicht vorhanden sind?

wie der Ordner

attach_mod/includes

Das ist die erste MOD die ich installiere. Wenn ich das zip attach_mod_245.tar.gz enpacke, dann habe ich einen Ordner

attachment_mod

den hatte ich Anfangs ins Wurzeklverzeichnis kopiert und die Installation aufgerufen.


Die Meldungen

Warning: main(./../extension.inc) [function.main]: failed to open stream: No such file or directory in /srv/www/htdocs/upgrade/forum/attachment_mod/install/install.php on line 17

Warning: main() [function.include]: Failed opening './../extension.inc' for inclusion (include_path='.:') in /srv/www/htdocs/upgrade/forum/attachment_mod/install/install.php on line 17

Warning: main(./../common.) [function.main]: failed to open stream: No such file or directory in /srv/www/htdocs/upgrade/forum/attachment_mod/install/install.php on line 18

Warning: main() [function.include]: Failed opening './../common.' for inclusion (include_path='.:') in /srv/www/htdocs/upgrade/forum/attachment_mod/install/install.php on line 18

Fatal error: Call to undefined function: session_pagestart() in /srv/www/htdocs/upgrade/forum/attachment_mod/install/install.php on line 20

Nun werde ich die Verzeichnisse die noch Fehlen von Hand anlegen und es nochmals probieren.

Also mir der install.txt komme ich leider nicht so richtig klar.

danke

Verfasst: 02.10.2007 16:21
von frein
Hi, nein es bringt dir garnichts den ganzen Ordner hochzuladen. damit kommste nie weiter.

das ist eigentlich ganz einfach. Ich erklärs dir an einem Beispiel:


copy attachment_mod/admin/admin_attachments.php to admin/admin_attachments.php
heißt Kopiere die Datei
admin/admin_attachments.php = admin_attachments.php aus dem Ornder admin
auf deinen Server in den Ordner admin herein.
copy attachment_mod/attach_mod/includes/index.htm to attach_mod/includes/index.htm
Hier bedeutet das ganze Kopiere die Datei
attach_mod/includes/index.htm = index.htm aus attach_mod/includes
auf deinen Server nach attach_mod/includes. Dieser Ordner besteht noch nicht. Also muss man ihn anlegen.
So jetzt ist das aber äußerst umständlich eine neuen Ordner anzulegen und jede einzelne Datei einzeln hochzuladen. Deshalb lädt man Ordner die auf dem Hauptserver NOCH NICHT bestehen komplett hoch.

Verfasst: 02.10.2007 16:51
von pidrootline
AHA,

ok ich werde das ganze mal am Wochenende machen.
"UUURRLLAAUB"

dann werde ich mich nochmal melden.

Vielen Dank und einen schönen Feiertag :)

Verfasst: 02.10.2007 16:56
von frein
Eine Anmerkung noch

Wenn das Hochladen der Dateien mehr Zeit als 2 Minuten beansprucht, (mal abgesehen von langsamem Internetzugang), dann machst du immer noch irgendwas falsch

Installation

Verfasst: 10.10.2007 12:51
von pidrootline
Hallo,
si ich habe nun die Files hochkopiert und bekomme folgende Ausgabe

http://139.14.4.158/upgrade/forum/install/install.php

Könntest du mir bitte kurz erklären was ich da nun machen muss?
Ich habe echt keinen Plan, ich dachte, dass die Tabellen selbst angelegt werden.?

:-?