Symfony\Component\ErrorHandler\Error\FatalError {#726 -error: array:4 [ "type" => 64 "message" => "Type of PlgSystemStageit::$autoloadLanguage must not be defined (as in class Joomla\CMS\Plugin\CMSPlugin)" "file" => "/home/csalt/public_html/plugins/system/stageit/stageit.php" "line" => 7 ] }
defined('_JEXEC') or die;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\Event\SubscriberInterface;
class PlgSystemStageit extends CMSPlugin implements SubscriberInterface
{
protected bool $autoloadLanguage = true;
public static function getSubscribedEvents(): array
{
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Type of PlgSystemStageit::$autoloadLanguage must not be defined (as in class Joomla\CMS\Plugin\CMSPlugin) at /home/csalt/public_html/plugins/system/stageit/stageit.php:7 |