Hi! Schaut ganz so aus, als wenn du nen Teil der Install übersprungen hast -->redplanet hat geschrieben:Und trotzdem gibt es diesen fehler aus ...Could not query statistics config table
DEBUG MODE
SQL Error : 1146 Table 'redplanet0.STATS_CONFIG_TABLE' doesn't exist
SELECT * FROM STATS_CONFIG_TABLE
Line : 36
File : statistics.php
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');
