Hello,
Thank you for your reply and for providing additional clarification.
I understand the confusion. While "Articles Scroller" does appear in the SP Page Builder addon panel and has the same name as the core addon, SP Page Builder allows addons to be overridden by templates. You can find more information about this feature here:
https://www.joomshaper.com/documentation/sp-page-builder/how-to-override-sp-builder-addons
A template developer can either:
- Override an existing SP Page Builder addon and customize its functionality.
- Create completely new custom addons that appear inside the SP Page Builder interface.
The reason I believe this issue is not coming from the core SP Page Builder addon is based on the file path shown in the screenshot I shared earlier. The addon is being loaded from your template directory rather than the SP Page Builder core directory.
If this were the original core addon, the path would be similar to:
JROOT/components/com_sppagebuilder/addons/articles_scroller
However, in your case, the files are being loaded from the template folder, which indicates that the addon has been overridden by the template.
This is also why disabling the addon resolves the issue—the overridden version is calling the deprecated method TagsHelper::getMultipleItemTags(), which is no longer available in your current Joomla environment.
Best regards