Hello.
One of my servers is updated to PHP8. It seems that most of the templates get a fatal error when moving to PHP8. For example JP Medical gives errors like:
Fatal error: Declaration of Warp\Dom\Element::before($data) must be compatible with DOMElement::before(...$nodes):
Warning: Trying to access array offset on value of type int in /templates/jp-medical/warp/src/Warp/Config/Repository.php on line 243
How can I solve this fatal error ?
Please Log in or Create an account to join the conversation.