I have an error when checking the versions of all extensions. I have 140 extensions on the forum. Checking new versions takes some time, but the database does not crash if I do it using the default phpBB tool.
Code: Select all
SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
SQL
SELECT * FROM phpbb_config_text WHERE config_name = 'extmgrplus_list_version_check'
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]/phpbb/config/db_text.php
LINE: 133
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/phpbb/config/db_text.php
LINE: 68
CALL: phpbb\config\db_text->get_array()
FILE: [ROOT]/ext/lukewcs/extmgrplus/core/ext_mgr_plus_common.php
LINE: 106
CALL: phpbb\config\db_text->get()
FILE: [ROOT]/ext/lukewcs/extmgrplus/core/ext_mgr_plus.php
LINE: 835
CALL: lukewcs\extmgrplus\core\ext_mgr_plus_common->config_text_set()
FILE: [ROOT]/ext/lukewcs/extmgrplus/core/ext_mgr_plus.php
LINE: 194
CALL: lukewcs\extmgrplus\core\ext_mgr_plus->versioncheck_save()
FILE: [ROOT]/ext/lukewcs/extmgrplus/event/listener.php
LINE: 49
CALL: lukewcs\extmgrplus\core\ext_mgr_plus->ext_manager_after()
FILE: (not given by php)
LINE: (not given by php)
CALL: lukewcs\extmgrplus\event\listener->ext_manager_after()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 214
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 44
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 387
CALL: phpbb\event\dispatcher->trigger_event()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()