What steps will reproduce the problem?
1. following (nearly) exactly
http://code.google.com/p/libstats/wiki/AddField
2. modifying this with new field/column name:
# Modify QuestionEditForm.php similar to the above
* LINES 55-64
<div class = "inputBox">
<h5>Time Spent</h5>
<?php echo( $optionFunction(
'timeSpent',
$rInfo['timeSpentOpts'],
'time_spent_id',
'time_spent',
$rInfo['question']['time_spent_id'], 5)
); ?>
</div>
3. I get either errors (I'll list them in a moment, or I get the libstats
to 'sort of work' with the new field giving errors
What is the expected output? What do you see instead?
in attached file
What version of the product are you using? On what operating system?
1,0.6 - red hat linux, enterprise version, I believe
Please provide any additional information below.
attached in file
A note: In the Wiki where it indicates adding the material in the admin
table, I have to browse that table to find the (in my case)
timeframe_types etc.
Paul
Original issue reported on code.google.com by vlibrar...@gmail.com on 5 Oct 2009 at 8:09
Original issue reported on code.google.com by
vlibrar...@gmail.com
on 5 Oct 2009 at 8:09Attachments: