× Bitte immer Live Url, PHP Version, Template Version und Template Name angeben

check [GELÖST] Datenbank-Error bei Joomla und Akeeba Update

  • EsRo
  • EsRos Avatar Autor
  • Fresh Boarder
  • Fresh Boarder
  • Beiträge: 1
  • Dank erhalten: 0

[GELÖST] Datenbank-Error bei Joomla und Akeeba Update wurde erstellt von EsRo

Ich habe das Template mit der Quickstart Datei nach Anleitung in einen leeren Webspace installiert, die Datenbank wurde ebenfalls neu erstellt.
Installation verlief erfolgreich, sobald ich jedoch Joomla oder Akeeba Updaten möchte bekomme ich folgende Meldung:
"1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'schemas WHERE extension_id = ?' at line 2"
Meine Seite www.esro-fotografie liegt bei World4You die Version der Datenbank ist MySQL 5.7
Die Reparatur der Datenbanken im Joomla Backend bringt keine Verbesserung

Sobald ich die Seite im Joomla Backend in den Wartungsmodus versetzten möchte ist das Backend und das Frontend nicht mehr erreichbar und ich bekomme den Fehler "Error 500 Something went wrong"

Hier die aktuelle Config.php:
<?php
/**
* Joomla Global Configuration
*
* This file has been modified by ANGIE, the Akeeba Backup restoration script, when restoring or transferring your site.
*
* This comment is removed whe you save the Global Configuration from Joomla's interface and/or when a third party
* extension modifies your site's Global Configuration.
*/
class JConfig
{
public $cookie_domain = '';
public $cookie_path = '';
public $db = '1321558db1';
public $dbprefix = '';
public $dbtype = 'mysqli';
public $force_ssl = '2';
public $fromname = 'Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!';
public $host = 'von mir für die öffentliche Anfrage gelöscht';
public $live_site = '';
public $log_path = '/home/.sites/542/site1321558/web/administrator/logs';
public $mailfrom = 'Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!';
public $mailonline = '1';
public $password = 'von mir für die öffentliche Anfrage gelöscht';
public $secret = 'l2Vm7jatGh4m3U0yqS4uMQCv7jduDDho';
public $sitename = 'EsRo-Fotografie';
public $tmp_path = '/home/.sites/542/site1321558/web/tmp';
public $user = 'von mir für die öffentliche Anfrage gelöscht';
}

Meine PHP Version ist 7.4
Mein Tamplate ist Power

Update, Fehler "The server returned a "500 - Whoops, looks like something went wrong."" erscheint wieder nachdem ich due Seite offline gestellt habe.
meine aktuelle Confic.php sieht nun so aus:
<?php
class JConfig {
public $cookie_domain = '';
public $cookie_path = '';
public $db = 'von mir Gelöscht für die Anfrage';
public $dbprefix = 'jos_';
public $dbtype = 'mysqli';
public $force_ssl = 2;
public $fromname = 'Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!';
public $host = 'von mir Gelöscht für die Anfrage';
public $live_site = '';
public $log_path = '/home/.sites/542/site1321558/web/administrator/logs';
public $mailfrom = 'Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!';
public $mailonline = true;
public $password = 'von mir Gelöscht für die Anfrage';
public $secret = 'l2Vm7jatGh4m3U0yqS4uMQCv7jduDDho';
public $sitename = 'EsRo-Fotografie';
public $tmp_path = '/home/.sites/542/site1321558/web/tmp';
public $user = 'von mir Gelöscht für die Anfrage';
public $caching = 2;
public $cache_handler = 'file';
public $cache_platformprefix = false;
public $cachetime = 15;
public $memcached_persist = true;
public $memcached_compress = false;
public $memcached_server_host = 'localhost';
public $memcached_server_port = 11211;
public $redis_persist = true;
public $redis_server_host = 'localhost';
public $redis_server_port = 6379;
public $redis_server_db = 0;
public $dbencryption = 0;
public $dbsslkey = '';
public $dbsslcert = '';
public $dbsslverifyservercert = false;
public $dbsslca = '';
public $dbsslcipher = '';
public $debug = false;
public $debug_lang = false;
public $debug_lang_const = true;
public $cors = false;
public $cors_allow_origin = '*';
public $cors_allow_headers = 'Content-Type,X-Joomla-Token';
public $cors_allow_methods = '';
public $behind_loadbalancer = false;
public $proxy_enable = false;
public $proxy_host = '';
public $proxy_port = '';
public $proxy_user = '';
public $offset = 'UTC';
public $massmailoff = false;
public $replyto = '';
public $replytoname = '';
public $mailer = 'mail';
public $sendmail = '/usr/sbin/sendmail';
public $smtphost = 'localhost';
public $smtpport = 25;
public $smtpsecure = 'none';
public $smtpauth = false;
public $smtpuser = '';
public $MetaDesc = '';
public $robots = '';
public $MetaRights = '';
public $MetaAuthor = true;
public $MetaVersion = false;
public $sef = true;
public $sef_rewrite = false;
public $sef_suffix = false;
public $unicodeslugs = false;
public $sitename_pagetitles = 0;
public $gzip = false;
public $error_reporting = 'default';
public $session_handler = 'filesystem';
public $session_filesystem_path = '';
public $session_memcached_server_host = 'localhost';
public $session_memcached_server_port = 11211;
public $session_redis_persist = 1;
public $session_redis_server_host = 'localhost';
public $session_redis_server_port = 6379;
public $session_redis_server_db = 0;
public $lifetime = 15;
public $shared_session = false;
public $session_metadata = true;
public $offline = true;
public $display_offline_message = 1;
public $offline_message = '';
public $offline_image = '';
public $frontediting = 2;
public $editor = 'tinymce';
public $captcha = '0';
public $access = 1;
public $list_limit = 20;
public $feed_limit = 10;
public $feed_email = 'none';
public $log_everything = 0;
public $log_deprecated = 0;
public $log_priorities = array('0' => 'all');
public $log_categories = '';
public $log_category_mode = 0;
public $asset_id = '1';
public $smtppass = '';
public $redis_server_auth = '';
public $session_redis_server_auth = '';
}

Ich habe auch versucht hier den WERT zu Ändern: public $offline = true; von true auf 0, bringt leider die Seite auch nicht mehr zurück
Letzte Änderung: 1 Jahr 9 Monate her von EsRo.
1 Jahr 9 Monate her #1

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Installations-Service

Sparen Sie Zeit, wir installieren ihr gekauftes Joomla Template
mit all den dazugehörigen Extensions und dem "Demo Inhalt" innerhalb der nächsten 24 Stunden
auf einem Server/Webhost ihrer Wahl

Kaufen - 59€

Copyright © 2022 Joomlaplates | Joomla 4 Templates mit Uikit 3

Impressum & Datenschutz | AGB