Seite 1 von 1
Hotschis Download Hack
Verfasst: 28.10.2008 12:52
von TelCont@r
Hallo Leutz,
Hack der eingebaut werden soll:
http://www.phpbb.de/moddb/mod.php?id=595
Beim Installieren von Hotschis Download Hack bekomme ich folgende Fehlermeldung:
Link:
http://netlux.bplaced.net/forum/downloads.php
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Table 'netlux_3.DL_CONFIG_TABLE' doesn't exist [1146]
SQL
SELECT * FROM DL_CONFIG_TABLE
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: dl_mod/classes/class_dlmod.php
LINE: 104
CALL: dbal_mysqli->sql_query()
FILE: downloads.php
LINE: 134
CALL: dlmod->dlmod()
Was habe ich da falsch gemacht und wer kennt sich in der Marterie gut aus und kann das mir installeren?
MfG,
TelCont@r
Verfasst: 28.10.2008 13:01
von Pionier
Hast du auch diese Hinweise beachtet?
Before you can going on installing this MOD
-------------------------------------------
Start the database installation script with the link
http://www.yourdomain.de/forum_path/install/index.php
and follow the instructions.
BE SURE ALL FILES FROM THIS MOD ARE UPLOADED TO YOUR FORUM BEFORE YOU START THE INSTALLATION SCRIPT!
With the script you can install the MOD for the first time, update an older release for the phpBB 3 or
convert the database tables from a phpBB 2 release of this MOD.
You can not install the mod if the script will find valid database tables from the MOD since 5.0.0.
And you can not convert the database tables if the script will find a release 6.0.0 or younger.
Be sure you have updated the MOD to min. release 5.0.0, before you can convert the database tables.
Otherwise the script will stop and exit the installation prozess.
After the installation
----------------------
If the installation script was not able to set the needed folder permissions, set the
permissions of the folders dl_mod/thumbs, dl_mod/downloads/ and all their subfolders
to CHMOD 0777 (if you use an UNIX/Linux system) manually with your ftp client.
Otherwise the MOD can not upload or handle any files!
To add the ACP Module for this MOD go to
Administration Control Panel
> System
> Administration Control Panel
> Menu "General"
> Submenu "Quick access"
> Create new Module "ACP_DOWNLOADS"
For details see the screenshot "Add_ACP-Modul_Download_MOD.png" in the folder contrib/
At least please update all template and grafic packages from all styles to get the new contents from this mod.
Verfasst: 28.10.2008 13:05
von TelCont@r
Was ist das? Ein guter Freund wollte es einbauen jedoch haben wir dieses Problem. Würden Sie mir helfen? Wenn Ja könnten wir dies über ICQ weiter besprechen.
@Edit: noch etwas bevor ich es vergesse, es handelt sich um das Version 3.0.2
Verfasst: 28.10.2008 14:11
von oxpus
Einfach doch mal lesen, was Pionier aus der Installationsanleitung zum MOD hier zitiert hat.
Dann findet man schon den Fehler...
Verfasst: 28.10.2008 15:09
von Pionier
Da ist echt ein Wurm drin
Habe im phpMyAdmin alle Tabellen vom DL-Mod gelöscht. Und wenn ich das Install-Script ausführe, bekomme ich folgenden Fehler
SQL ERROR [ mysqli ]
Duplicate column name 'group_dl_auto_traffic' [1060]
SQL
ALTER TABLE phpbb_groups ADD COLUMN group_dl_auto_traffic BIGINT(20) DEFAULT '0' NOT NULL
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: install/install_install.php
LINE: 176
CALL: dbal_mysqli->sql_query()
FILE: install/install_install.php
LINE: 106
CALL: install_install->load_schema()
FILE: install/index.php
LINE: 407
CALL: install_install->main()
FILE: install/index.php
LINE: 279
CALL: module->load()
Die bemängelte Tabelle war aber vor dem Klick auf "Nächster Schritt" nicht vorhanden. Desweiten stört mich der Ausdruck "mysqli", denn der Hoster bietet MySQL an. Das gesmmte Forum ist auch auf MySQLi installiert
Verfasst: 28.10.2008 16:37
von TelCont@r
hmmm.. Könnte jemand uns helfen?
MfG,
TelCont@r
Verfasst: 28.10.2008 17:16
von franki
Before you can going on installing this MOD
-------------------------------------------
Start the database installation script with the link
http://www.yourdomain.de/forum_path/install/index.php
and follow the instructions.
BE SURE ALL FILES FROM THIS MOD ARE UPLOADED TO YOUR FORUM BEFORE YOU START THE INSTALLATION SCRIPT!
Wenn ich mich recht erinnere hatte ich auch das Problem.
Habe dann
nur die Files des Mods hochgeladen aber noch
nicht die editierten Files. Da gings dann.
Verfasst: 28.10.2008 17:20
von TelCont@r
franki hat geschrieben:Before you can going on installing this MOD
-------------------------------------------
Start the database installation script with the link
http://www.yourdomain.de/forum_path/install/index.php
and follow the instructions.
BE SURE ALL FILES FROM THIS MOD ARE UPLOADED TO YOUR FORUM BEFORE YOU START THE INSTALLATION SCRIPT!
Wenn ich mich recht erinnere hatte ich auch das Problem.
Habe dann
nur die Files des Mods hochgeladen aber noch
nicht die editierten Files. Da gings dann.
Dies ist eigentlich alles erfüllt.
Verfasst: 28.10.2008 22:11
von oxpus
Führe zunächst mal diese SQL-Anweisungen mit phpmyadmin aus:
Code: Alles auswählen
ALTER TABLE phpbb_groups DROP COLUMN group_dl_auto_traffic;
ALTER TABLE phpbb_users DROP COLUMN user_allow_new_download_email;
ALTER TABLE phpbb_users DROP COLUMN user_allow_fav_download_email;
ALTER TABLE phpbb_users DROP COLUMN user_allow_new_download_popup;
ALTER TABLE phpbb_users DROP COLUMN user_allow_fav_download_popup;
ALTER TABLE phpbb_users DROP COLUMN user_dl_update_time;
ALTER TABLE phpbb_users DROP COLUMN user_new_download;
ALTER TABLE phpbb_users DROP COLUMN user_traffic;
ALTER TABLE phpbb_users DROP COLUMN user_dl_note_type;
ALTER TABLE phpbb_users DROP COLUMN user_dl_sort_fix;
ALTER TABLE phpbb_users DROP COLUMN user_dl_sort_opt;
ALTER TABLE phpbb_users DROP COLUMN user_dl_sort_dir;
ALTER TABLE phpbb_users DROP COLUMN user_dl_sub_on_index;
und starte danach das Installationsscript erneut.