Ich habe xampp auf Linux, bei der Instalation von Joomla musste ich schon die Config. php laut Anweisung erstellen. Leider bekomme ich beim Anmelden immer wieder dieser Fehler.
An error has occurred while processing your request.
You may not be able to visit this page because of:
If difficulties persist, please contact the System Administrator of this site and report the error below.
0 Cannot open file for writing log
so sieht die von Joomla vorgesehene config aus:
Bitte benutze den Code Editor, vereinfacht die Darstellung von Code, php usw. - Dobi78
An error has occurred while processing your request.
You may not be able to visit this page because of:
- an out-of-date bookmark/favourite
- a mistyped address
- a search engine that has an out-of-date listing for this site
- you have no access to this page
If difficulties persist, please contact the System Administrator of this site and report the error below.
0 Cannot open file for writing log
so sieht die von Joomla vorgesehene config aus:
PHP:
<?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 $offline_image = '';
public $sitename = 'JSchmidt Fotografie';
public $editor = 'tinymce';
public $captcha = '0';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'root';
public $password = 'js2004';
public $db = 'joomla';
public $dbprefix = 'spkon_';
public $live_site = '';
public $secret = 'Qooo9siV2BIuf4Ow';
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{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 $mailonline = '1';
public $mailer = 'mail';
public $mailfrom = 'jschmidt1965@arcor.de';
public $fromname = 'JSchmidt Fotografie';
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 = 'Eingetragener Foto Journalist';
public $MetaKeys = '';
public $MetaTitle = '1';
public $MetaAuthor = '1';
public $MetaVersion = '0';
public $robots = '';
public $sef = '1';
public $sef_rewrite = '0';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/opt/lampp/htdocs/jsfoto/logs';
public $tmp_path = '/opt/lampp/htdocs/jsfoto/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}
Bitte benutze den Code Editor, vereinfacht die Darstellung von Code, php usw. - Dobi78
Zuletzt bearbeitet von einem Moderator: