[Locked] Error After Update On SP Pagebuilder 5.1.0 - Question | JoomShaper

[Locked] Error After Update On SP Pagebuilder 5.1.0

UG

Udo Graf

SP Page Builder 7 months ago

Hi, after update on newest version 5.1.0 table element produced error.

I could fix this in the PHP-File "addon-parser.php" on line 1112 as i add $storeData at the end:

$newContent .= self::getAddonHtmlView($contentAddon, $layouts, $pageName, $storeData);

and on line 1124 the same:

$repeatableItems = self::processRepeatableItems($repeatableItems, $addon_name, $layouts, $pageName, $storeData);

Example-Site that fix is ok: https://dev.myc-bingen.de/der-club/beitragsordnung

Please fix this as soon possible!

Thx pc-graf

2
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #132010

Hi All,

sorry for that, I don't how it could happen, during our tests was OK.

Qucik Fix:

Download, unzip and replace that file info_1581_2023.png

File: addon-parser_UNZIP.zip


Offical update soon, probably we'll replace file on server on Monday.

1
Brad Thompson
Brad Thompson
Accepted Answer
7 months ago #131994

Thanks for finding and solving this!

🍺

0
Comunicante
Comunicante
Accepted Answer
7 months ago #131998

HI. I have the same issue ;(

0
Brad Thompson
Brad Thompson
Accepted Answer
7 months ago #131999

Just follow the instructions that were posted.

Open the file "addon-parser.php" on line 1112 and add $storeData at the end so both lines look like this.

$newContent .= self::getAddonHtmlView($contentAddon, $layouts, $pageName, $storeData);

and on line 1124 the same: $repeatableItems = self::processRepeatableItems($repeatableItems, $addon_name, $layouts, $pageName, $storeData);

0
Comunicante
Comunicante
Accepted Answer
7 months ago #132000

Thanks Udo and Brad, I solved

1
D
dak
Accepted Answer
7 months ago #132001

Many thanks, that solved the problem.

0
This topic is locked