Thomas Venugopal
Using latest versions of everything.
I visit the page builder in Yootheme. I can see existing images. When adding an image the image is not shown in the page builder, only the placeholder of a failed loading image. The URL to the image looks like this: component/ajax/?p=image&src=%7B"file"%3A"images%2Fballon-lp-mobile-600x1112.jpg"%2C"type"%3A"webp%2C85"%2C"thumbnail"%3A"%2C%2C"%7D&hash=9fdce8ef
When visiting the url I can see this error message:
0
RegularLabs\Library\DB::isExclude(): Argument #1 ($string) must be of type string, null given
Call stack
# Function Location
1 () JROOT/libraries/regularlabs/src/DB.php:264
2 RegularLabs\Library\DB::isExclude()
3 call_user_func_array() JROOT/plugins/system/articlesanywhere/src/Helpers/DB.php:30
4 RegularLabs\Plugin\System\ArticlesAnywhere\Helpers\DB::__callStatic() JROOT/plugins/system/articlesanywhere/src/DataGroups/Article.php:108
5 RegularLabs\Plugin\System\ArticlesAnywhere\DataGroups\Article->getPreOrdering() JROOT/plugins/system/articlesanywhere/src/Articles.php:436
6 RegularLabs\Plugin\System\ArticlesAnywhere\Articles->getFilterPreOrdering() JROOT/plugins/system/articlesanywhere/src/Articles.php:626
7 RegularLabs\Plugin\System\ArticlesAnywhere\Articles->getQueryGroups() JROOT/plugins/system/articlesanywhere/src/Articles.php:312
8 RegularLabs\Plugin\System\ArticlesAnywhere\Articles->getArticleIdsByFilters() JROOT/plugins/system/articlesanywhere/src/Articles.php:770
9 RegularLabs\Plugin\System\ArticlesAnywhere\Articles->getValues() JROOT/plugins/system/articlesanywhere/src/Articles.php:130
10 RegularLabs\Plugin\System\ArticlesAnywhere\Articles->__construct() JROOT/plugins/system/articlesanywhere/src/PluginTag.php:154
11 RegularLabs\Plugin\System\ArticlesAnywhere\PluginTag->getArticles() JROOT/plugins/system/articlesanywhere/src/PluginTag.php:76
12 RegularLabs\Plugin\System\ArticlesAnywhere\PluginTag->render() JROOT/plugins/system/articlesanywhere/src/Replace.php:224
13 RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() JROOT/plugins/system/articlesanywhere/src/Replace.php:211
14 RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() JROOT/plugins/system/articlesanywhere/src/Replace.php:96
15 RegularLabs\Plugin\System\ArticlesAnywhere\Replace::render() JROOT/plugins/system/articlesanywhere/articlesanywhere.php:97
16 PlgSystemArticlesAnywhere->processArticle()
17 call_user_func_array() JROOT/libraries/regularlabs/src/Article.php:218
18 RegularLabs\Library\Article::processText() JROOT/libraries/regularlabs/src/Article.php:202
19 RegularLabs\Library\Article::process() JROOT/libraries/regularlabs/src/SystemPlugin.php:202
20 RegularLabs\Library\SystemPlugin->onContentPrepare() JROOT/libraries/src/Plugin/CMSPlugin.php:289
21 Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}() JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:486
22 Joomla\Event\Dispatcher->dispatch() JROOT/libraries/src/Application/EventAware.php:111
23 Joomla\CMS\Application\WebApplication->triggerEvent() JROOT/libraries/src/HTML/Helpers/Content.php:50
24 Joomla\CMS\HTML\Helpers\Content::prepare() JROOT/libraries/src/HTML/HTMLHelper.php:292
25 Joomla\CMS\HTML\HTMLHelper::call() JROOT/libraries/src/HTML/HTMLHelper.php:128
26 Joomla\CMS\HTML\HTMLHelper::_() JROOT/modules/mod_custom/src/Dispatcher/Dispatcher.php:39
27 Joomla\Module\Custom\Site\Dispatcher\Dispatcher->getLayoutData() JROOT/libraries/src/Dispatcher/AbstractModuleDispatcher.php:63
28 Joomla\CMS\Dispatcher\AbstractModuleDispatcher->dispatch() JROOT/libraries/src/Helper/ModuleHelper.php:281
29 Joomla\CMS\Helper\ModuleHelper::renderRawModule() JROOT/libraries/src/Helper/ModuleHelper.php:161
30 Joomla\CMS\Helper\ModuleHelper::renderModule() JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99
31 Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38
32 YOOtheme\Theme\Joomla\ModulesRenderer->render() JROOT/libraries/src/Document/HtmlDocument.php:565
33 Joomla\CMS\Document\HtmlDocument->getBuffer() JROOT/libraries/src/Document/HtmlDocument.php:833
34 Joomla\CMS\Document\HtmlDocument->_renderTemplate() JROOT/libraries/src/Document/HtmlDocument.php:637
35 Joomla\CMS\Document\HtmlDocument->render() JROOT/libraries/src/Application/CMSApplication.php:1025
36 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:724
37 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:298
38 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:61
39 require_once() JROOT/index.php:32
When I deactivate the articles anywhere plugin everything works fine.