Categories > TinyButStrong general >

type error => 99.x% CPU and LOAD above 15

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: ClausVB
Date: 2005-10-29
Time: 17:44

type error => 99.x% CPU and LOAD above 15

Hi Skrol!

Perhaps you know this, but I thought I should mention it. If you type "var" instead of "val" like:

<td class="row4" align="center" valign="middle" width="30" height="30"><img src="skins/MorpheusXSteelBlue/[var.file_status;if [var]='1';then 'folder_new_big.gif';else 'folder_big.gif']" width="28" height="32" alt="No comments" title="No comments" /></td>

in your IF, my Linux server almost crashes. The LOAD is rising from 0.5 to more than 15.

If you use the right
[var.file_status;if [val]='1';
instead of
[var.file_status;if [var]='1';
everything is fine.

Perhaps you should create an error msg if an IF is used incorrectly.

Regards,
Claus
By: Skrol29
Date: 2005-10-29
Time: 18:45

Re: type error => 99.x% CPU and LOAD above 15

Hi,

Thanks, I had that to my ToDo list :)