WBCE CMS – Way Better Content Editing.
You are not logged in.
Hallo Florian,
bin mir nicht sicher ob das so passt, aber kannst du die angehängte Version mal testen?
Sieht für mich alles logisch aus, nur bei offsetSet und offsetUnset passiert irgend eine Magie in Abhängigkeit vom Rückgabetyp...
Offline
Danke sehr.
Die Deprecated-Meldungen von Zeile 134 und 141 kommen aber immer noch.
Keine Ahnung, wo die Funktionen überhaupt aufgerufen werden, jedenfalls nicht direkt in der view.php. Da kann man wohl nur die Deprecated-Meldungen unterdrücken und gemäß Stackoverflow in der SG_iCal_Line.php #[\ReturnTypeWillChange] vor den betr. Funktionsaufrufen ergänzen:
...
/**
* Disabled ArrayAccess requirement
* @see ArrayAccess.offsetSet
*/
#[\ReturnTypeWillChange]
public function offsetSet( $param, $val ):bool {
return false;
}
/**
* Disabled ArrayAccess requirement
* @see ArrayAccess.offsetUnset
*/
#[\ReturnTypeWillChange]
public function offsetUnset( $param ):bool {
return false;
}
...Last edited by florian (07.08.2022 07:38:36)
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
Hallo,
php_error.log.php wird mit Deprecated Meldungen geflütet:
PHP 8.2.7
2024-02-22T14:14:31+01:00 [Deprecated] /modules/extcal/SG_iCal/blocks/SG_iCal_VEvent.php:[266] from /modules/extcal/SG_iCal/blocks/SG_iCal_VEvent.php:[62] SG_iCal_VEvent->getTimestamp "Creation of dynamic property SG_iCal_VEvent::$previous_tz is deprecated"
2024-02-22T14:14:31+01:00 [Deprecated] /modules/extcal/SG_iCal/blocks/SG_iCal_VEvent.php:[268] from /modules/extcal/SG_iCal/blocks/SG_iCal_VEvent.php:[62] SG_iCal_VEvent->getTimestamp "Creation of dynamic property SG_iCal_VEvent::$tzid is deprecated"Offline
The deprecated warnings with php 8.2 should be fixed with Release 1.2.14 now.
There is a default css style now, which only gets applied upon first installation. If you want to apply it with the update, you have to manually copy default.css to frontend.css (this is a safety measure so that individual changes to the styling aren't lost during module updates). up to now, the default.css was just more or less an empty skeleton to define your own styles.
Offline
Hallo zusammen,
ich möchte gerne einen Kalender mit einer URL á la
https://.../caldav/+public/calendarmittels Extcal in unsere Webseite einbinden.
Im Kalender meines E-Mail-Programms (Thunderbird) funktioniert die Synchronisation mit diesem Kalender. Dort wird allerdings ein Benutzername und ein Passwort abgefragt. In den Einstellungen zum Extcal gibt es dafür aber gar keine Felder, um diese zu hinterlegen. Ist das gar nicht vorgesehen, oder sehe ich den Wald vor lauter Bäumen nicht?
Es würde mich sehr freuen, wenn mir da jemand weiterhelfen könnte.
Mit den besten Grüßen
GKS
Last edited by gks (02.09.2025 22:12:47)
WBCE Version: 1.6.3
PHP Version: 8.3.19
MySQL Version: 5.7.38
Hoster: Strato 
Offline
Hast du es schon einmal so ausprobiert
https://username:password@example.com/xyzHoster: ALL-INKL *** Grundsätzliche WBCE Konfig ***
WBCE: 1.6.5 • BE: 2.1.0 • PHP: 8.3.29 * 1. Projekt: FE: Simple responsive * 2. Projekt: FE: hortal * 3. Projekt: FE: WBCEZon * 4. Projekt: FE: WBCETik * Alle • BE: Argos
Status Projekt 1-4: OK
Offline
gks, florian
Hallo Slugger,
ja, jetzt eben habe ich das mal probiert
Und: Es funktioniert.
Vielen Dank,
GKS
WBCE Version: 1.6.3
PHP Version: 8.3.19
MySQL Version: 5.7.38
Hoster: Strato 
Offline