I found what the problem is.
I changed
PHP Code:
$file = './icon/'.$sStatus.'/icon.gif';
to
PHP Code:
$file = './icon/'.'00'.'/icon.gif';
to check this path: "./icon/00/icon.gif". the indicator was displayed. It means the problem is from
Its result cannot be retrieved