Welcome to Joomla forum!
Follow SharkyKZ's advice and enable debug in Global Configuration:
in configuration.php change
public $debug = false;
to
public $debug = true;
If the issue is caused by a faulty plugin, switch it off:
disable in #__extensions table of rename the file folder temporary so that Joomla cannot find/load it.
Follow SharkyKZ's advice and enable debug in Global Configuration:
in configuration.php change
public $debug = false;
to
public $debug = true;
If the issue is caused by a faulty plugin, switch it off:
disable in #__extensions table of rename the file folder temporary so that Joomla cannot find/load it.
Statistics: Posted by pe7er — Wed Oct 30, 2024 8:55 am