Nach Umstellung auf PHP 8 bleibt Seite weiß
2 Jahre 1 Monat her #5350
von Nesti
Nach Umstellung auf PHP 8 bleibt Seite weiß wurde erstellt von Nesti
Hallo,
da nur beschränkt Kentnisse von php und joomla habe, versuche ich mal mein Glück hier:
Nach Umstellung auf php 8 bleibt bei mir alles weiß, es kommt also noch nicht mal eine Fehlermeldung.
Wie kann ich vorgehen um den Fehler zu finden?
Version: Joomla! 3.9.8 Stable
www.chemie-triptis.de
Ich würde mich freuen, wenn sich jemand es annimmt und mir HIlfestellung gibt.
Danke im voraus
da nur beschränkt Kentnisse von php und joomla habe, versuche ich mal mein Glück hier:
Nach Umstellung auf php 8 bleibt bei mir alles weiß, es kommt also noch nicht mal eine Fehlermeldung.
Wie kann ich vorgehen um den Fehler zu finden?
Version: Joomla! 3.9.8 Stable
www.chemie-triptis.de
Ich würde mich freuen, wenn sich jemand es annimmt und mir HIlfestellung gibt.
Danke im voraus
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 1 Monat her #5351
von Renate
Renate antwortete auf Nach Umstellung auf PHP 8 bleibt Seite weiß
Hallo,
wenn du Zugang zu den Dateien hast (via FTP oder SFTP) dann editiere in der Datei "configuration.php" folgende Zeilen:
public $error_reporting = ‚maximum‘;
public $debug = ‚1‘;
Jetzt sollte es wirkliche Fehlermeldungen geben.
Bei Welchem Hoster bist du?
wenn du Zugang zu den Dateien hast (via FTP oder SFTP) dann editiere in der Datei "configuration.php" folgende Zeilen:
public $error_reporting = ‚maximum‘;
public $debug = ‚1‘;
Jetzt sollte es wirkliche Fehlermeldungen geben.
Bei Welchem Hoster bist du?
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 1 Monat her - 2 Jahre 1 Monat her #5352
von Nesti
Nesti antwortete auf Nach Umstellung auf PHP 8 bleibt Seite weiß
Danke für die Antwort. Ich habe beides angepasst - die Seite bleibt trotzdem ohne Fehlermeldung weiterhin weiß.
Ich bin bei Strato
Ich bin bei Strato
Letzte Änderung: 2 Jahre 1 Monat her von Nesti.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 1 Monat her - 2 Jahre 1 Monat her #5353
von Renate
Renate antwortete auf Nach Umstellung auf PHP 8 bleibt Seite weiß
Kannst du die ganze Datei mal bitte hier posten?
Aber !! Passwörter und Benutzer unkenntlich machen !!
EDIT: Die Seite ist doch zu sehen ...
Aber !! Passwörter und Benutzer unkenntlich machen !!
EDIT: Die Seite ist doch zu sehen ...
Letzte Änderung: 2 Jahre 1 Monat her von Renate.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 1 Monat her #5354
von Nesti
Nesti antwortete auf Nach Umstellung auf PHP 8 bleibt Seite weiß
<?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 = 'FC Chemie Triptis';
public $editor = 'jce';
public $captcha = '0';
public $list_limit = '20';
public $access = '1';
public $debug = '1';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'rdbms.strato.de';
public $user = '*********';
public $password = '**************';
public $db = '*********';
public $dbprefix = 'chemie_';
public $live_site = '';
public $secret = 'LAMupVC0u6W21Uga';
public $gzip = '0';
public $error_reporting = 'maximum';
public $helpurl = ' help.joomla.org/proxy?keyref=Help{major}...yref}&lang={langcode }';
public $ftp_host = '';
public $ftp_port = '';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';
public $offset = 'UTC';
public $mailonline = '1';
public $mailer = 'mail';
public $mailfrom = 'fussball-sok@gmx.de';
public $fromname = 'FC Chemie Triptis';
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 $cache_platformprefix = '0';
public $MetaDesc = '';
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 $feed_email = 'none';
public $log_path = '/mnt/web210/c0/14/58256014/htdocs/fcc/administrator/logs';
public $tmp_path = '/mnt/web210/c0/14/58256014/htdocs/fcc/tmp';
public $lifetime = '15';
public $session_handler = 'database';
public $memcache_persist = '1';
public $memcache_compress = '0';
public $memcache_server_host = 'localhost';
public $memcache_server_port = '11211';
public $memcached_persist = '1';
public $memcached_compress = '0';
public $memcached_server_host = 'localhost';
public $memcached_server_port = '11211';
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '6379';
public $redis_server_auth = '';
public $redis_server_db = '0';
public $proxy_enable = '0';
public $proxy_host = '';
public $proxy_port = '';
public $proxy_user = '';
public $proxy_pass = '';
public $massmailoff = '0';
public $replyto = '';
public $replytoname = '';
public $MetaRights = '';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $session_memcache_server_host = 'localhost';
public $session_memcache_server_port = '11211';
public $session_memcached_server_host = 'localhost';
public $session_memcached_server_port = '11211';
public $shared_session = '0';
public $frontediting = '1';
public $cookie_domain = '';
public $cookie_path = '';
public $asset_id = '1';
public $debug_lang_const = '1';
public $session_redis_persist = '1';
public $session_redis_server_host = 'localhost';
public $session_redis_server_port = '6379';
public $session_redis_server_auth = '';
public $session_redis_server_db = '0';
}
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 = 'FC Chemie Triptis';
public $editor = 'jce';
public $captcha = '0';
public $list_limit = '20';
public $access = '1';
public $debug = '1';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'rdbms.strato.de';
public $user = '*********';
public $password = '**************';
public $db = '*********';
public $dbprefix = 'chemie_';
public $live_site = '';
public $secret = 'LAMupVC0u6W21Uga';
public $gzip = '0';
public $error_reporting = 'maximum';
public $helpurl = ' help.joomla.org/proxy?keyref=Help{major}...yref}&lang={langcode }';
public $ftp_host = '';
public $ftp_port = '';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';
public $offset = 'UTC';
public $mailonline = '1';
public $mailer = 'mail';
public $mailfrom = 'fussball-sok@gmx.de';
public $fromname = 'FC Chemie Triptis';
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 $cache_platformprefix = '0';
public $MetaDesc = '';
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 $feed_email = 'none';
public $log_path = '/mnt/web210/c0/14/58256014/htdocs/fcc/administrator/logs';
public $tmp_path = '/mnt/web210/c0/14/58256014/htdocs/fcc/tmp';
public $lifetime = '15';
public $session_handler = 'database';
public $memcache_persist = '1';
public $memcache_compress = '0';
public $memcache_server_host = 'localhost';
public $memcache_server_port = '11211';
public $memcached_persist = '1';
public $memcached_compress = '0';
public $memcached_server_host = 'localhost';
public $memcached_server_port = '11211';
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '6379';
public $redis_server_auth = '';
public $redis_server_db = '0';
public $proxy_enable = '0';
public $proxy_host = '';
public $proxy_port = '';
public $proxy_user = '';
public $proxy_pass = '';
public $massmailoff = '0';
public $replyto = '';
public $replytoname = '';
public $MetaRights = '';
public $sitename_pagetitles = '0';
public $force_ssl = '0';
public $session_memcache_server_host = 'localhost';
public $session_memcache_server_port = '11211';
public $session_memcached_server_host = 'localhost';
public $session_memcached_server_port = '11211';
public $shared_session = '0';
public $frontediting = '1';
public $cookie_domain = '';
public $cookie_path = '';
public $asset_id = '1';
public $debug_lang_const = '1';
public $session_redis_persist = '1';
public $session_redis_server_host = 'localhost';
public $session_redis_server_port = '6379';
public $session_redis_server_auth = '';
public $session_redis_server_db = '0';
}
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
2 Jahre 1 Monat her #5355
von Renate
Renate antwortete auf Nach Umstellung auf PHP 8 bleibt Seite weiß
Die Seite ist doch online.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Ladezeit der Seite: 0.192 Sekunden