Hi alle,
Ich habe bereits einige meiner Seiten auf meinem Managed Server bei all-inkl.com erfolgreich auf PHP 7 umstellen können.
Eine der Seiten bockt aber und liefert mit nur einen Fatal Error mit dem Hinweis ein Datenbank Problem zu haben (wenn ich das richtig lese).
Jetzt ist die Konfiguration dieser Seite nicht weitgehend anders als die meiner anderer Contao-Seiten, aber irgendetwas kämpft hier und ich vermute es ist ein Setting oder eine Erweiterung, die ich einfach übersehen habe, die jedoch auf allen Seiten aktiv ist (da alle Seiten der Website nicht erreichbar sind).
Kennt das wer? Hat wer einen Tipp woran das liegen könnte.
Danke,
phreak
Code:
Fatal error: Uncaught exception Error with message Call to undefined function Contao\Database\mysql_connect() thrown in system/modules/core/library/Contao/Database/Mysql.php on line 47
#0 system/modules/core/library/Contao/Database.php(81): Contao\Database\Mysql->connect()
#1 system/modules/core/library/Contao/Database.php(165): Contao\Database->__construct(Array)
#2 [internal function]: Contao\Database::getInstance()
#3 system/modules/core/library/Contao/System.php(140): call_user_func(Array)
#4 system/modules/core/library/Contao/User.php(158): Contao\System->import('Database')
#5 system/modules/core/classes/FrontendUser.php(62): Contao\User->__construct()
#6 system/modules/core/library/Contao/User.php(220): Contao\FrontendUser->__construct()
#7 system/modules/pct_customelements/config/config.php(133): Contao\User::getInstance()
#8 system/modules/core/library/Contao/Config.php(141): include('/www/htdocs/w00...')
#9 system/modules/core/library/Contao/Config.php(108): Contao\Config->initialize()
#10 system/initialize.php(162): Contao\Config::getInstance()
#11 index.php(16): require('/www/htdocs/w00...')
#12 {main}