Error on installation (setup)

Di più
22/05/2021 17:55 #3679 da info@digitalpunk.it
After entering DB information (correct ones) I got this:

Fatal error: Uncaught Error: Call to undefined function check_db_utf8_support() in XXX/include/install/resources/utils.php:138 Stack trace: #0 XXX/install/ConfirmConfig.php(50): Installation_Utils::checkDbConnection(XXX, false, 'true', '', '') #1 /XXX/install.php(41): include('/XXX/...') #2 {main} thrown in /XXX/install/resources/utils.php on line 138

Version 19 installed fine on the same server.

Si prega Accedi a partecipare alla conversazione.

Di più
22/05/2021 18:54 #3680 da info@digitalpunk.it
Set the var to true (after altering db via SQL) and it works.

Si prega Accedi a partecipare alla conversazione.

Di più
02/06/2021 14:16 #3684 da sam.marko2020@gmail.com
which var to change to true ? can you clarify ? and what needs to change in the db.
I fixed that by changing the function to a static function then used self::checkDbConnection function. I think this is a bug.

Si prega Accedi a partecipare alla conversazione.

Di più
15/06/2021 00:41 #3700 da yuliandiaz@gmail.com
Same issue here, don't understand what var needs to change.

Si prega Accedi a partecipare alla conversazione.

Di più
16/06/2021 04:08 #3704 da sam.marko2020@gmail.com
for the installation to succeed this step, change the line at include/install/resources/utils.php
to
$db_utf8_support = self::check_db_utf8_support($conn);

then change the function to be
static function check_db_utf8_support($conn)

this function check_db_utf8_support should be a static and called with self::
Ringraziano per il messaggio: yuliandiaz@gmail.com

Si prega Accedi a partecipare alla conversazione.

Tempo creazione pagina: 0.232 secondi