Skip to main content

Author Topic: Admin Login

P
  • *
  • Newbie
  • Posts: 7
Admin Login
OP: June 03, 2015, 08:30:14 PM
Hello,

I just installed XT-CMS and after installing sourceguardian loader I now try to login as admin with the adminaccount from the installguide.
The problem is nothing happens when I press login.
What is going wrong?
  • IP logged

  • *****
  • Administrator
  • Full Member
  • Posts: 229
    • XT CMS
Re: Admin Login
#1: June 08, 2015, 09:16:40 AM
After install if you see the admin login page but it is not working it is usually because the cms_root_url is not being automatically set correctly. If you go to scripts/config.php you can set the cms_root_url manually - to do this make sure the line is uncommented by removing any forwardslashes and enter the url to your root folder where the cms installed.
Code: [Select]
//define('cms_root_dir','');
define('cms_root_url','http://www.mysite.com/cms/');
  • IP logged