Metadata
Description
When taking a survey (a tester taking a server) a blank page is shown. I suspect this is a small php execution error that is being suppressed.
(reported by Ron via Email to me)
Comments
-
Blake E commented
2008-11-05T14:53:09.000-0500 vulab6
-
Blake E commented
2008-11-10T10:39:58.000-0500 I've tracked down the error into the configuration file. Not sure whats causing the havok but it will be a little bug that will solve everything! I know.
-
Blake E commented
2008-11-10T10:54:20.000-0500 ok, config files not bogarting the execution its something within the survey serving file. survey.php
public/project.php is the main controller that serves survey.php (which doens't seem to be executing atm)
-
Blake E commented
2008-11-10T11:19:48.000-0500 ok, so... When we were pasting in the licenses for MANY of the files we included a character that gets outputted making a header() redirect impossible. I've finally gotten error_reporting on and I'm tracing thru the files.
-
Blake E commented
2008-11-10T11:21:49.000-0500 huzzah! It was a mixture of small spaces being printed in some library includes and configuration paths not working outside of the /admin folder.
🙂 all is good now.