PHP Classes

PHP Content Management System

Recommend this page to a friend!

      PHP Content Management System  >  All threads  >  PHP Content Management System  >  (Un) Subscribe thread alerts  
Subject:PHP Content Management System
Summary:admin login
Messages:3
Author:Derk Umpel
Date:2017-09-07 21:52:22
 

  1. PHP Content Management System   Reply   Report abuse  
Picture of Derk Umpel Derk Umpel - 2017-09-07 21:52:22
Hello, I can't reach the dashboard.php. Username is "admin" and Password "demo" but the script returns to http://example.tld/cms/admin/index.php without an error report, error_reporting is on. Entry in db looks fine, any idea?
Thanks and Greets
Dirk

  2. Re: PHP Content Management System   Reply   Report abuse  
Picture of Vivek moyal Vivek moyal - 2017-09-08 05:36:32 - In reply to message 1 from Derk Umpel
Please check that when there is session start at login page. There must be some space. Please check in both the files.

1. Login Page
2. Login Class

  3. Re: PHP Content Management System   Reply   Report abuse  
Picture of Derk Umpel Derk Umpel - 2017-09-08 08:33:07 - In reply to message 2 from Vivek moyal
Yepp,
thank you: in admin/index.php I've added session_start();
Now it works, sorry, I could have known myself;-((