Seite 1 von 1

Version 1.0.4 veröffentlicht

Verfasst: Mi 27. Aug 2014, 12:28
von shadowcat
https://github.com/webbird/BlackCatCMS/releases

Die Version ist noch nicht auf der Download-Seite und noch nicht als reines Update verfügbar. Ich arbeite dran.

Re: Version 1.0.4 veröffentlicht

Verfasst: Mi 27. Aug 2014, 13:59
von shadowcat
Bundle und Update sind fertig, allerdings ungetestet. :oops:

Code: Alles auswählen

  247/closed: Fatal error: Call to a member function sendMail() on a non-object
in path\framework\class.wb.php on line 233
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/247

  250/  open: WB compatibility
 fixed/ready: no
         URL: https://github.com/webbird/BlackCatCMS/issues/250

  255/  open: Several problems with search page
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/255

  257/closed: Security issue with cattranslate.php
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/257

Re: Version 1.0.4 veröffentlicht

Verfasst: Do 28. Aug 2014, 17:30
von shadowcat
Beim Update von v1.0.3 kommt es zu folgendem Problem: Die update.php trägt das Datumsformat doppelt ein, einmal im alten und einmal im neuen Format. Siehe https://github.com/webbird/BlackCatCMS/issues/259

Abhilfe:

Wenn das Update schon erfolgt ist, das Datums- und Zeitformat neu setzen (Einstellungen und Profil), abmelden, wieder anmelden.

ODER

In der Datenbanktabelle settings manuell den doppelten Eintrag umbenennen. Der mit den % im Wert muß CAT_* heißen, der andere - per Default d.m.Y bzw. H:i:s - ohne CAT_ davor. Also
CAT_DEFAULT_DATE_FORMAT => DEFAULT_DATE_FORMAT
CAT_DEFAULT_TIME_FORMAT => DEFAULT_TIME_FORMAT

ODER

Wenn das Update noch nicht erfolgt ist: Korrigierte update.php von GitHub runterladen und vor dem Update ersetzen.
https://github.com/webbird/BlackCatCMS/ ... update.php