Nach Umzug - Manager nicht aufrufbar und sehr viele Fehlermeldungen
Hallo,
ich möchte eine Webseite auf eine Subdomain kopieren, um dort diverse Updates durchzuführen.
Ich habe alle Dateien kopiert und die Datenbank ebenfalls. Wenn ich den Contao Manager aufrufe, um die Zugangsdaten zur Datenbank zu ändern, erhalte ich im Browser die Meldung "Es ist ein Fehler aufgetreten ..."
Es wird eine logs-Datei erzeugt, die fast 20 MB groß ist. Daher kann ich nur einen Auszug der Fehler zeigen:
Zitat:
[2024-08-02T08:40:15.624708+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. at /var/www/vhosts/update.domain.de/var/cache/prod/ContainerQjCWTnx/getSession_Storage_NativeService.php:22)"} []
[2024-08-02T08:40:15.628776+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. at /var/www/vhosts/update.domain.de/var/cache/prod/ContainerQjCWTnx/getSession_Storage_MetadataBagService.php:22)"} []
[2024-08-02T08:40:15.629277+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. at /var/www/vhosts/update.domain.de/var/cache/prod/ContainerQjCWTnx/getSession_Storage_Factory_ServiceService.php:22)" } []
[2024-08-02T08:40:15.630529+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.10: Using the "Contao\CoreBundle\Routing\FrontendLoader" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.10: Using the "Contao\\CoreBundle\\Routing\\FrontendLoader" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. at /var/www/vhosts/update.domain.de/vendor/contao/core-bundle/src/Routing/FrontendLoader.php:30)"} []
[2024-08-02T08:40:15.640266+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespaces()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using "Contao\\ClassLoader::addNamespaces()" has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/update.domain.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:70)"} []
[2024-08-02T08:40:15.640320+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespace()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using "Contao\\ClassLoader::addNamespace()" has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/update.domain.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:51)"} []
[2024-08-02T08:40:15.640344+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addClasses()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using "Contao\\ClassLoader::addClasses()" has been deprecated and will no longer work in Contao 5.0. at /var/www/vhosts/update.domain.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:116)"} []
Es handelt sich um Contao 4.13. Der Hoster ist Host Europe und die PHP-Version 8.2.
Ich habe es auch schon mit PHP 8.1 versucht, welches auch bei der ursprünglichen Seite verwendet wird. Dann bekomme ich im Browser eine 404-Seite und die log-Datei ist über 200 MB groß und lässt sich in meinem Editor nicht öffnen
Kann mir jemand helfen?
Vielen Dank im Voraus.