Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-19-2007 12:28:43

9000world
Member
From: Denver
Registered: 06-19-2007
Posts: 37
Website

installation problem - blank page

Hello. Many thanks in advance for your help.

I'm trying to install Kryptronic Hybrix X Core (KHXC) 6.6.1

I link to http://[domain name]/khxc/installer.php and all I get is a blank page. No error messages. No log file errors.

Here is my server config:
FreeBSD 5.4-RELEASE
Apache/1.3.33 (Unix) PHP/5.2.3 with Suhosin-Patch
libcurl/7.15.1 OpenSSL/0.9.7e zlib/1.2.1

When I view source on the blank page I see:
<!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>

I am able to insert "echo 'a'" 's in various places at the top of the installer.php file and I do see the 'a' appear, but don't know where to put debugging echo's in the php class itself in an attempt to find out where the script is failing.

Any ideas on how to debug the problem?

Mike

Offline

 

#2 06-19-2007 14:26:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19965
Website

Re: installation problem - blank page

Has the entire script been uploaded?  Can you check your error log to see if anything meaningful is in there?


Nick Hendler

Offline

 

#3 06-19-2007 15:03:35

9000world
Member
From: Denver
Registered: 06-19-2007
Posts: 37
Website

Re: installation problem - blank page

Well, the installer.php file starts with "<?php" and ends with "?>". The file size is 314524. So yes I believe that I have the whole script.
Also, I did recheck the log files and there are no error log entries for that domain.

Mike

Offline

 

#4 06-19-2007 15:30:08

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19965
Website

Re: installation problem - blank page

Is your server running a default php.ini configuration?  What type of server / version of PHP are you running?


Nick Hendler

Offline

 

#5 06-19-2007 15:47:58

9000world
Member
From: Denver
Registered: 06-19-2007
Posts: 37
Website

Re: installation problem - blank page

Sorry, I thought I mentioned my server/php version in the first post:
FreeBSD 5.4-RELEASE
Apache/1.3.33 (Unix) PHP/5.2.3 with Suhosin-Patch
libcurl/7.15.1 OpenSSL/0.9.7e zlib/1.2.1

The php.ini file has been tweeked from php.ini-dist. Here are the param values that are specifically mentioned in the install readme.pdf file:
safe_mode = Off
magic_quotes_runtime = Off
file_uploads = On
upload_tmp_dir = "/tmp"

FYI. I have not set up the mysql db or user yet as I do not know what username to use. I was hoping that as I went through the installation I would be told what user to grant privileges to.

Perhaps this would be best handled through a support call instead of the forum? In that case I would be happy to send along the php.ini file.

Mike

Offline

 

#6 06-21-2007 09:01:53

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19965
Website

Re: installation problem - blank page

We are waiting for you to send your FTP info to support@kryptronic.com.


Nick Hendler

Offline

 

Board footer