// ensure 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_jpresents' ))) {
$app = &JFactory::getApplication();
$app->redirect('index2.php', _NOT_AUTH);
}
Hallo,
Hatte genau den gleichen Fehler, nachdem ich den "Legacy-Modus" Aktiviert habe ging alles reibungslos, ist natürlich nicht die beste lösung, aber klappt soweit recht gut.
Lesezeichen