我在ZF2上有一個完全運行的mvc應用程序。我想從命令行運行一些操作。我已經正確設置了我的控制檯路由和其他環境。當我從CLI運行我的應用程序,我得到許可被拒絕的例外是這樣的: 'You are not authorized to access GeneratePdf\Controller\GeneratePdf\GeneratePdf:generate-all' in /var/www/zf2-r
我正在嘗試使用BjyAuthorize安裝ZfcUser。嘗試訪問守護路線「/ user」時出現以下錯誤。 Fatal error: Uncaught exception 'Zend\Permissions\Acl\Exception\InvalidArgumentException' with message 'Role '3' not found' in /home/brian/dev/pta
這裏是我的bjyauthorize.global.php內容 <?php
return array(
'bjyauthorize' => array(
// set the 'guest' role as default (must be defined in a role provider)
// 'default_role' => 'guest',
/* t