Hi, I tried to switch my local installation to Kirby 4 but now i get this error message:
Whoops \ Exception \ ErrorException (E_USER_DEPRECATED) Passing a single space as value to Xml::attr() has been deprecated. In a future version, passing a single space won’t render an empty value anymore but a single space. To render an empty value, please pass an empty string.
Somewhere in your code you are using a single space charchter as a value, possible to set an empty value if a condition isnt true. If you work your way down the left hand side of the error page, you should see what file is doing that.
You need to change it from ' ' to '' and the error should go away then.
Ah… yes thats how i learned about the error ill be releasing a patch soon. in the meantime, you can solve it by changing those three lines in the controller in the plugins index.php file to: