WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Hallo an alle,nach einem Update auf WB 2.13.0 und bei einer Neuinstallation von WB 2.13.0 unter PHP 8 bei IONOS taucht unter Media folgender Fehler auf:Warning: "integer" will be interpreted as a class name. Did you mean "int"? Write "\integer" to suppress this warning in /homepages/30/d30395917/htdocs/cms_2016/admin/media/browse.php on line 117There was an uncatched exceptionAn error has occurredThe Redirect could not be start automatically.Please click on this link to continue!Genügt es hier, "integer" in "int" umzuschreiben (dann funktioniert es)? Oder muss man noch etwas beachten?
function fsize(integer $iSize) {
function fsize(int $iSize) {
function ToolTip($name, $detail = '')
function ToolTip($name='', $detail = '')