Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2324

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

$
0
0
Update my testing board that was running 3.3.14 with Full Package
Versions:
PHP 7.4.33
Database server: MySQL(i) 10.5.19-MariaDB-0+deb11u2
The update went without any problems. But on ACP index I get the following error message:

Code:

Fatal error: Uncaught Error: Call to undefined method RuntimeException::get_parameters() in /phpBB3/includes/acp/acp_main.php:490 Stack trace: #0 /phpBB3/includes/functions_module.php(684): acp_main->main('main', 'main') #1 /phpBB3/adm/index.php(81): p_master->load_active() #2 {main} thrown in /phpBB3/includes/acp/acp_main.php on line 490Fatal error: Uncaught Error: Call to undefined method RuntimeException::get_parameters() in ./includes/acp/acp_main.php:463
The following has been changed:
Open: root/vendor/guzzlehttp/guzzle/src/functions.php
Find:

Code:

    } elseif (!$handler) {
Replace with:

Code:

    } elseif (!$handler && function_exists('curl_exec')) {
The ‘General’ page of the ACP is now accessible again and there is no fatal error in the Extensions Manager when running the re-check all versions.
It affects all extensions that have a version check. In my testboard (free webspace) the functions cURL, sockets, allow_url_fopen are deactivated.

Statistics: Posted by canam800er — Mon Mar 03, 2025 4:00 pm



Viewing all articles
Browse latest Browse all 2324

Trending Articles