Fatal error: Declaration of JoomShaper\SPPageBuilder\DynamicContent\Model::offsetExists(JoomShaper\SPPageBuilder\DynamicContent\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset) in /home/plchealth/public_html/administrator/components/com_sppagebuilder/dynamic-content/Model.php on line 419
Compile Error: Declaration of JoomShaper\SPPageBuilder\DynamicContent\Model::offsetExists(JoomShaper\SPPageBuilder\DynamicContent\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset) (500 Whoops, looks like something went wrong.)

FatalError

HTTP 500 Whoops, looks like something went wrong.

Compile Error: Declaration of JoomShaper\SPPageBuilder\DynamicContent\Model::offsetExists(JoomShaper\SPPageBuilder\DynamicContent\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset)

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1.      * @param mixed $offset The offset
  2.      * 
  3.      * @return bool
  4.      * @since 5.5.0
  5.      */
  6.     public function offsetExists(mixed $offset): bool
  7.     {
  8.         return isset($this->item->$offset);
  9.     }
  10.     /**

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Compile Error: Declaration of JoomShaper\SPPageBuilder\DynamicContent\Model::offsetExists(JoomShaper\SPPageBuilder\DynamicContent\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset)

  at /home/plchealth/public_html/administrator/components/com_sppagebuilder/dynamic-content/Model.php:419