Error On Localhost - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Error On Localhost

I

Ionut

Helix Framework 3 years ago

Hi, I have Helix Ultimate latest version, SP Page builder latest version. I just installed Joomla 4 latest version , helix ultimate and SP page Builder. I choosed home page- page built with sp page builder Site is empty, i didn't add something in pages

and i have this error https://prnt.sc/mgBhlbgEGyKg

Do you have any idea regarding this? I just installed on my localhost

0
2 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #78762

Hello Ionut

Which versions are you using? Please mention for PHP, Helix Ultimate, SP Page Builder.

Best regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #78771

PHP 8.1 is not fully supported yet in Helix, so use PHP 8.0.x OR make this change:

php81.png

public function count_modules($position)
{
    $position = Helper::CheckNull($position);
    return ($this->doc->countModules($position) || $this->has_feature($position));
}
0