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

bjaspan’s picture

Priority: Critical » Minor

An 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?

allen’s picture

yes 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

bjaspan’s picture

If 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

bjaspan’s picture

Status: Active » Fixed

Fixed in PL 1.2.

bjaspan’s picture

Status: Fixed » Closed (fixed)