Blank Logon Page! Any suggestions [message #671] |
Mon, 12 March 2007 13:35 |
teacake
Messages: 4 Registered: March 2007 Location: Surrey
|
Junior Member |
|
|
Hi All,
I'm having a slight problem with installation.
Apache/2.2.4 (Win32)
PHP Version 5.2.1
MySQL 5.0.22
When I go to http://www.****.co.uk/radicore I get a page with options as follows;
RADICORE demonstration system
View Error Log Delete Error Log
---------------
Home page <- Click here for my home page
---------------
Logon <- Click here for the logon screen
Logon (csxslt) <- Click here for the logon screen (with client-side XSL transformations)
---------------
Unfortunately when I click on a link to logon it takes me to a blank page!
The source is;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Any ideas?
All the best
Henry
[Updated on: Mon, 12 March 2007 15:38] by Moderator Report message to a moderator
|
|
|
Re: Blank Logon Page! Any suggestions [message #672 is a reply to message #671] |
Mon, 12 March 2007 13:51 |
AJM
Messages: 2369 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
It is impossible to diagnose the exact cause of this problem as the script for the logon page is terminating before it can produce any output. You have obviously not installed everything correctly, but without stepping through the code line by line with a debugger as it is being executed it will not be possible to diagnose the exact cause of the problem.
Perhaps you should turn error reporting on to see what appears.
By the way, it is a good idea to install everything onto a local development server first before attempting to use a remote server as it makes debugging a lot easier.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
Re: Blank Logon Page! Any suggestions [message #674 is a reply to message #671] |
Mon, 12 March 2007 15:57 |
teacake
Messages: 4 Registered: March 2007 Location: Surrey
|
Junior Member |
|
|
Hi All,
Turned out to be quite simple.
I had not renamed config.inc.default to config.inc in the radicore\includes directory.
This had caused a fatal error on line 31 of radicore\includes\include.general.inc
where a require_once is invoked
I hope that that helps someone.
All the best
Henry
|
|
|