- Posts: 124
- Thank you received: 0
Getting 500 error messages
-
paul1
Active member - Topic Author
- Member
Less
More
1 year 4 months ago #50559
by paul1
Getting 500 error messages was created by paul1
Hi
Everytime HES is published, I get a 500 error message. Unpublish and everything fine again.
o issues with other of your image gallery products .
Using J4.3.3
Paul
Everytime HES is published, I get a 500 error message. Unpublish and everything fine again.
o issues with other of your image gallery products .
Using J4.3.3
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 4 months ago #50561
by milos
Replied by milos on topic Getting 500 error messages
Hello,
Please go to global Joomla configuration and enable error reporting to maximum. Then check the error messages you got.
What PHP version you are using?
Regards,
Milos
Please go to global Joomla configuration and enable error reporting to maximum. Then check the error messages you got.
What PHP version you are using?
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 124
- Thank you received: 0
1 year 4 months ago #50566
by paul1
Replied by paul1 on topic Getting 500 error messages
Joomla\CMS\WebAsset\Exception\
UnknownAssetException
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetRegistry.php (line 134)
{ // Check if any new file was added $this->parseRegistryFiles(); if (empty($this->assets[$type][$name])) { throw new UnknownAssetException(sprintf('There is no "%s" asset of a "%s" type in the registry.', $name, $type)); } return $this->assets[$type][$name]; }
WebAssetRegistry->get()
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php (line 263)
WebAssetManager->useAsset()
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php (line 197)
WebAssetManager->__call()
in /home/mbeat/public_html/templates/sparky_framework/error.php (line 58)
require('/home/mbeat/public_html/templates/sparky_framework/error.php')
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 741)
HtmlDocument->_loadTemplate()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 796)
HtmlDocument->_fetchTemplate()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 613)
HtmlDocument->parse()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 631)
HtmlDocument->render()
in /home/mbeat/public_html/libraries/src/Document/ErrorDocument.php (line 139)
ErrorDocument->render()
in /home/mbeat/public_html/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
HtmlRenderer->render()
in /home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php (line 121)
ExceptionHandler::render()
in /home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php (line 72)
ExceptionHandler::handleException()
in /home/mbeat/public_html/libraries/src/Application/CMSApplication.php (line 322)
CMSApplication->execute()
in /home/mbeat/public_html/includes/app.php (line 61)
require_once('/home/mbeat/public_html/includes/app.php')
in /home/mbeat/public_html/index.php (line 32)
TypeError
imagesx(): Argument #1 ($image) must be of type GdImage, bool given
STACK Traces (1)
ypeError:
imagesx(): Argument #1 ($image) must be of type GdImage, bool given
at /home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:100
at imagesx()
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:100)
at make_thumb()
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:153)
at require('/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php')
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/mod_hot_elastic_slider.php:79)
at include('/home/mbeat/public_html/modules/mod_hot_elastic_slider/mod_hot_elastic_slider.php')
(/home/mbeat/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:52)
at Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}()
(/home/mbeat/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:55)
at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
(/home/mbeat/public_html/libraries/src/Helper/ModuleHelper.php:281)
at Joomla\CMS\Helper\ModuleHelper::renderRawModule()
(/home/mbeat/public_html/libraries/src/Helper/ModuleHelper.php:161)
at Joomla\CMS\Helper\ModuleHelper::renderModule()
(/home/mbeat/public_html/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99)
at Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
(/home/mbeat/public_html/libraries/src/Document/Renderer/Html/ModulesRenderer.php:50)
at Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:566)
at Joomla\CMS\Document\HtmlDocument->getBuffer()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:853)
at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:638)
at Joomla\CMS\Document\HtmlDocument->render()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:1025)
at Joomla\CMS\Application\CMSApplication->render()
(/home/mbeat/public_html/libraries/src/Application/SiteApplication.php:724)
at Joomla\CMS\Application\SiteApplication->render()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:298)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/mbeat/public_html/includes/app.php:61)
at require_once('/home/mbeat/public_html/includes/app.php')
(/home/mbeat/public_html/index.php:32)
STACK TRACES 2
Joomla\CMS\WebAsset\Exception\UnknownAssetException:
There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry.
at /home/mbeat/public_html/libraries/src/WebAsset/WebAssetRegistry.php:134
at Joomla\CMS\WebAsset\WebAssetRegistry->get()
(/home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php:263)
at Joomla\CMS\WebAsset\WebAssetManager->useAsset()
(/home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php:197)
at Joomla\CMS\WebAsset\WebAssetManager->__call()
(/home/mbeat/public_html/templates/sparky_framework/error.php:58)
at require('/home/mbeat/public_html/templates/sparky_framework/error.php')
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:741)
at Joomla\CMS\Document\HtmlDocument->_loadTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:796)
at Joomla\CMS\Document\HtmlDocument->_fetchTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:613)
at Joomla\CMS\Document\HtmlDocument->parse()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:631)
at Joomla\CMS\Document\HtmlDocument->render()
(/home/mbeat/public_html/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render()
(/home/mbeat/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:78)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
(/home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php:121)
at Joomla\CMS\Exception\ExceptionHandler::render()
(/home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php:72)
at Joomla\CMS\Exception\ExceptionHandler::handleException()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:322)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/mbeat/public_html/includes/app.php:61)
at require_once('/home/mbeat/public_html/includes/app.php')
(/home/mbeat/public_html/index.php:32)
UnknownAssetException
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetRegistry.php (line 134)
{ // Check if any new file was added $this->parseRegistryFiles(); if (empty($this->assets[$type][$name])) { throw new UnknownAssetException(sprintf('There is no "%s" asset of a "%s" type in the registry.', $name, $type)); } return $this->assets[$type][$name]; }
WebAssetRegistry->get()
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php (line 263)
WebAssetManager->useAsset()
in /home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php (line 197)
WebAssetManager->__call()
in /home/mbeat/public_html/templates/sparky_framework/error.php (line 58)
require('/home/mbeat/public_html/templates/sparky_framework/error.php')
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 741)
HtmlDocument->_loadTemplate()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 796)
HtmlDocument->_fetchTemplate()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 613)
HtmlDocument->parse()
in /home/mbeat/public_html/libraries/src/Document/HtmlDocument.php (line 631)
HtmlDocument->render()
in /home/mbeat/public_html/libraries/src/Document/ErrorDocument.php (line 139)
ErrorDocument->render()
in /home/mbeat/public_html/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
HtmlRenderer->render()
in /home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php (line 121)
ExceptionHandler::render()
in /home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php (line 72)
ExceptionHandler::handleException()
in /home/mbeat/public_html/libraries/src/Application/CMSApplication.php (line 322)
CMSApplication->execute()
in /home/mbeat/public_html/includes/app.php (line 61)
require_once('/home/mbeat/public_html/includes/app.php')
in /home/mbeat/public_html/index.php (line 32)
TypeError
imagesx(): Argument #1 ($image) must be of type GdImage, bool given
STACK Traces (1)
ypeError:
imagesx(): Argument #1 ($image) must be of type GdImage, bool given
at /home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:100
at imagesx()
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:100)
at make_thumb()
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php:153)
at require('/home/mbeat/public_html/modules/mod_hot_elastic_slider/tmpl/default.php')
(/home/mbeat/public_html/modules/mod_hot_elastic_slider/mod_hot_elastic_slider.php:79)
at include('/home/mbeat/public_html/modules/mod_hot_elastic_slider/mod_hot_elastic_slider.php')
(/home/mbeat/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:52)
at Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}()
(/home/mbeat/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:55)
at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
(/home/mbeat/public_html/libraries/src/Helper/ModuleHelper.php:281)
at Joomla\CMS\Helper\ModuleHelper::renderRawModule()
(/home/mbeat/public_html/libraries/src/Helper/ModuleHelper.php:161)
at Joomla\CMS\Helper\ModuleHelper::renderModule()
(/home/mbeat/public_html/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99)
at Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
(/home/mbeat/public_html/libraries/src/Document/Renderer/Html/ModulesRenderer.php:50)
at Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:566)
at Joomla\CMS\Document\HtmlDocument->getBuffer()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:853)
at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:638)
at Joomla\CMS\Document\HtmlDocument->render()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:1025)
at Joomla\CMS\Application\CMSApplication->render()
(/home/mbeat/public_html/libraries/src/Application/SiteApplication.php:724)
at Joomla\CMS\Application\SiteApplication->render()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:298)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/mbeat/public_html/includes/app.php:61)
at require_once('/home/mbeat/public_html/includes/app.php')
(/home/mbeat/public_html/index.php:32)
STACK TRACES 2
Joomla\CMS\WebAsset\Exception\UnknownAssetException:
There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry.
at /home/mbeat/public_html/libraries/src/WebAsset/WebAssetRegistry.php:134
at Joomla\CMS\WebAsset\WebAssetRegistry->get()
(/home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php:263)
at Joomla\CMS\WebAsset\WebAssetManager->useAsset()
(/home/mbeat/public_html/libraries/src/WebAsset/WebAssetManager.php:197)
at Joomla\CMS\WebAsset\WebAssetManager->__call()
(/home/mbeat/public_html/templates/sparky_framework/error.php:58)
at require('/home/mbeat/public_html/templates/sparky_framework/error.php')
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:741)
at Joomla\CMS\Document\HtmlDocument->_loadTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:796)
at Joomla\CMS\Document\HtmlDocument->_fetchTemplate()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:613)
at Joomla\CMS\Document\HtmlDocument->parse()
(/home/mbeat/public_html/libraries/src/Document/HtmlDocument.php:631)
at Joomla\CMS\Document\HtmlDocument->render()
(/home/mbeat/public_html/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render()
(/home/mbeat/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:78)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
(/home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php:121)
at Joomla\CMS\Exception\ExceptionHandler::render()
(/home/mbeat/public_html/libraries/src/Exception/ExceptionHandler.php:72)
at Joomla\CMS\Exception\ExceptionHandler::handleException()
(/home/mbeat/public_html/libraries/src/Application/CMSApplication.php:322)
at Joomla\CMS\Application\CMSApplication->execute()
(/home/mbeat/public_html/includes/app.php:61)
at require_once('/home/mbeat/public_html/includes/app.php')
(/home/mbeat/public_html/index.php:32)
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 124
- Thank you received: 0
1 year 4 months ago #50567
by paul1
Replied by paul1 on topic Getting 500 error messages
PHP 8.1
There was a previous ticket #49688 with same/similar issue
There was a previous ticket #49688 with same/similar issue
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 4 months ago #50573
by milos
Replied by milos on topic Getting 500 error messages
Hello,
I am not sure what this could be. Please make sure that you are using correct module for J4. Please re-download it from our website and re-install it.
www.hotjoomlatemplates.com/free-joomla-e...-joomla-4-compatible
It works fine on our Joomla 4 demo: demo.hotjoomlatemplates.com/test/elastic-slider
Regards,
Milos
I am not sure what this could be. Please make sure that you are using correct module for J4. Please re-download it from our website and re-install it.
www.hotjoomlatemplates.com/free-joomla-e...-joomla-4-compatible
It works fine on our Joomla 4 demo: demo.hotjoomlatemplates.com/test/elastic-slider
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 124
- Thank you received: 0
1 year 4 months ago #50577
by paul1
Replied by paul1 on topic Getting 500 error messages
Hi - I submitted this to joomla.org forum and an answered suspected the template.
However, I have moved on and will redo the Joomla j4 migration again.
A question, are any of your J4 templates compatible with J3? That way I have one less issue.
Paul
However, I have moved on and will redo the Joomla j4 migration again.
A question, are any of your J4 templates compatible with J3? That way I have one less issue.
Paul
Please Log in to join the conversation.
Time to create page: 0.229 seconds