2013-10-25

Hallo,

ich bin mit meiner Seite umgezogen. Mit Filezilla habe ich alles zu dem neuen Hoster hochgeladen.

Die Seite ist auch im "Normalmodus" sichtbar und funtionstüchtig. Gibt man jedoch die url ohne "www." vorab ein, oder probiert man den Admin-Login, erscheint folgende Fehlermeldung:

An error occurred while executing this script!

1. If you are a Contao user, contact the administrator of your website.

2. Open file system/logs/error.log and search for a corresponding entry.

3. Open file system/config/localconfig.php and add the following line:

$GLOBALS['TL_CONFIG']['displayErrors'] = true;

4. Read the Contao FAQs or visit the Contao support page.

Da ich mit Punkt 2 nichts anfangen konnte, habe ich Punkt 3 probiert. Ergebnis:

Fatal error: Uncaught exception Exception with message Could not connect to database (Connection refused) thrown in /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/libraries/Database.php on line 78

#0 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/libraries/Database.php(136): Database->__construct()

#1 [internal function]: Database::getInstance()

#2 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/libraries/System.php(147): call_user_func(Array)

#3 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/libraries/Model.php(86): System->import('Database')

#4 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/modules/backend/BackendUser.php(73): Model->__construct()

#5 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/modules/backend/BackendUser.php(158): BackendUser->__construct()

#6 [internal function]: BackendUser::getInstance()

#7 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/system/libraries/System.php(147): call_user_func(Array)

#8 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/contao/index.php(61): System->import('BackendUser', 'User')

#9 /customers/d/4/9/bauelemente-hoppe.de/httpd.www/contao/index.php(137): Index->__construct()

#10 {main}

Somit bin ich nun zu Punkt 4 übergegangen und erhoffe mir von euch Hilfe.

Vielen Dank vorab!

Show more