Hi there,
I installed openacs, fresh install, and started to create a TCL page. Once I opened the page through the browser it threw a random TCL error such as
bad option "end": must be bytelength, compare, equal, first, index, is, last, length, map, match, range, repeat, replace, tolower, toupper, totitle, trim, trimleft, trimright, wordend, or wordstart
while executing
"string end $temp "Ren" 20"
("foreach" body line 7)
which is also logged at error.log
Then, i fixed the error, saved the page, went to the browser and refresh. However the system got stuck at the error message.
At first I thought it would be the cache of the browser (i.e. chrome). I cleaned everything and I also switched to another browser (i.e. firefox). but the error still remained.
Then I thought it would be a problem with error.log. I broke the pipe and opened another one (i.e. tail -f /var/log/aolserver/openacs/error.log). But the error still remained.
I also tried to restart aolserver but it didn't work either.
The error only disappear if i reboot the machine.
Does anyone have an idea what it could be?