J3.10:Invalid input aborting application

From Joomla! Documentation

Starting with Joomla 3.10 Joomla exits with the error message: "Invalid input, aborting application." When invalid parameters are passed to the application.

Errors reported[edit]

Joomla exits with the error message: "Invalid input, aborting application."

Versions affected[edit]

General Information

This pertains only to Joomla! version(s): 3.10.0+

What is the cause[edit]

This is an expected behavior as of Joomla 3.10 (PR: https://github.com/joomla/joomla-cms/pull/28751)

The following input parameters are no longer allowed to be passed as array (they never were intended to accept an array in the first place):

  • option
  • view
  • format
  • lang
  • Itemid
  • template
  • templateStyle
  • task

How to fix[edit]

Please make sure that you do not pass the mention input parameters as arrays.