I have a CMS script that we have used for sometime. We are migrating sites to a new server. When you upload an image through the script, the script creates a separate thumbnail image and an original size image. That info is then passed to a page where there is a link created and loaded with the thumbnail. The link points to a javascript pop-up window when clicked that enlarges the thumbnail. On my old server, this worked great but on the new server only the original image uploads. The thumbnail from what I am seeing doesn't even get created. Does anyone have any idea what would cause this? Is it a Perl or Apache config type thing? I do not know much about PERL programming, so any help would be greatly appreciated. Thank you.