Hi atomicmak,
Thanks for the feedback. I tried to chance
<thumbnail_dir>../../thumbnails/</thumbnail_dir>
<image_dir>../../images/</image_dir>
To this
<thumbnail_dir>././thumbnails/</thumbnail_dir>
<image_dir>././images/</image_dir>
To this
<thumbnail_dir>./thumbnails/</thumbnail_dir>
<image_dir>./images/</image_dir>
To this
<thumbnail_dir>/thumbnails/</thumbnail_dir>
<image_dir>/images/</image_dir>
To this
<thumbnail_dir>thumbnails/</thumbnail_dir>
<image_dir>images/</image_dir>
And even to this
<thumbnail_dir>http://www.mysite.com/thumbnails/</thumbnail_dir>
<image_dir>
http://www.mysite.com /images/</image_dir>
But none of these solved the problem
Any other suggestions?
regards, jack