MyBB Community Forums

Full Version: Quick login problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my Forums My Forums

when you try and login through the quick login box, you get it redirects you to this page: http://forums.zeeworld.org/undefinedmember.php

Heres the quick login code:
<script type="text/javascript">
<!--
	lang.username = "{$login_username}";
	lang.password = "{$lang->login_password}";
	lang.login = "{$lang->login}";
	lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
	lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
	lang.remember_me = "{$lang->remember_me}";
// -->
</script>
		<span id="quick_login">{$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); return false;">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)</span>

And so I don't see where the issue is coming from


I've tried reverting to orginal, but no luck

Any idea?


P.S. You can try this for your self, just type in any random username and password, and you get the same result


Thanks

Anybody?
Any idea?