Hi,
I have created an IFRAME, the osticket is running fine inside this, I have just one problem, I do not think it is realated to the Iframe but we never know.
I have successfully install the osticket, but when I go here:
http://www.mysite/osticket/index.php(http://www.mysite/osticket/index.php) I get a blank page.
Also when I log out I get the same blank page. Any idea why?
What I do not underastand is this:
<?php
/*********************************************************************
logout.php
Destroy clients session.
Peter Rotich
Copyright (c) 2006,2007,2008,2009 osTicket
http://www.osticket.com(http://www.osticket.com)
Released under the GNU General Public License WITHOUT ANY WARRANTY.
See LICENSE.TXT for details.
vim: expandtab sw=4 ts=4 sts=4:
$Id: $
**********************************************************************/
require('client.inc.php');
//We are checking to make sure the user is logged in before a logout to avoid session reset tricks on excess logins
$_SESSION=array();
session_unset();
session_destroy();
header('Location: index.php');
require('index.php');
?>
Why would the logout page require the index.php file? there is nothing in the file only this:
<?php
echo "";
?>
Is there something missing somewhere?
Please Help,
ps downloaded the latest version of Osticket.
Ben
I have been 9 hours on it....:-((((9: