Quantcast
Viewing all articles
Browse latest Browse all 2314

phpBB Discussion • Re: [Discuss] phpBB 3.3.15-RC1 available for testing

There was the same issue with 3.3.14
That's right
Suggested fix
When I undo the previous change and make the change in /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
Edit:
Additional change in the root/vendor/guzzlehttp/guzzle/src/functions.php
Find:

Code:

        throw new \RuntimeException('GuzzleHttp requires cURL, the '
Replace with:

Code:

        throw new \phpbb\exception\runtime_exception('GuzzleHttp requires cURL, the '
It´s work without error message.

Edit2:
Is not correct, please ignore!

Statistics: Posted by canam800er — Mon Mar 03, 2025 5:47 pm



Viewing all articles
Browse latest Browse all 2314

Trending Articles