SPPB And Acymailing Problem - Question | JoomShaper

SPPB And Acymailing Problem

Kostas Konstantinidis

Kostas Konstantinidis

SP Page Builder 9 months ago

Hi team, I attach the message of the acymailng's tecnhical support 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', '>=')) I contacted them so that they could release a patch, thank you for reporting this. Thank's

0
10 Answers
CE
Chris Elliott
Accepted Answer
9 months ago #182233

As Kostas Konstantinidis says above..

ACYBA have already reported this issue to you at Joomshaper!

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

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

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

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

  • You guys need to implement this fix in 5.4.7

I applied this manually and the fix works fine. C

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182342

Glad to know that it's fixed. You can now close this post by accepting the answer. By the way, I will inform our team about it.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182095

Hi

Thanks for contacting us and sorry for your issue, I need to talk about it with our DEV team. I will let you know then.

-Regards.

0
T
thierrymjshpr
Accepted Answer
9 months ago #182538

Hi,

Unfortunately "versioncompare" is unknown function for my site ! Any other idea, please ?

Regards,

0
T
thierrymjshpr
Accepted Answer
9 months ago #182539

Sorry but even with if (version_compare($acym_version, '6.0', '>=')) my front site return "Please make sure that AcyMailing is installed and activated." Regards,

0
Kostas Konstantinidis
Kostas Konstantinidis
Accepted Answer
9 months ago #182591

You must have installed Acymailing version 10.0.1 They have done a lot of changes in their code. In other case sent them a message for support.Regards

0
T
thierrymjshpr
Accepted Answer
9 months ago #182601

Thanks but the problem appeared when I updated to the Acymailing version 10.0.1.

I already asked them and they told they advised JoomShaper to change their code...

From my side, I tried to comment the code part to not checked for version but I didn't succeed (I'm not a coder)...

So, I'm blocked.

Regards,

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182640

Would you kindly create a new forum post about this? We will be happy to assist you. By the way, this issue is known by our DEV team. They will get it sorted out in short order.

Thanks.

0
T
thierrymjshpr
Accepted Answer
9 months ago #182647

Hi, New forum post created, many thanks. Regards,

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182657

You are welcome. Please wait then, our team will help you.

0