Attachment Mod

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.
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Attachment Mod

Beitrag von ducky »

Hi...

Ich habe ein Problem mit dem Attachment Mod. Ich habe Easymod installiert und wollte das Mod einspielen bekomme aber immer ne Fehlermeldung..

Critical Error

Could not perform improperly formed COPY command.
copy attach_mod/root/download.php to download.php
MOD script line #252 :: FAQ :: Report

kann mir da jemand helfen???ß

Gruß Ducky
Christian_N
Mitglied
Beiträge: 513
Registriert: 29.09.2004 14:23

Beitrag von Christian_N »

Wenns auf "Nächster Schritt" klicken kannst dann Ingoniere diese Meldung und Kopiere es später Manuell in dein root Verzeichnis.

Kannst nicht auf "Nächster Schritt" oder wenn den auf English hast müsste es "Next Step" heißen klicken, dann müsste du in die Install.txt die Copy-befehle raus löschen (vorher ein Backup dieser Datei erstellen) und dann erneut versuchen, so hab ich es zumindeste gemacht und es hatte geklappt.

M.f.G SuesseMaus28884
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Beitrag von ducky »

Hi

erst mal danke für die schnelle Antwort...hilft aber leider nicht

ich habe jetzt im nachhinein festgestellt das easymod schon nicht richtig installiert wurde und es zu einer Fehlermeldung kommt...muss ich nochmal probieren....

Gruß Ducky
Christian_N
Mitglied
Beiträge: 513
Registriert: 29.09.2004 14:23

Beitrag von Christian_N »

Oki, drück die daumen das es klappt, ansonste melde dich nochmal den hab den auch mit EasyMod installiert nach etwas basteln arbeiten. :)

M.f.G SuesseMaus28884
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Beitrag von ducky »

Hi SuesseMaus28884

ich habs nochmal Probiert...mit folgendem Erfolg....

EM Install

Step 4 (of 5): Depending on your selection, the modified files have been automatically moved into place or prepared for you to move them manually. If there are no errors, click the "Confirm" button to update your database and complete the installation process.


Adding EasyMOD table to your database
Executing SQL: CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment, mod_title varchar(50) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))

Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below

* Error :: Error writing file './s0501859/phpbb_easymod.frm' (Errcode: 28)
SQL :: CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment, mod_title varchar(50) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))

This is probably nothing to worry about, install will continue. Should this fail to complete you may need to seek help at our development board.



Completing Post-Process
Making Backups in [backups/]
Backup ../../../language/lang_english/lang_admin.php completed
Backup ../../../language/lang_german/lang_admin.php completed

Copy From [processed/] To Status
language/lang_english/lang_admin.php.txt ../../../language/lang_english/lang_admin.php completed
language/lang_german/lang_admin.php.txt ../../../language/lang_german/lang_admin.php completed
includes/admin_easymod.php.txt ../../../admin/admin_easymod.php completed
em_includes/em_functions.php ../../../admin/em_includes/em_functions.php completed
em_includes/em_cipher.php ../../../admin/em_includes/em_cipher.php completed
em_includes/em_schema.php ../../../admin/em_includes/em_schema.php completed
em_includes/em_modio.php ../../../admin/em_includes/em_modio.php completed
em_includes/em_ftp.php ../../../admin/em_includes/em_ftp.php completed
em_includes/index.htm ../../../admin/em_includes/index.htm completed
lang_easymod.php ../../../language/lang_english/lang_easymod.php completed
lang_easymod.php ../../../language/lang_german/lang_easymod.php completed
includes/mod_complete.tpl ../../../templates/subSilver/admin/mod_complete.tpl completed
includes/mod_header.tpl ../../../templates/subSilver/admin/mod_header.tpl completed
includes/mod_history.tpl ../../../templates/subSilver/admin/mod_history.tpl completed
includes/mod_install.tpl ../../../templates/subSilver/admin/mod_install.tpl completed
includes/mod_login.tpl ../../../templates/subSilver/admin/mod_login.tpl completed
includes/mod_process.tpl ../../../templates/subSilver/admin/mod_process.tpl completed
includes/mod_settings.tpl ../../../templates/subSilver/admin/mod_settings.tpl completed
includes/mod_sql_body.tpl ../../../templates/subSilver/admin/mod_sql_body.tpl completed
includes/mod_preview.tpl ../../../templates/subSilver/admin/mod_preview.tpl completed
easymod.gif ../../../templates/subSilver/images/easymod.gif completed
includes/emc.gif ../../../templates/subSilver/images/emc.gif completed










Final Step: EasyMOD is now confirming all files have been correctly moved into place. If confirmed, then your database will be updated and installation will be complete!


Confirming Modifications
lang_admin.php, looking for: $lang['MOD_control_tag'] = '0.1.13
Confirmed!


admin_easymod.php, looking for: admin_easymod.php,v 0.1.13
Confirmed!


mod_install.tpl: verifying existence
Confirmed!



Updating EasyMOD table data
Storing config table entries: Done

Executing SQL: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.1.13', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1097483524, '2.0.9', 'subSilver', 'english; german', 0, 1, 0, 1)

Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below

* Error :: Table 's0501859.phpbb_easymod' doesn't exist
SQL :: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.1.13', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1097483524, '2.0.9', 'subSilver', 'english; german', 0, 1, 0, 1)


Error


Could not successfully update table. Something is wrong and install cannot complete.



Expanded Debug Info
(formatted for forum posting)
EM installer v0.1.13 hat geschrieben: phpBB version: 2.0.9
Working Dir: /.amd_mnt/amor/export/home/user/G/s0501859/public_html/forum/admin/mods/easymod
Install Step: 7
Mode:
The Error hat geschrieben:

Could not successfully update table. Something is wrong and install cannot complete.
Permissions: (including system errors)
read access :: OK
write access :: OK
root path write :: OK
chmod access :: OK
unlink access :: OK
mkdir access :: OK
tmp path write :: OK
FTP extension :: module not loaded
Safe Mode :: OFF
copy access :: OK



Recommendations:
write: server
move: copy

Selected settings:
write: ftpb
move: ftpa
ftp dir: public_html/forum
ftp host: remserv.rz.fhtw-berlin.de
ftp debug: false
ftp ext: fsock
ftp cache: false

CWD Listing:

Code: Alles auswählen

drwxr-xr-x .
drwxr-xr-x ..
-rw-r--r-- easymod.gif
-rw-r--r-- easymod_display_functions.php
-rw-r--r-- easymod_install.php
-rw-r--r-- lang_easymod.php
drwxr-xr-x em_includes
drwxr-xr-x includes
drwxr-xr-x templates
drwxr-xr-x processed
drwxr-xr-x backups
-rw-r--r-- post_process.sh
-rw-r--r-- post_process.bat
Testing FTP access...
Trying to connect to remserv.rz.fhtw-berlin.de:21 ...
220 proftpd Server bereit
Connected to remote host "remserv.rz.fhtw-berlin.de:21"
> USER s0501859
331 Password required for s0501859.
> PASS ********
230 User s0501859 logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/home/user/G/s0501859" is current directory.
PWD: /home/user/G/s0501859
> PASV
227 Entering Passive Mode (141,45,4,201,242,112).
> NLST
Trying to 141.45.4.201:62064 ...
150 Opening BINARY mode data connection for file list
Connected to remote host
Disconnected from remote host
home
public_html
cgi-bin226 Transfer complete.
Dir listing: (3 files being listed)
[home]
[public_html]
[cgi-bin]
> CWD public_html/forum/admin/mods/easymod
250 CWD command successful
> PWD
257 "/home/user/G/s0501859/public_html/forum/admin/mods/easymod" is current directory.
2) CD to EasyMOD path successfully
> TYPE I
200 Type set to I
> PASV
227 Entering Passive Mode (141,45,4,201,252,247).
> STOR ../../../easymod.gif
Trying to 141.45.4.201:64759 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> TYPE I
200 Type set to I
> PASV
227 Entering Passive Mode (141,45,4,201,255,168).
> STOR ../../../easymod.gif
Trying to 141.45.4.201:65448 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> DELE ../../../easymod.gif
250 DELE command successful
3) wrote to phpBB root successfully
> QUIT
221 Goodbye.
Disconnected from remote host
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Beitrag von ducky »

hi nochmal....

wenn ich dann versuche Attachment Mod zu installieren sagt er mir is allet super...und wenn ich sage das er die Installion abschließen soll...kommt folgende Meldung


Allgemeiner Fehler
Could not obtain EasyMod information

DEBUG MODE

SQL Error : 1146 Table 's0501859.phpbb_easymod' doesn't exist

INSERT INTO phpbb_easymod ( mod_file, mod_title, mod_version, mod_author_handle, mod_author_email, mod_author_url, mod_author_name, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited) VALUES ( 'attach_mod/install.txt', 'File Attachment Mod v2', '2.3.10', 'Acyd Burn', 'N/A', 'http://www.opentools.de', 'Meik Sievertsen', ' This Mod adds the ability to attach files in phpBB2. This Version is Tested and works with phpBB 2.0.6/2.0.7/2.0.8/2.0.9 and 2.0.10. This Version will NOT work with phpBB2 Modules designed for *Nuke Portals or phpBB2 Ports.', 1097483926, '2.0.9', 'subSilver', 'english; german', 30)

Line : 2888
File : /.amd_mnt/amor/export/home/user/G/s0501859/public_html/forum/admin/admin_easymod.php
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

Im download des attachment MOD gibt es den Ordner install ...

Den lädst du komplett in deinen Forumroot (da wo auch der Ordner includes ist)

Dann rufst du im Browser die Datei www.deine_domain.de/dein_Scriptpfad/install/mod_table_inst.php
auf und die Datenbank wird um die entsprechenden Felder/Tabellen ergänzt.

Markus
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Beitrag von ducky »

Hi

habsch probiert.....und es folgende Meldung....den Ordner Schema hab ich mit kopiert....


PLEASE UPLOAD THE CORRECT DATABASE SCHEMA FILES...
If you have done so, run the Installer again.

Gruß Ducky
Christian_N
Mitglied
Beiträge: 513
Registriert: 29.09.2004 14:23

Beitrag von Christian_N »

Wenn ich es richtig verstehe hat er die falsche datenbank schema datei hochgeladen bzw. nicht korrekt.

Lösch sie noch mal und lade sie neu hoch und versuch dann erneut die installtion auszuführen wie es Markus schon schrieb.

Zu not kram ich mal meins wieder raus und schau nochmal nach.

Gruß SuesseMaus28884
ducky
Mitglied
Beiträge: 17
Registriert: 10.10.2004 14:23
Kontaktdaten:

Beitrag von ducky »

Hi


hab ich gemacht ... hat aber nix geholfen....kannst du mal bitte kramen ;-)

Gruß Ducky
Antworten

Zurück zu „phpBB 2.0: Mod Support“