Could not query statistics config table
DEBUG MODE
SQL Error : 1146 Table 'elsaabi07.phpbb_stats_config' doesn't exist
SELECT * FROM phpbb_stats_config
Line : 52
File : admin_statistics.php
meine constants.php sieht so aus:
Code: Alles auswählen
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define('MODULES_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');