Verfasst: 19.12.2008 18:30
???
Es sollte wenigstens irgendwas kommen.
Den Cache hattest Du sicherlich gelöscht, gell?
Es sollte wenigstens irgendwas kommen.
Den Cache hattest Du sicherlich gelöscht, gell?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
// user reputation points
$sql = 'DELETE FROM ' . REPUTATIONS_TABLE . '
WHERE ' . $db->sql_in_set('rep_post_id', $post_ids);
$db->sql_query($sql);
// end Code: Alles auswählen
// Adjust users post countsAllgemeiner Fehler
SQL ERROR [ mysqli ]
Out of range value adjusted for column 'forum_posts' at row 1 [1264]
SQL
UPDATE phpbb_forums SET forum_posts = forum_posts - 1, forum_topics_real = forum_topics_real - 0 WHERE forum_id = 85
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/mcp/mcp_main.php
LINE: 715
CALL: dbal_mysqli->sql_query()
FILE: includes/mcp/mcp_main.php
LINE: 93
CALL: mcp_move_topic()
FILE: includes/functions_module.php
LINE: 471
CALL: mcp_main->main()
FILE: includes/functions_module.php
LINE: 766
CALL: p_master->load_active()
FILE: mcp.php
LINE: 168
CALL: p_master->load()