Deprecated: Preg_replace(): Passing Null To Parameter #3 ($subject) Of Type Array|string is Deprecated In /sites/x/components/com_sppagebuilder/helpers/addon-helper.php On Line 117 - Question | JoomShaper

Deprecated: Preg_replace(): Passing Null To Parameter #3 ($subject) Of Type Array|string is Deprecated In /sites/x/components/com_sppagebuilder/helpers/addon-helper.php On Line 117

E

Eduards

SP Page Builder 9 months ago

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /sites/x/components/com_sppagebuilder/helpers/addon-helper.php on line 117

PHP Version 8.2.27 Joomla! 5.2.3 Stable Pitech

0
9 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 9 months ago #181949

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. To better address the issue, could you kindly provide Joomla administrator access? This will enable me to thoroughly investigate the matter and provide you with a prompt resolution.

I appreciate your cooperation and will ensure to get back to you as soon as possible.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
E
Eduards
Accepted Answer
9 months ago #181975

Hi there, Toufiqur Rahman

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 9 months ago #181983

Initially turned off the error. I will try to manage a fix by next update. Thanks

0
E
Eduards
Accepted Answer
9 months ago #181984

What and where did you turn off?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 9 months ago #181985

Check the hidden content.

1
Toufiq
Toufiq
Accepted Answer
Senior Staff 9 months ago #182034

I have solved your issue. No need to apply this code on your site.

0
A
Andres
Accepted Answer
9 months ago #182014

Same problem here: public_html/components/com_sppagebuilder/helpers/addon-helper.php on line 117

Help please

0
E
Eduards
Accepted Answer
9 months ago #182026

Hi, Andres Turn off error display in Global configurtion-server-error reporting-none. This will be fixed by the next update.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 9 months ago #182032

Update: Go to this file location

components/com_sppagebuilder/helpers/addon-helper.php

Find out this line of code

$_value = $settings->$prop->$key->value;

Replace with this code

$_value = empty($settings->$prop->$key->value) ? '' : $settings->$prop->$key->value;
0