Piattaforma bianca dopo passaggio a php 7.1

Installazione, configurazione generale, notifiche, API, lingue, problemi server
Post Reply
Groudon
Newbie
Posts: 24
Joined: Tue Mar 12, 2019 12:33 pm
Version: forma.lms 2.0

Piattaforma bianca dopo passaggio a php 7.1

Post by Groudon »

Buonasera,

ho recentemente fatto il passaggio a php 7.1

ho modificato nel config il tipo database in mqli

In pratica compare il login, effettuo il login e rimane pagina bianca.... sapete aiutarmi???

Grazie

Edit: ho riscontrato che il problema sussiste solo con l'account amministratore. (con Chrome dice error 500)
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by max »

Ciao, nei requisiti di sistema dice che x ora php é supportato fino a 7.0x
Il 7.1 e oltre arriveranno
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by max »

Ciao, nei requisiti di sistema dice che x ora php é supportato fino a 7.0x
Il 7.1 e oltre arriveranno
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Groudon
Newbie
Posts: 24
Joined: Tue Mar 12, 2019 12:33 pm
Version: forma.lms 2.0

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by Groudon »

comunque gli utenti funziona tutto, solo l'utente admin non funziona.... strano! Comunque allora non potrò più usarla in pratica, rimane senza possibilità di amministrazione in toto!
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by max »

Scusa, non puoi nel frattempo fare downgrade a 7.0?
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
alfa24
Senior Boarder
Posts: 1985
Joined: Fri Nov 24, 2017 8:45 am

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by alfa24 »

Non ci sono troppe cose da sistemare. Io uso php 7.3 senza problemi. Se attivi debug e posti il fatal forse ti posso dare la soluzione...
Per supporto GRATUITO contattatemi in privato qui
Groudon
Newbie
Posts: 24
Joined: Tue Mar 12, 2019 12:33 pm
Version: forma.lms 2.0

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by Groudon »

No, non posso tornare a 7.0 perché uso anche altri applicativi che mi richiedono ora per forza il 7.1 quindi non posso tornare a 7.0


Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DoceboACL has a deprecated constructor in /home/elearning/lib/lib.acl.php on line 29

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DoceboACLManager has a deprecated constructor in /home/elearning/lib/lib.aclmanager.php on line 68

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PeopleDataRetriever has a deprecated constructor in /home/elearning/lib/lib.aclmanager.php on line 2916

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GroupDataRetriever has a deprecated constructor in /home/elearning/lib/lib.aclmanager.php on line 3105

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GroupMembersDataRetriever has a deprecated constructor in /home/elearning/lib/lib.aclmanager.php on line 3233

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DataRetriever has a deprecated constructor in /home/elearning/lib/lib.dataretriever.php on line 20

Warning: Declaration of Mysql_DbConn::real_escape_string($unescaped_string) should be compatible with DbConn::real_escape_string() in /home/elearning/db/drivers/docebodb.mysql.php on line 253

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/elearning/db/drivers/docebodb.mysql.php:28 Stack trace: #0 /home/elearning/db/lib.docebodb.php(80): Mysql_DbConn->connect('mysql123.mys...', 'dataB123', 'dataB123', 'dataB123') #1 /home/elearning/lib/lib.bootstrap.php(282): DbConn::getInstance() #2 /home/elearning/lib/lib.bootstrap.php(81): Boot::database() #3 /home/elearning/appLms/index.php(24): Boot::init(11) #4 {main} thrown in /home/elearning/db/drivers/docebodb.mysql.php on line 28
alfa24
Senior Boarder
Posts: 1985
Joined: Fri Nov 24, 2017 8:45 am

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by alfa24 »

sicuro di aver impostato mysqli nel config? che versione di forma?
Per supporto GRATUITO contattatemi in privato qui
Groudon
Newbie
Posts: 24
Joined: Tue Mar 12, 2019 12:33 pm
Version: forma.lms 2.0

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by Groudon »

alfa24 wrote: Mon Jun 17, 2019 9:15 am sicuro di aver impostato mysqli nel config? che versione di forma?
ho messo così:

$cfg['db_type'] = 'mysqli';


uso forma 2.1

comunque ribadisco, la stranezza agli utenti funziona tranquillamente la piattaforma...
alfa24
Senior Boarder
Posts: 1985
Joined: Fri Nov 24, 2017 8:45 am

Re: Piattaforma bianca dopo passaggio a php 7.1

Post by alfa24 »

eppure vai in mysql non mysqli... Non so dovrei vederlo... Se vuoi contattarmi in pvt te lo debuggo.
Per supporto GRATUITO contattatemi in privato qui
Post Reply