That's rightThere was the same issue with 3.3.14
When I undo the previous change and make the change inSuggested fix
/includes/acp/acp_main.php
, I get this error message:Code:
Fatal error: Uncaught RuntimeException: GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler. in /phpBB3/vendor/guzzlehttp/guzzle/src/functions.php:119 Stack trace: #0 /phpBB3/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler() #1 /phpBB3/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create() #2 /phpBB3/phpbb/file_downloader.php(56): GuzzleHttp\Client->__construct(Array) #3 /phpBB3/phpbb/file_downloader.php(79): phpbb\file_downloader->create_client('https://www.php...', 443, 30) #4 /phpBB3/phpbb/version_helper.php(384): phpbb\file_downloader->get('www.phpbb.com', '/customise/db/e...', 'version_check', 443, 30) #5 /phpBB3/phpbb/version_helper.php(354): phpbb\version_helper->get_versions(false, false) #6 /phpBB3/phpbb/version_helper.php(273): phpbb\version_helper->get_versions_matching_stability(false, false) #7 /phpBB3/phpbb/extension/manager.php(557): phpbb\version_helper->get_ext_update_on_branch(false, false) #8 /phpBB3/includes/acp/acp_extensions.php(338): phpbb\extension\manager->version_check(Object(phpbb\extension\metadata_manager), false, false, NULL) #9 /phpBB3/includes/functions_module.php(684): acp_extensions->main('extensions', 'main') #10 /phpBB3/adm/index.php(81): p_master->load_active() #11 {main} thrown in /phpBB3/vendor/guzzlehttp/guzzle/src/functions.php on line 119
Additional change in the
root/vendor/guzzlehttp/guzzle/src/functions.php
Find:
Code:
throw new \RuntimeException('GuzzleHttp requires cURL, the '
Code:
throw new \phpbb\exception\runtime_exception('GuzzleHttp requires cURL, the '
Edit2:
Is not correct, please ignore!
Statistics: Posted by canam800er — Mon Mar 03, 2025 5:47 pm