/admin.php nicht mehr erreichbar
-> HowTo & Allgemeine Fragen

#1: /admin.php nicht mehr erreichbar Autor: weisnichweiter BeitragVerfasst am: 18.08.2020 17:29
    ----
Hallo,
Ich benutze Dragonfly CMS 9.3.4.1 auf einem PHP 5.4 Server

Plötzlich ist es so, dass ich mich nicht mehr in den Adminbereich einloggen kann.
Zwar kann ich noch die Seite aufrufen, mit
„Adresse“/admin.php
und dort meine Zugangsdaten eingeben.
Aber wenn ich dann auf „Anmelden“ klicke, passiert überhaupt nix.

Ausser, das irgendwo unten am Browserrand steht „Warten auf Adresse…..“

nach ca. 15 Minuten erscheinen dann 5 Symbole in einer Reihe „durchgestrichenes O“,
„? im Karo“, „Haken ( O.K.-Haken)“, „Play-Dreieck“ und noch ein „Play-Dreieck“.

Browsercasch löschen, Browser wechsel, PC-wechsel, Betriebsystem wechsel, Netzwerk wechseln.
Hat alles keine Veränderung gebracht.
Der Webspace-Anbieter konnte auch nicht weiterhelfen.

Vor ca. 2 Monaten konnte ich mich noch einloggen.

Hat jemand eine Lösung oder eine hilfreiche Idee ?

#2: Re: /admin.php nicht mehr erreichbar Autor: ErtanWohnort: Germany BeitragVerfasst am: 21.09.2020 23:34
    ----
hi,
better late then never zwinker

liegt am update check im system
diese muss manuell in datenbank deaktiviert werden und dann der cache ordner geleert werden

siehe unten

gelöst : dragonflycms.org/Forum...25781.html

Array:
The problem is with this (Dragonlycms.org) site and the fact the security protocol is in place for checking for auto updating. If your site doesn't have Https it will time out on the admin.php request.

So, to fix it, you'll need access to your data base and disable the Auto Update feature. You'll find that in the cms_config_custom 'update monitor' table.

Here is the sql to run to change that if you would prefer...

UPDATE `cms_config_custom` SET `cfg_value` = '0' WHERE `cms_config_custom`.`cfg_name` = 'global' AND `cms_config_custom`.`cfg_field` = 'update_monitor';


After you run the update, you'll need to do 2 more things. Completely empty the "cache" folder in your DF directory and clear all cookies and browser data in your browser. Shut down and restart your browser and try logging in to admin.php and you should be good to go.

Hope this helps.



-> HowTo & Allgemeine Fragen

Alle Zeitangaben sind in GMT + 1 Stunden

Seite 1 von 1