Notice: Undefined index: persistent_login_check in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\persistent_login\persistent_login.module on line 260
Notice: Undefined index: persistent_login_check in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\persistent_login\persistent_login.module on line 260
Comments
Comment #1
bjaspan commentedAn E_NOTICE warning does not constitute "not working." Yes, I should make PL E_ALL compliant, but it isnt yet.
Is PL actually failing for you?
Comment #2
allen commentedyes it works, but when i enable it my caching doesnt work, sometimes the page blanks out and all i get is a white screen an sometimes i get this notice message
Comment #3
bjaspan commentedIf you are getting a white page response, a PHP Error is probably occuring. Search whatever file contains the Notice you quoted here (your error_log, probably) for "Error" and see what it says. On Unix, try:
grep Error /path/to/error_path | tail
Comment #4
bjaspan commentedFixed in PL 1.2.
Comment #5
bjaspan commented