Good evening,
I'm not sure if this is the right place for a bug report.
But when using the ajax component of Joomla! for handling a ajax request I got an Uncaught TypeError.
I used this url:
[code type="markup"]https://www.plantennamen.info/index.php?option=com_ajax&plugin=search&format=json[/code]
And I received the following error:
[code type="markup"]Fatal error: Uncaught TypeError: Argument 1 passed to PlgSystemRedirect::handleError() must be an instance of JException, instance of Error given, called in /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php on line 1992 and defined in /home/plantenn/public_html/plugins/system/redirect/redirect.php:55 Stack trace: #0 /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php(1992): PlgSystemRedirect::handleError(Object(Error)) #1 /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php(1972): Sh404sefClassRouterInternal->sh404sefErrorPage(Object(Error)) #2 [internal function]: Sh404sefClassRouterInternal->sh404sefExceptionHandler(Object(Error)) #3 {main} thrown in /home/plantenn/public_html/plugins/system/redirect/redirect.php on line 55[/code]
It seems like the 'format=json' cause this problem. When applying this format to another component, like com_content, the same error appears. Since this is a default Joomla! feature it should work right?
Greetings,
Maarten
I'm not sure if this is the right place for a bug report.
But when using the ajax component of Joomla! for handling a ajax request I got an Uncaught TypeError.
I used this url:
[code type="markup"]https://www.plantennamen.info/index.php?option=com_ajax&plugin=search&format=json[/code]
And I received the following error:
[code type="markup"]Fatal error: Uncaught TypeError: Argument 1 passed to PlgSystemRedirect::handleError() must be an instance of JException, instance of Error given, called in /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php on line 1992 and defined in /home/plantenn/public_html/plugins/system/redirect/redirect.php:55 Stack trace: #0 /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php(1992): PlgSystemRedirect::handleError(Object(Error)) #1 /home/plantenn/public_html/administrator/components/com_sh404sef/classes/router.php(1972): Sh404sefClassRouterInternal->sh404sefErrorPage(Object(Error)) #2 [internal function]: Sh404sefClassRouterInternal->sh404sefExceptionHandler(Object(Error)) #3 {main} thrown in /home/plantenn/public_html/plugins/system/redirect/redirect.php on line 55[/code]
It seems like the 'format=json' cause this problem. When applying this format to another component, like com_content, the same error appears. Since this is a default Joomla! feature it should work right?
Greetings,
Maarten