Running Tivoweb 1.94, the "Space Used" module gives me the following error in the "DailyData" column:
- Code: Select all
INTERNAL SERVER ERROR
--cut here--
action_spaceused '/' ''
syntax error in expression " / 745.1"
while executing
"expr $amount / $mbperhr"
(procedure "::action_spaceused" line 287)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here-
Looks like $amount hasn't gained a value somewhere, any ideas?