Hallo
Ich weiss, viele haben dieses Problem! Ich habe stundenlang gegoogelt und die configuration.php immer wieder überprüft aber ich komme nicht drauf wo der Fehler liegt.
Meine Website hat local funktioniert

und dann habe ich sie auf den Webserver geladen ( bei green.ch). Leider funktioniert nichts mehr und ich bekomme immer obigen Fehler.
Hier meine Config-Datei:
<?php
class JConfig {
public $offline = '0';
public $offline_message = 'Diese Website ist zurzeit im Wartungsmodus.<br />Bitte später wiederkommen.';
public $display_offline_message = '1';
public $sitename = 'Albin-OW';
public $editor = 'tinymce';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysql';
public $host = 'mysql03';
public $user = 'user#####';
public $password = 'xxxxxxxxx';
public $db = 'db27########';
public $dbprefix = 'k0g54_';
public $live_site = '';
public $secret = 'wwlSQ4ft62ws5lmc';
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = '
help.joomla.org/proxy/index.php?option=c...eyref=Help16:{keyref
}';
public $ftp_host = '127.0.0.1';
public $ftp_port = '21';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';
public $offset = 'UTC';
public $offset_user = 'UTC';
public $mailer = 'mail';
public $mailfrom = 'info@albin-ow.ch';
public $fromname = 'Albin-OW';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $MetaDesc = '';
public $MetaKeys = '';
public $MetaAuthor = '1';
public $sef = '1';
public $sef_rewrite = '0';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/joomla/logs';
public $tmp_path = '/joomla/tmp';
public $lifetime = '180';
public $session_handler = 'database';
public $MetaRights = '';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $feed_email = 'author';
public $cookie_domain = '';
public $cookie_path = '';
}
Übrigens, meine Website liegt im Unterverzeichnis "joomla"
Ein genervter User ist für jede Hilfe dankbar!!!
Albin