Seite 1 von 1

phpbb2.0.4 - Statistik

Verfasst: 20.01.2003 20:09
von Lucifer
Hilfe!
Ich habe soeben das update zur 2.0.4 durchgeführt, und nun funktioniert der Statistik Hack nicht mehr.
Ich habe die Tabellen noch einmal neu kreirt, aber beim Aufruf der Statistik und der AdminCP Konfiguration für die Statistik kommt folgende Fehlermeldung:

SQL Error : 1146 Table '******(meine datenbank).STATS_CONFIG_TABLE' doesn't exist

SELECT * FROM STATS_CONFIG_TABLE

Line : 36
File : /usr/home/single/www/security-board.org/phpbb/statistics.php

Verfasst: 20.01.2003 22:18
von stefan2k1

Code: Alles auswählen

#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('MODULES_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');

Verfasst: 21.01.2003 11:15
von Lucifer
thx :)