Seite 1 von 1

BlackCat CMS v1.2.2 Beta1

Verfasst: Mi 14. Dez 2016, 17:07
von shadowcat
Anbei die erste Beta zu BC Version 1.2.2 mit der Bitte um Test. Changelog folgt.

Edit: Anhang entfernt.

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: Mi 14. Dez 2016, 17:09
von shadowcat
Changes since tag: 1.2.1

283/closed: v1.1: footers.inc.php not loaded for modules
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/283

341/closed: Wrong path in Droplets Helper
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/341

343/closed: Addons Catalog: Unable to install modules with tag only
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/343

349/closed: 1.2.1: All templates marked as "mandatory"
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/349

350/closed: 1.2.1: "Deprecated" message in class.order.php (PHP7)
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/350

351/closed: v1.2.1: XSS vulnerability in Backend (page language links)
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/351

354/closed: Error in "fixed" template.inc (phpLib)
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/354

358/closed: Installation fails at last step
fixed/ready: yes
URL: https://github.com/BlackCatDevelopment/ ... issues/358

359/ open: Error in Mojito Template -> index.php
fixed/ready: no
URL: https://github.com/BlackCatDevelopment/ ... issues/359

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: Do 29. Dez 2016, 10:38
von shadowcat
Das Release 1.2.2 ist jetzt freigegeben.

https://github.com/BlackCatDevelopment/ ... /tag/1.2.2

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: Di 2. Mai 2017, 19:14
von DG70
Hallo und guten Abend,

ich habe gerade von der 1.1.3 auf die 1.2.2 ein Update gestartet ... bzw versucht zu starten. Beim Aufruf der update.php kam folgender Fehler:

!!!ERROR!!! Cannot create database settings file [***/framework/CAT/Helper/DB/***.bc.php]

Das Frontend zeigt nun folgendes:

Error message: Missing database configuration

Ich brauche mal bitte etwas Hilfe ...

Gruß - Dirk

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: Mi 3. Mai 2017, 09:50
von shadowcat
Das passiert wenn beim Auslagern der Datenbankkonfiguration keine Schreibrechte auf das Verzeichnis bestehen. Dort soll eine Datei <kryptischeGUID>.bc.php angelegt werden. Das kannst Du zur Not auch manuell machen. Inhalt der Datei:

Code: Alles auswählen


;<?php
;die(); // For further security
;/*

[CAT_DB]
TYPE=mysql
HOST=localhost
PORT=3306
USERNAME=<Datenbankbenutzer>
PASSWORD=<Datenbankkennwort>
NAME=<Datenbankname>

;*/
;?>

Eventuell mußt Du auch HOST und PORT anpassen.

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: So 14. Mai 2017, 19:57
von DG70
Vielen Dank !
Verzeichnis freigegeben und das Update lief durch.

Re: BlackCat CMS v1.2.2 Beta1

Verfasst: Mo 15. Mai 2017, 12:03
von shadowcat
Prima. :)