XF 1.3 Cant log in unless "remember me" box is checked

The website wont let users log in unless they check the "remember me" box.
  • Xenforo 1.3.0
  • Addons:
    • AdminCP Firewall
    • Auto Link Titles
    • Conversation on moderator action
    • Easy ban users
    • Last post avatar
    • Library
    • live update
    • Login as user
    • Nodes as tabs
    • password protected nodes
    • status notifications
    • thread ban
    • cta countdown widget
    • Xencarta
    • xenporta
    • Xenrio
    • AdminCP notepad
    • Tag Me
    • widget framework
    • minecraft status
    • xentag
  • Skin: UIX Dark by audentio design
  • The problem occurs in all browsers
  • The issue is experienced by all users
  • The problem occurs after i transferred my existing installation over to a webhost from a dedicated server
  • The issue cannot be reproduced on this website
 
ok thanks, that was really iritating, ill just do without cloudflare for now, not really that important to me.
You can probably use cloudflare, you just need to use something like
Code:
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
in your config.php if I remember correctly.
 
Top Bottom