Hi Joomshaper Team! We run a lot of websites with your helix framework and Pagebuilder and we like your tools. But in the last days, one after another of our customers webites crash with Error 500. Now we try to fix and repair the 4th crashed website and we see, that the error is always the same! When you set the configuration-php to debug = true it says:
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
$app = Factory::getApplication();
$doc = Factory::getDocument();
$template = HelixUltimate\Framework\Platform\Helper::loadTemplateData();
$params = $template->params;
$theme_url = Uri::base(true) . '/templates/'. $this->template;
The strange thing is, nobody did any change to the websites, the error appears completely out of the blue. Please help us, what can cause all these websites to crash?
By the way: when we play in a 5 or 10 days old backup, the website runs without problems. But after some days the problem can show up again...
Greetings, Dan.