auto login doesn't work in 2 mlf's with shared userdata (Technics)

by Lena @, Saturday, January 31, 2009, 15:05 (5564 days ago)

Hi,

i'm running two instances of mylittleforum with a shared userdata table. Worked fine for years, untill after upgrating to 2.1 beta 3. Users with auto login enabled log out of forum1, browse to forum2, and get an error (same vice versa). Error message:
Fatal error: Call to undefined function count_failed_logins() in mlf_dir/includes/auto_login.inc.php on line 55

auto_login.inc.php calls function count_failed_logins(), which is defined in login.inc.php. The latter should have been included at some previous point, but it clearly hasn't been.
Deleting the cookie gets rid of the error message, and so does a new login on the other forum, so I assume that some conflictious piece of data causes the error.

I'm going to try to understand the control structure of the login process, has anyone an idea, where to start, or maybe a solution?

Thanks, Lena


Complete thread:

 RSS Feed of thread