I just installed the latest ACY Version 10 and on my home page i am getting this now.
ERROR - 1146 Table _acymailing_list' doesn't exist

When I disable ACY from admin settings my site loads.

I am running joomla 4.4.9 and installed ACY 10.0.1

Thanks

  • mihhaSupport Beginner

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

Thank you so much and hopefully SP Page builder makes that change.

5 days later

I had the same problem... the manual fix worked.

Same problem in acy 10.* and sppb 5.3.7 pro and this correction worked fine! Thanks!

4 days later

I had same problem!

Installing last SP Pagebuilder version 5.5.1 solved. Thanks

    2 months later

    rcarlucci Mine didn't correct itself when I installed it. The error didn't even appear anymore after I changed the code, but when I go to create a form inside SPPB, it gives an error.(COM_SPPAGEBUILDER_ADDON_OPTIN_PLATFORM_ACYMAILING_NOT_INSTALLED), Can you send me your SPPB file just for a test?

      ygorfk

      Hi,

      To provide you with the best assistance possible, I kindly request that you submit a support ticket through our website at https://www.acymailing.com/support/. Our team will be able to efficiently and effectively provide you with the assistance you need.

      Please note that our ticket support is exclusively available for our customers with an active Essential or Enterprise license. If your license has expired or you are using the Starter version, we kindly invite you to renew or upgrade your license prior to opening your support ticket.