[3.3] Themen verschieben
Verfasst: 17.06.2024 16:54
Hallo,
ich wollte ein Thema in ein anderes Forum verschieben, aber ich bekomme nur eine Fehlermeldung
Ich habe keine Ahnung was da los ist. Hat das etwas mit dem konvertieren von MyBB auf phpBB zu tun?
ich wollte ein Thema in ein anderes Forum verschieben, aber ich bekomme nur eine Fehlermeldung
Code: Alles auswählen
SQL ERROR [ mysqli ]
BIGINT UNSIGNED value is out of range in '`d040ac0e`.`phpbb_forums`.`forum_posts_approved` - 30' [1690]
SQL
UPDATE phpbb_forums SET forum_posts_approved = forum_posts_approved - 30, forum_topics_approved = forum_topics_approved - 1 WHERE forum_id = 38
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 211
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/includes/mcp/mcp_main.php
LINE: 761
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/includes/mcp/mcp_main.php
LINE: 112
CALL: mcp_move_topic()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: mcp_main->main()
FILE: [ROOT]/includes/functions_module.php
LINE: 1006
CALL: p_master->load_active()
FILE: [ROOT]/mcp.php
LINE: 211
CALL: p_master->load()