"Session expired or cookies are not enabled in your browser. Please press "reload page" in your browser, and enable cookies in your browser. Please refresh/reload page before filling-in."
I've read a lot of information about this and have tried almost (if not all) everything. But I still get this especially on Lost Username/Password.
My current config:
Joomla 2.5.14
PHP 5.3.26
CB 1.9
CB_Antispoof = OFF
System Cache = Disabled
System SEF = Disabled
CB Captcha = Published (tried it unpublished as well)
I also have this in my .htaccess - not sure if this has something to do with it....
AuthName mydomainname.org
AuthUserFile <span>/</span>home<span>/</span>pheart/public_html/_vti_pvt/service.pwd
AuthGroupFile <span>/</span>home<span>/</span>pheart/public_html/_vti_pvt/service.grp
AddHandler application/x-httpd-php53 .php
I don't know what else to do and I've followed all suggestions I've read.
One thing I also noticed in trying to access Lost Username/Password with CB Captcha ON, is that even if I try to put any characters on the Captcha field, it will give me the Session expired issue. That means, it is not even reading my Captcha. Just thought it may have use but again, even if I unpublished Captcha, I get the issue as well.
Enable debug mode and maximum error reporting in Joomla global configuration. Once done re-test and see if any errors expose. If no errors then ensure $live_site within configuration.php is set to ''. If already set to '' try removing your .htaccess file (rename to ".htaccess-DISABLED") and see if issue persists.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
I already found the culprit. It was the Mailer Pro I installed before.
I followed your instructions of Debug but didn't see it any issue until I came to renaming my .htaccess file. As soon as I've done that, the request for username/password immediately diplayed error and it has something to do with Mailer Pro. I unpublished all component of Mailer Pro - and kaboom.... the issue was gone.