Seite 1 von 1

Download Mod

Verfasst: 03.03.2009 16:18
von test_nick
Hallo,

Ich habe grade eben den Download Mod instaliert..

Aber jetzt bekomme ich folgene MySQL Fehlermeldung, wenn ich die downloads.php aufrufe:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2932: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2935: Invalid argument supplied for foreach()
Zurück zur Foren-Übersicht
Allgemeiner Fehler
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

Bitte informiere die Board-Administration oder den Webmaster: support@allphpbb.de
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group 
Mit freundlichen Grüßen:

Jan Schlösser

Re: Download Mod

Verfasst: 03.03.2009 16:25
von ComputerBoss
Das gleiche kommt auch bei mir.

Hier ein Bild:


http://img216.imageshack.us/img216/2042/fehlerv.jpg

Re: Download Mod

Verfasst: 03.03.2009 16:34
von JuSc<l
Hallo ihr 2,

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2932: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2935: Invalid argument supplied for foreach()
Stimmt etwas nicht in der includes/functions.php in Linie 2935 und 2932.

Code: Alles auswählen

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
Habt ihr die Datenbankbefehler ausgeführt?


Gruß

Re: Download Mod

Verfasst: 03.03.2009 17:35
von test_nick
Datenbank:

#1054 - Unknown column 'real_file' in 'field list'

Kann es sein dass:
Erster Post hat geschrieben:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2932: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2935: Invalid argument supplied for foreach()
bedeutet dass debug_backtrack() deaktviert ist?!?!

Jan Schlösser

Re: Download Mod

Verfasst: 03.03.2009 19:08
von oxpus
Neu installiert? Also die Version 6.2.11? Oder aktualisiert von einer vorherigen Version?