Sorry for being vague.
I have recently updated CB v1.9.1 to v2.04
I am using:
PHP Version 5.3.24
Joomla! Version Joomla! 2.5.28
Joomla Platform 11.4.0
I have only one login module (CB_Login)
Condition #1
If I go into CB system plugin and enable:
Redirect URLs
Rewrite URLs
Pass Return URLs
CB_login module redirect parameter is set to "blank"
When attempting to access a restricted article, it redirects to CB_login module. User enters login information and is redirected to the home page
Condition #2
(To test functionality) Same as above except:
CB_login module redirect parameter is set to a "specific article"
When attempting to access a restricted article, it redirects to CB_login module. User enters login information and is redirected to the article I specified
(Confirmed module is working)
Condition #3
If I go into CB system plugin and disable:
Redirect URLs
Rewrite URLs
Pass Return URLs
When attempting to access a restricted article, it redirects to Joomla login module. User enters login information and is reloads current article.
(Working |Correctly)
I have gone over this 100 times, perhaps a bad install?? Maybe I should remove all instances of CB and re-install?