Hi there

,
I am glad to find this watermark script which can simultaneously imprint watermarks on a number of images. However, after try a number of times with many elements changes, I found that I am not able to solve the following errors. Can anyone knows what it is and how to solve it? The "line 155" on the file "watermark_text.class.php" is:
153 case 2:
154 if ($this->save_to_file) {
155 $res = ImageJPEG($im,$filename,$this->quality); ====>> THIS ONE
156 }
157 else {
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/02.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/04.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/11.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/12.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/14.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/public_html/sairs0/public_html/s-airship/fun/17.jpg' for writing: No such file or directory in /home/sairs0/public_html/s-airship/watermark_text.class.php on line 155