Help - Search - Members - Calendar
Full Version: Installation problem
Big Red Spark Forums > Big Red Spark.com Forums > Unit Command Climate Assessment and Survey System (UCCASS)
PJP
All these: install.php(after submission), admin.php and index.php just return a blank page, always with code something like this:

CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML {955246E3-6933-480d-B146-2462CE868767}="true"
{95F2CBFC-289F-4e9e-9972-50F36660DAEC}="0"
{55671E03-16F5-412c-97E7-648282E1183B}="true"
{F92F6ACC-5E50-4482-BC62-9D8DF61E5A32}="6"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY>
<META content=QKPRNGPROX name=SKYPE_FRAMEID></HTML>


Install.php started nicely, after chmod in inifile. But it didn't do anything, so i put dbtables manually. What is wrong? Configuration should be ok.
JHolmes763
None of that extra code in the <html> tag or the <meta> tag is from UCCASS. Did you add that? Is it your templates? Where did you download the source from?

---John Holmes...
PJP
The problem disappeared, after chmodding those couple of directorie to 7777 I really mean 4x7, including those sticky bits or whatever options. You know, i IMHO had before chmodded them to 777, as directed. Figure out yourself, whatever happened, but the problem disappeared.

BTW, I downloaded from sourceforge.net (if i recall right - I was working too late...)

I don't have any templates or anything extra....

ANOTHER PROBLEM NOW: When i fill the survey, after clickin the finish after last question, i often get:

Error inserting elapsed time: Duplicate entry '0' for key 1

instead of results page.

QUOTE(PJP @ Jul 3 2007, 05:42 PM) *

ANOTHER PROBLEM NOW: When i fill the survey, after clickin the finish after last question, i often get:
Error inserting elapsed time: Duplicate entry '0' for key 1
instead of results page.


Now, looking the table-formatted results page, i see the nature of this problem: all answers(respondents) somehow add up to one row, instead of becoming separate entries/rows in table. At least that's the way they look.

Like


Name | Age
-------------------------------
Marty, George | 13, 18
-------------------------------


when it should be:

Name | Age
-------------------------------
Marty | 13
-------------------------------
George | 18
------------ -------------------


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.