-
home page
-
vtenext - Official Forum
-
vtenext CE
-
Error on installation (setup)
Error on installation (setup)
Riduci
Di più
-
Messaggi: 3
-
Ringraziamenti ricevuti 0
-
-
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.
Riduci
Di più
-
Messaggi: 3
-
Ringraziamenti ricevuti 0
-
-
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.
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 1
-
-
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.
Riduci
Di più
-
Messaggi: 5
-
Ringraziamenti ricevuti 0
-
-
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.
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 1
-
-
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::
Si prega Accedi a partecipare alla conversazione.
-
home page
-
vtenext - Official Forum
-
vtenext CE
-
Error on installation (setup)
Tempo creazione pagina: 0.232 secondi