Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.6
PHP version: 5.3.10
MySQL version: 14.14 Distrib 5.5.24
Host: Rackspace
Admin Tools version: 2.3.1
Description of my issue:
I'm having trouble with a banned user not receiving the proper 403 response when trying to access my site. Instead of the 403, my site outputs some errors. Note, this probably has something to do with me using nginx as my web server, as I tried this out on a fresh install of Joomla 2.5 on my local computer (MAMP) and it works just fine. Just wondering if I can get some ideas on what might be going wrong.
I tested it by adding my own IP address to the black list and then setting "Disallow site access to IPs in Blacklist" to "yes". After I save, the administrator screen goes blank and the following text is displayed: "You've got to ask yourself one question: Do I feel lucky?"
I assume that means that it is working correctly. However, when I navigate to my main site (not administrator), I get the following output:
jos-Warning: JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING
JSite -> initialise() @ /home/site/www/public/index.php:30
JApplication -> initialise() @ /home/site/www/public/includes/application.php:116
JApplication -> triggerEvent() @ /home/site/www/public/libraries/joomla/application/application.php:230
JDispatcher -> trigger() @ /home/site/www/public/libraries/joomla/application/application.php:642
JEvent -> update() @ /home/site/www/public/libraries/joomla/event/dispatcher.php:161
call_user_func_array() @ /home/site/www/public/libraries/joomla/event/event.php:71
plgSystemAdmintoolsPro -> onAfterInitialise()
plgSystemAdmintoolsPro -> IPFiltering() @ /home/site/www/public/plugins/system/admintools/admintools/pro.php:88
JError :: raiseError() @ /home/site/www/public/plugins/system/admintools/admintools/pro.php:498
JError :: raise() @ /home/site/www/public/libraries/joomla/error/error.php:251
JError :: throwError() @ /home/site/www/public/libraries/joomla/error/error.php:176
call_user_func_array() @ /home/site/www/public/libraries/joomla/error/error.php:214
JError :: handleCallback()
call_user_func() @ /home/site/www/public/libraries/joomla/error/error.php:765
plgSystemRedirect :: handleError()
JError :: customErrorPage() @ /home/site/www/public/plugins/system/redirect/redirect.php:109
JDocumentError -> render() @ /home/site/www/public/libraries/joomla/error/error.php:798
JDocumentError -> _loadTemplate() @ /home/site/www/public/libraries/joomla/document/error/error.php:107
require_once() @ /home/site/www/public/libraries/joomla/document/error/error.php:135
JSite -> getParams() @ /home/site/www/public/templates/lbc/error.php:13
JComponentHelper :: getParams() @ /home/site/www/public/includes/application.php:358
JComponentHelper :: getComponent() @ /home/site/www/public/libraries/joomla/application/component/helper.php:92
JComponentHelper :: _load() @ /home/site/www/public/libraries/joomla/application/component/helper.php:43
JError :: raiseWarning() @ /home/site/www/public/libraries/joomla/application/component/helper.php:415
JError :: raise() @ /home/site/www/public/libraries/joomla/error/error.php:276
Any ideas? Thanks.