The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Hello.
I try install all versions but only 3.9.2 was successfull.
Version 3.10 and 3.11 have same issues.
Joomla 5.2.5 (Try php 8.1 8.2 8.3 8.4) MySql8
Now i edit installscript.php file and installation was succesfull.
Changes:
Code:
Change
public function isn($uvn) {
if (function_exists ( 'curl_init' )) {
To
public function isn($uvn) {
return true;
if (function_exists ( 'curl_init' )) {