jfrdavid
Chevereto Member
Hello
I found a big bug during a new installation of zero it is impossible to continue !!!. There is an error (impossible to reach the server of the database) because it misses a very important thing the port of the database defoises with a different address.
In the settings.php file it missing this port address below.
Line add
$ settings ['db_port'] = '35235';
It does not work during a setup of zero but via a restore via phpmyadmin and upload the modified settings.php file it works I found this solution to be functional
Have a good day
I found a big bug during a new installation of zero it is impossible to continue !!!. There is an error (impossible to reach the server of the database) because it misses a very important thing the port of the database defoises with a different address.
In the settings.php file it missing this port address below.
Line add
$ settings ['db_port'] = '35235';
It does not work during a setup of zero but via a restore via phpmyadmin and upload the modified settings.php file it works I found this solution to be functional
Have a good day