Hello.
I noticed thwo issues with SLogin on my J4:
On frontpage:
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in
/home/betty71/domains/betty71.pro-linuxpl.com/public_html/wduchu1/modules/mod_slogin/mod_slogin.php on line
81
On backend under users:
Fatal error: Access level to SloginViewUsers::setDocument() must be public (as in class Joomla\CMS\MVC\View\AbstractView) in
/xxxxxxxxxxxx/public_html/wduchu1/administrator/components/com_slogin/views/users/view.html.php on line
64
FatalError
HTTP 500 Whoops, looks like something went wrong.Compile Error: Access level to SloginViewUsers::setDocument() must be public (as in class Joomla\CMS\MVC\View\AbstractView)
Symfony\Component\ErrorHandler\Error\FatalError
in
/home/betty71/domains/betty71.pro-linuxpl.com/public_html/wduchu1/administrator/components/com_slogin/views/users/view.html.php
(line 64)
* Method to set up the document properties
protected function setDocument()
$document = JFactory::getDocument();
$document->setTitle(JText::_('COM_SLOGIN'));