[english version below]
Der von der CiviCRM-Community gepflegte Caldera-Forms-Fork ist im aktuellen Release 1.9.8 leider nicht mit CiviCRM 6.15.x kompatibel.
Bis es ein neues Release gibt, bieten wir hier eine gepatchte Version an:
caldera-forms-1.9.8-MR6–MR7–monolog-logger-psr3.zip (5,5 MB)
Das Zip enthält das aktuelle Release 1.9.8 mit folgenden Patches:
- MR 6: Prevent errors when path is an array and not a string in DeleteFileJob
- MR 7: PHP 8: runtime error fix in classes/magic and syntax fix in includes/cf-pro-client
- Fix zu Cannot activate caldera-forms in CiviCRM 6.15 because of changes in Psr/Log
Da CiviCRM 6.15.x nicht mit dieser gepatchten Version klar kommt und die gepatchte Version nicht mit CiviCRM vor 6.15, ist die Installation etwas aufwendiger als gewohnt:
- WP-Site in Wartungsmodus setzen
- Caldera-Forms (temporär) deaktivieren
- entweder per UI
- oder per Konsole:
wp plugin deactivate caldera-forms; wp cache flush
- CiviCRM auf 6.15.x aktualisieren
(inkl. etwaiger DB-Updates und Cache löschen) - neue Version aus dem Zip installieren
- entweder in
wp-content/plugins/altes caldera-forms-Verzeichnis weg-moven (als Backupo) und Zip dort in entpacken - oder
wp plugin install https://community.software-fuer-engagierte.de/uploads/short-url/4Gst0TYVPZ8Ys0eoIRvWUeaYog8.zip –force
- entweder in
- Caldera-Forms wieder aktivieren
- entweder per UI
- oder per Konsole:
wp plugin activate caldera-forms; wp cache flush
- Wartungsmodus deaktivieren
English version:
The current release 1.9.8 of the Caldera-Forms-Fork maintained by the CiviCRM community is not compatible with CiviCRM 6.15.x.
Until there is a new release we’re offering a patched version:
caldera-forms-1.9.8-MR6–MR7–monolog-logger-psr3.zip (5,5 MB)
The zip includes the current release 1.9.8 with the following patches:
- MR 6: Prevent errors when path is an array and not a string in DeleteFileJob
- MR 7: PHP 8: runtime error fix in classes/magic and syntax fix in includes/cf-pro-client
- Fix to Cannot activate caldera-forms in CiviCRM 6.15 because of changes in Psr/Log
Because CiviCRM 6.15.x is not working with this patched version and the patched versionis not working with CiviCRM prior to 6.15, installation is a little bit more tricky than usually:
- Set WP site into maintenance mode
- (temporally) deactivate Caldera-Forms
- either via UI
- oder via console:
wp plugin deactivate caldera-forms; wp cache flush
- Update CiviCRM to 6.15.x
(including DB-updates und clearing the cache) - install new version from the zip file
- either goto
wp-content/plugins/, move away the old caldera-forms-directory (as backup) and extract zip file there - or
wp plugin install https://community.software-fuer-engagierte.de/uploads/short-url/4Gst0TYVPZ8Ys0eoIRvWUeaYog8.zip –force
- either goto
- re-activate Caldera-Forms
- either via UI
- or via console:
wp plugin activate caldera-forms; wp cache flush
- deactivate maintenance mode