Bug Between SP Pagebuilder 5.4.6 And Acymailing 10.0 - Question | JoomShaper

Bug Between SP Pagebuilder 5.4.6 And Acymailing 10.0

JM

Jean Machuron

SP Page Builder 9 months ago

Hello There seems to be a bug between SP Page builder and acymailing version 10 The error is Table 'ahadbjoomla.yq0g1_acymailing_list' doesn't exist and comes from SP PAGEBUILDER main component I guess that the correct name is acym_list Could you quickly check and correct ? Thanks Jean

0
4 Answers
JM
Jean Machuron
Accepted Answer
8 months ago #182937

your error is in this block

            if ($acym_version >= 6)
            {
                $query2->select($db->quoteName(array('id', 'name')));
                $query2->from($db->quoteName('#__acym_list'));
                $query2->where($db->quoteName('active') . ' = ' . $db->quote(1));
            }
            else
            {
                $query2->select($db->quoteName(array('listid', 'name')));
                $query2->from($db->quoteName('#__acymailing_list'));
                $query2->where($db->quoteName('published') . ' = ' . $db->quote(1));
            }

which is in the builder/classes/base.php

the new version of acymailing is not recognized and breaks the code

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #182940

Hi

Thanks for contacting us and sorry for this inconvenience. I will inform our DEV team about it, so that they will fix it ASAP.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #182942

Jean,

Here is corrected file (download, unzip & override) >> base.zip

I shared that file on our forum before and works.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #183072

Hi Jean,

This bug will be fixed in our next update. And Paul is also sharing the corrected file. You can check that.

0