Not sure what I'm doing wrong but everytime I try to add my own picture to a raffle, I see the following warning messages displayed both on the main page and on the raffle page.
Code:
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in [path]/raffles.php on line 186
Warning: getimagesize(http://www.thepokemonexpress.com/images/raffles/accelgor.gif) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in [path]/raffles.php on line 186
Warning: Division by zero in [path]/raffles.php on line 193
I've tried using different file types (jpeg, gif and png) and I've ensured they are under the default image size limit (the image size that I was trying to use was 105 x 130 px and the file size is 258k. The place where the image is located on the site I CHMOD'd hoping that that would fix the issue. Not sure what else to do.
Any help would be appreciated.