PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
The requested page can't be found.
Beitrag
<blockquote data-quote="darkdevel" data-source="post: 2512174" data-attributes="member: 580416"><p><strong>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. </strong></p><p><strong></strong></p><p><strong>An error has occurred while processing your request.</strong></p><p></p><p>You may not be able to visit this page because of:</p><p></p><ul> <li data-xf-list-type="ul">an <strong>out-of-date bookmark/favourite</strong></li> <li data-xf-list-type="ul">a <strong>mistyped address</strong></li> <li data-xf-list-type="ul">a search engine that has an <strong>out-of-date listing for this site</strong></li> <li data-xf-list-type="ul">you have <strong>no access</strong> to this page</li> </ul><p>Go to the Home Page</p><p></p><p></p><p></p><p>If difficulties persist, please contact the System Administrator of this site and report the error below.</p><p></p><p>0 Cannot open file for writing log</p><p></p><p></p><p>so sieht die von Joomla vorgesehene config aus:</p><p></p><p>[php]<?php</p><p>class JConfig {</p><p> public $offline = '0';</p><p> public $offline_message = 'Diese Website ist zurzeit im Wartungsmodus.<br />Bitte später wiederkommen.';</p><p> public $display_offline_message = '1';</p><p> public $offline_image = '';</p><p> public $sitename = 'JSchmidt Fotografie';</p><p> public $editor = 'tinymce';</p><p> public $captcha = '0';</p><p> public $list_limit = '20';</p><p> public $access = '1';</p><p> public $debug = '0';</p><p> public $debug_lang = '0';</p><p> public $dbtype = 'mysqli';</p><p> public $host = 'localhost';</p><p> public $user = 'root';</p><p> public $password = 'js2004';</p><p> public $db = 'joomla';</p><p> public $dbprefix = 'spkon_';</p><p> public $live_site = '';</p><p> public $secret = 'Qooo9siV2BIuf4Ow';</p><p> public $gzip = '0';</p><p> public $error_reporting = 'default';</p><p> public $helpurl = 'https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';</p><p> public $ftp_host = '127.0.0.1';</p><p> public $ftp_port = '21';</p><p> public $ftp_user = '';</p><p> public $ftp_pass = '';</p><p> public $ftp_root = '';</p><p> public $ftp_enable = '0';</p><p> public $offset = 'UTC';</p><p> public $mailonline = '1';</p><p> public $mailer = 'mail';</p><p> public $mailfrom = 'jschmidt1965@arcor.de';</p><p> public $fromname = 'JSchmidt Fotografie';</p><p> public $sendmail = '/usr/sbin/sendmail';</p><p> public $smtpauth = '0';</p><p> public $smtpuser = '';</p><p> public $smtppass = '';</p><p> public $smtphost = 'localhost';</p><p> public $smtpsecure = 'none';</p><p> public $smtpport = '25';</p><p> public $caching = '0';</p><p> public $cache_handler = 'file';</p><p> public $cachetime = '15';</p><p> public $MetaDesc = 'Eingetragener Foto Journalist';</p><p> public $MetaKeys = '';</p><p> public $MetaTitle = '1';</p><p> public $MetaAuthor = '1';</p><p> public $MetaVersion = '0';</p><p> public $robots = '';</p><p> public $sef = '1';</p><p> public $sef_rewrite = '0';</p><p> public $sef_suffix = '0';</p><p> public $unicodeslugs = '0';</p><p> public $feed_limit = '10';</p><p> public $log_path = '/opt/lampp/htdocs/jsfoto/logs';</p><p> public $tmp_path = '/opt/lampp/htdocs/jsfoto/tmp';</p><p> public $lifetime = '15';</p><p> public $session_handler = 'database';</p><p></p><p>}[/php]</p><p></p><p><span style="color: #ff4d4d">Bitte benutze den Code Editor, vereinfacht die Darstellung von Code, php usw. - Dobi78</span></p></blockquote><p></p>
[QUOTE="darkdevel, post: 2512174, member: 580416"] [B]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.[/B] You may not be able to visit this page because of: [LIST] [*]an [B]out-of-date bookmark/favourite[/B] [*]a [B]mistyped address[/B] [*]a search engine that has an [B]out-of-date listing for this site[/B] [*]you have [B]no access[/B] to this page [/LIST] Go to the Home 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'; }[/php] [COLOR=#ff4d4d]Bitte benutze den Code Editor, vereinfacht die Darstellung von Code, php usw. - Dobi78[/COLOR] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 5, ▼ = 2 und ■ = 7, was ist ▲ × ▼ + ■?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
The requested page can't be found.
Oben