XF 1.4 Could not log-in

clove28

Active member
Hi!
I'm having a problem logging in to my site and I'm not sure if our members are experiencing the same. Whenever I click anything after logging in, I'm always logged out. What could be the problem please help.

There's nothing recorded from the server error log.
 
Has anything changed on your server or configuration? (Add-ons?)
Does it happen if you select the option to stay logged in?
Have you enabled session caching in config.php?
 
Has anything changed on your server or configuration? (Add-ons?)
Does it happen if you select the option to stay logged in?
Have you enabled session caching in config.php?

Has anything changed on your server or configuration? (Add-ons?) - I didn't change anything from the configuration or server. I only have one add-on using cache - Xen cache

Does it happen if you select the option to stay logged in? - Yes it still persists.

Have you enabled session caching in config.php? - I actually don't know about configuration..Here's my config.php

Code:
<?php
 
$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'pipi';
$config['db']['password'] = 'password123';
$config['db']['dbname'] = 'pipi_pipi';
 
 
$config['superAdmins'] = '1,48';
 
Last edited:
Update: I registered a new acoount and it seems like the problem only happens to Admin Accounts.

2nd update: I stayed logged in now. I don't know how it happened, but it's working now. Thanks!
 
Top Bottom