-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem nach mm installation! #370
Comments
Die Datenbank ist aktuell? Also du hast ein Datenbank-Update durchgeführt? |
Gerade noch mal über install tool und backend geschaut, die DB ist aktuell. |
Und wenn du es auf MySQL ohne das i änderst, geht es auch nicht? |
Kann ich leider nicht testen, da ich Contao nur mit MySQLi installieren konnte. |
Ok, kurzes update. |
Das verstehe ich nicht. Wieso kannst du Contao 3.2 nicht ohne MySQLi verwenden? |
Da bekomme ich während der Installation einen Fehler: Deprecated notice: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in system/modules/core/library/Contao/Database/Mysql.php on line 54
#0 [internal function]: __error(8192, 'mysql_pconnect(...', '/wwwroot.wwwnew...', 54, Array)
#1 system/modules/core/library/Contao/Database/Mysql.php(54): mysql_pconnect('localhost:3306', 'user', 'pw')
#2 system/modules/core/library/Contao/Database.php(77): Contao\Database\Mysql->connect()
#3 system/modules/core/library/Contao/Database.php(160): Contao\Database->__construct(Array)
#4 [internal function]: Contao\Database::getInstance()
#5 system/modules/core/library/Contao/System.php(110): call_user_func(Array)
#6 contao/install.php(489): Contao\System->import('Database')
#7 contao/install.php(188): InstallTool->setUpDatabaseConnection()
#8 contao/install.php(1093): InstallTool->run()
#9 {main}
Warning: Cannot modify header information - headers already sent by (output started at /wwwroot.wwwnew/system/helper/functions.php:70) in system/modules/core/library/Contao/Template.php on line 298
#0 [internal function]: __error(2, 'Cannot modify h...', '/wwwroot.wwwnew...', 298, Array)
#1 system/modules/core/library/Contao/Template.php(298): header('Vary: User-Agen...', false)
#2 system/modules/core/classes/BackendTemplate.php(162): Contao\Template->output()
#3 contao/install.php(827): Contao\BackendTemplate->output()
#4 contao/install.php(220): InstallTool->outputAndExit()
#5 contao/install.php(1093): InstallTool->run()
#6 {main}
Warning: Cannot modify header information - headers already sent by (output started at /wwwroot.wwwnew/system/helper/functions.php:70) in system/modules/core/library/Contao/Template.php on line 299
#0 [internal function]: __error(2, 'Cannot modify h...', '/wwwroot.wwwnew...', 299, Array)
#1 system/modules/core/library/Contao/Template.php(299): header('Content-Type: t...')
#2 system/modules/core/classes/BackendTemplate.php(162): Contao\Template->output()
#3 contao/install.php(827): Contao\BackendTemplate->output()
#4 contao/install.php(220): InstallTool->outputAndExit()
#5 contao/install.php(1093): InstallTool->run()
#6 {main} Und im Conto forum meinte jeder, ich soll dann halt MySQLi nehmen. |
Ich habe das Thema leider aus dem Blick verloren aber letztendlich sieht mir das nach einem generellen Contao Problem aus. Wenn dort beschlossen ist das MySQLi das einzige Mittel ist. Wir haben mit dem Umstieg auf 3.2 nichts an MM geändert, der solch einen Fehler verursachen könnte. |
Hi,
ich habe eine frische Contao 3.2.4 installation auf meinem Server mit MySQLi.
Ich kopiere die mm Daten auf den Server und aktualisiere die DB, soweit passt alles.
Wenn ich jetzt in einem Artikel ein Content Element erstelle, bekomme ich die Fehlermeldung "An error occured".
Das error.log sagt folgendes:
Wo durch kommt dieser Fehler, der auch bei Contao 3.2.2 auf kommt?
LG & Danke
The text was updated successfully, but these errors were encountered: