Hello phpbb,
I am currently experiencing an issue on Delete account from admin panel. It takes forever to delete and eventually sometimes it says : 504 Gateway Time-out.
Why is this and what can i do about it ?
Only 1 user.janus_zonstraal wrote: Mon Dec 25, 2023 2:44 pm How many users are you trying to delete on the same time?
Code: Select all
SQL ERROR [ mysqli ]
Lock wait timeout exceeded; try restarting transaction [1205]
SQL
UPDATE forumcs_config SET config_value = config_value + -1 WHERE config_name = 'num_users'
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 997
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/config/db.php
LINE: 195
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/includes/functions_user.php
LINE: 638
CALL: phpbb\config\db->increment()
FILE: [ROOT]/includes/acp/acp_users.php
LINE: 233
CALL: user_delete()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_users->main()
FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
Code: Select all
General Error
SQL ERROR [mysqli]
Lock wait timeout exceeded; try restarting transaction [1205]
SQL
UPDATE phpbb_topics SET topic_views = topic_views + 1, topic_last_view_time = 1713682434 WHERE topic_id = 712379
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: 202
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]/viewtopic.php
LINE: 2269
CALL: phpbb\db\driver\factory->sql_query()