EmpireCMS Admin Login Shows “Please Log In” — Fix

In most cases, this is a file permission issue:
chown -R www.www ./*
chmod 755 -R  ./e/data/adminlogin/


Here we re-grant permissions to the directory.

Leave a Comment

Your email address will not be published.