Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > Project Tools > osTicket Bug Tracker > Bug

Issue Type Bug   Project osTicket Bug Tracker
Login Problem
Blank page displyed after login
Category Unknown
Affected Version 1.6.0 rc3
Priority 3
Status Fixed
Fixed Version 1.6 rc4
Submitted 03-17-2008
Assigned Users (none) Tags (none)

issueid=70 03-17-2008 02:08 AM
Junior Member
Login Problem
Blank page displyed after login

I installed 1.6 RC3 and was able to finish the setup and use it for a short time. Now I get a blank page when I login in to /scp/login.php. After entering the userID and password it goes to a blank page. The login is accepted but never displays the next page. If I go to /scp/index.php or /scp/admin.php manually after getting the blank page everything works fine. If you logout the preocess repeats.

It turns out to be a path issue in /scp/staff.inc.php.

if(!file_exists('../main.inc.php')) die('Fatal error..get tech support');
define('ROOT_PATH','../'); //Path to the root dir.
require_once(ROOT_PATH.'main.inc.php');

I changed the require_once line to: require_once('../main.inc.php'); and it started working.
Reply

03-17-2008 03:29 AM
Issue Changed by peter
  • Status changed from Unconfirmed to Fixed
  • Issue marked as addressed

Issue Tools
Subscribe to this issue

All times are GMT -4. The time now is 05:02 AM.