![]() |
the server responded with a status of 500 (Internal Server Error) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: the server responded with a status of 500 (Internal Server Error) (/showthread.php?tid=63291) |
the server responded with a status of 500 (Internal Server Error) - khomsovon - 10-15-2015 Check in error_log show error message [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: PHP Fatal error: Uncaught exception 'Zend_Acl_Exception' with message 'Resource '1937' not found' in /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/application/libraries/Zend/Acl.php:365 [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: Stack trace: [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #0 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/application/libraries/Zend/Acl.php(645): Zend_Acl->get('1937') [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #1 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/application/libraries/Zend/Acl.php(523): Zend_Acl->setRule('OP_ADD', 'TYPE_DENY', '1', '1937', 'read', NULL) [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #2 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/application/libraries/Acl.php(42): Zend_Acl->deny('1', '1937', 'read') [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #3 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/system/core/Loader.php(1099): Acl->__construct() [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #4 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/system/core/Loader.php(975): CI_Loader->_ci_init_class('Acl', '', NULL, NULL) [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #5 /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/system/core/Loader.php(216): CI_Loader->_ci_load_class('acl', NULL, NULL) [Fri Oct 16 11:23:58 2015] [warn] [client 36.37.153.166] mod_fcgid: stderr: #6 /var/www/vhosts/ocsolution.net/public_html/tm in /var/www/vhosts/ocsolution.net/public_html/tmp4/admin/application/libraries/Zend/Acl.php on line 365 RE: the server responded with a status of 500 (Internal Server Error) - albertleao - 10-19-2015 (10-15-2015, 09:35 PM)khomsovon Wrote: Check in error_log show error message http://forums.zend.com/viewtopic.php?f=69&t=5114 |