View Single Post
Old September 11th, 2005, 02:29 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Warning with gifs and pngs

Make sure that you have this bit of code in your functions_gallery_editimage.php file:
Code:
Content visible to verified customers only.
The @ symbol in front of the function should prevent any errors from being printed out, so you shouldn't have that problem as long as the @ symbol is there.
  Reply With Quote