
Statistics Mod Probleme - Could not...
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Ich hatte auch dieses Problem und das Posting in dem vorher angeführten Forum hat auch mich gerettet:
Author: NeoID
I've managed to fix the problem thanks to a guy on phpbb.com
#
#-----[ OPEN ]------------------------------------------
#
common.php
#
#-----[ FIND ]------------------------------------------
# around line 191
unset($dbpasswd);
#
#-----[ REPLACE WITH ]----------------------------------
#
// unset($dbpasswd);
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
Now everything should work just fine!
Edit: oder auch nicht ...
Ich bekomme immer noch diese Fehlermeldung:
Could not query statistics config table
DEBUG MODE
SQL Error : 1146 Table 'iosforum.stats_config' doesn't exist
SELECT * FROM stats_config
Line : 36
File : statistics.php
Author: NeoID
I've managed to fix the problem thanks to a guy on phpbb.com
#
#-----[ OPEN ]------------------------------------------
#
common.php
#
#-----[ FIND ]------------------------------------------
# around line 191
unset($dbpasswd);
#
#-----[ REPLACE WITH ]----------------------------------
#
// unset($dbpasswd);
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
Now everything should work just fine!
Edit: oder auch nicht ...
Ich bekomme immer noch diese Fehlermeldung:
Could not query statistics config table
DEBUG MODE
SQL Error : 1146 Table 'iosforum.stats_config' doesn't exist
SELECT * FROM stats_config
Line : 36
File : statistics.php