bunoire14 Posted October 1, 2011 Report Share Posted October 1, 2011 Hi Guys, Can't seem to find anything about this error posted so far, I have installed the system onto a windows server (IIS7), it installs fine and fires up the home screen. From this point though I cant navigate to any other page, the URL changes but the Homepage remains, and it wont let me login? It just takes my username and password and then remains on the homepage. I have checked my permissions and even opened them right up, still get the same response. Its almost as if the URL rewrite isnt working, but I dont think its required is it? Any help or advice welcomed, Update: Aftter Tuirning Debug mode on I get the following Warnings: Notice: Use of undefined constant OBJECT - assumed 'OBJECT' in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\codon.config.php on line 86 Notice: Undefined variable: session_data in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\common\Auth.class.php on line 149 Notice: Trying to get property of non-object in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\common\Auth.class.php on line 149 Notice: Undefined index: REQUEST_URI in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\classes\CodonRewrite.class.php on line 61 Notice: Undefined offset: 1 in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\classes\CodonRewrite.class.php on line 65 Notice: Undefined offset: 1 in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\classes\CodonRewrite.class.php on line 90 Notice: Undefined property: stdClass::$page in D:\inetpub\wwwroot\vhosts\domain\httpdocs\core\modules\Registration\Registration.php on line 25 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 2, 2011 Administrators Report Share Posted October 2, 2011 Those are notices, they can be ignored. Change your PHP error level to add: & ~ E_NOTICE so E_ALL & ~ E_NOTICE Quote Link to comment Share on other sites More sharing options...
bunoire14 Posted October 2, 2011 Author Report Share Posted October 2, 2011 Hi Nabeel, Yeah thought as uch, didnt know if they would help debugging the browsing error? Any thoughts? see www.milairsim.com Cheers, Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted October 2, 2011 Moderators Report Share Posted October 2, 2011 Hi Nabeel, Yeah thought as uch, didnt know if they would help debugging the browsing error? Any thoughts? see www.milairsim.com Cheers, Everything seems to be fine. I'm guessing that maybe it's the php system but it will still work. Quote Link to comment Share on other sites More sharing options...
bunoire14 Posted October 2, 2011 Author Report Share Posted October 2, 2011 Hi Guys, I think i have sussed it. I Changed the PHP Setup from CGI Application to FastCGI in my Server Control Panel and the site jumped into life. All the best, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.