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