avevo dimenticato di impostare la visualizzazione degli errori php, infatti:
Notice: Undefined variable: acl in /var/www/vhosts/sito/httpdocs/cms/administrator/components/com_sh404sef/admin.sh404sef.php on line 16
Fatal error: Call to a member function acl_check() on a non-object in /var/www/vhosts/sito/httpdocs/cms/administrator/components/com_sh404sef/admin.sh404sef.php on line 16
riga 16:
[tt]if (!($acl->acl_check('administration', 'edit', 'users', $my->usertype, 'components', 'all')[/tt]
blocco di codice relativo alla riga 16:
[tt]// Ensure that user has access to this function.
if (!($acl->acl_check('administration', 'edit', 'users', $my->usertype, 'components', 'all')
| $acl->acl_check('administration', 'edit', 'users', $my->usertype, 'components', 'com_sh404sef'))) {
mosRedirect('index2.php', _NOT_AUTH);[/tt]
chiaramente il file non l'ho toccato ne' prima, ne' dopo l'installazione di sh404sef.
cosa posso fare?