Downlods mod help please

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
Bobocop
Beiträge: 2
Registriert: Fr 27. Mär 2009, 12:39

Downlods mod help please

Beitrag von Bobocop »

I hope this is the right place to ask this (I don't understand the language displayed in the forums)
I have tried to install this mod with no success, i keep getting errors.

The first time i installed it, everything went ok, but when i went to click on permissions i got a blank white page,
I then tried to delete the download database entries (so i could try and install it again) but now it will not let me install it :evil:
It keeps saying
Download MOD Installation

Installation not possible!

The script found an existing installation, so you can not use the installation script again.
I have tried deleting everything that has to do with the Downloads Mod, I even tried running the dl_mod_install_remove.php file, but it still says
Installation not possible!

The script found an existing installation, so you can not use the installation script again.
So i tried to do the database tables myself by running the manual_install_schema.sql the manual_install_schema_data.sql and the dl_mod_postgresql_install.txt files and now i get this error
SQL ERROR [ mysql4 ]

Unknown column 'real_file' in 'field list' [1054]

SQL

SELECT change_time, add_time, id, cat, file_name, real_file, file_size, extern, free, file_traffic, klicks FROM phpbb_downloads WHERE approve = 1

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: dl_mod/classes/class_dlmod.php
LINE: 403
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_downloads.php
LINE: 50
CALL: dlmod->dlmod()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_downloads->main()

FILE: adm/index.php
LINE: 76
CALL: p_master->load_active()
I have been trying to play with this for 3 days and i cannot get it to work.

Can you or someone please tell me how can i remove everything that this mod installed to the database and /if it wrote to any files on my server ? because no matter what tables i delete it will not let me run the install script.

I want to install this mod but no matter what i do i either get an error or it says The script found an existing installation, so you can not use the installation script again.

Thanks
Bobocop
Beiträge: 2
Registriert: Fr 27. Mär 2009, 12:39

Re: Downlods mod help please

Beitrag von Bobocop »

I figured it :D , it was my constants.php file
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Downlods mod help please

Beitrag von oxpus »

I think, you did not install the MOD in the right sequence:

1. Copy all files from the MOD
2. Run the installation script (and DO NOT ANYTHING ELSE BEFORE THIS!!!)
3. Follow the rest of the install instructions.

I think, you've installed the mod first completely before you've started the installation script and this will not work!

For the manuell database installation scripts:
DON'T USE THE FILE dl_mod_postgresql_install.txt IF YOU'VE NOT USING A POSTGRESQL-DATABASE!
This file on ONLY build for postgresql-databases and my run only with errors on other database servers!

But at lease in the manuell installation scripts a small bug exists (Your last posted error message).
Run the following sql statement to fix it:

Code: Alles auswählen

ALTER TABLE phpbb_downloads ADD COLUMN real_file VARCHAR(255) DEFAULT '';
Regard:
With the manuell installation scripts you've not install the admin modules automatically.
These modules, to manage the downloads, must be installed manuelly with the module management in the admin panel!!
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Antworten