Little Problem with the Welcome PM on First Login Mod
-----
| Author | Message | |
|---|---|---|
|
Thoul |
||
| Mon May 29, 2006 8:40 am Post subject: re: Little Problem with the Welcome PM on First Login Mod | ||
|
Well, I can honestly say I'm stumped. It sounds like the marker in the database either isn't being updated or or being read correctly. I can't think of anything that could be changed beyond what we've tried here, and I've never heard of this happening with anyone else.
|
||
|
Thoul |
||
| Wed Jun 21, 2006 2:54 am Post subject: re: Little Problem with the Welcome PM on First Login Mod | ||
|
When working on something completely different, I just ran into a similar problem to this. In my case, there were some weird corrupt cookies messing up my login and therefore the rest of the script. If you're still interested, try finding this line in login_wpm.php:
Code: if($swpm_config['active_wpm'])
Replace it with: Code: if($swpm_config['active_wpm'] && $session_id['user_id'] <> ANONYMOUS)
I will probably be releasing an update to the mod with this change included. |
||