Bug - SPBB Crashing My Sites Using ACY Mailing - Question | JoomShaper

Bug - SPBB Crashing My Sites Using ACY Mailing

B

Bayard

SP Page Builder 9 months ago

A lot of my sites use ACYMAILING and when we run updates on ACY and SPPB, our sites get jumbled and crash.

Below is from the ACY dev team. Can you give me an idea of when this will be fixed in SPPB? We have a ton of sites and don't want to run any future updates till this gets resolved.

The issue on the acymailing_list table that doesn't exist seems to be caused by the SP PageBuilder extension.

In the file components/com_sppagebuilder/builder/classes/base.php line 872, they don't check the version number correctly.

You can replace this line: if ($acym_version >= 6)

By this one to fix the issue: if (version_compare($acym_version, '6.0', '>='))

We have contacted SP Page Builder developers to alret them about this issue

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #182918

Yes, we know it for last days, we also got info from Acy Developer. And will be fixed in next update (this week).

You can use that file by now (unzip first then override) >> base.zip


change must be done in two lines, not only one.

Thanks and we apologise for any inconvenience.

0