I have 6.1.6 installed and I installed a mod called member verified. When I go to upload a image so the member can be verified. Right after I select the image to upload and press ok it gives me a weird error like this.
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/******/public_html/inc/images.inc.php on line 523
Warning: Cannot modify header information - headers already sent by (output started at /home/hardtime/public_html/inc/images.inc.php:523) in /home/******/public_html/verify_me.php on line 113
Warning: Cannot modify header information - headers already sent by (output started at /home/hardtime/public_html/inc/images.inc.php:523) in /home/******/public_html/inc/design.inc.php on line 705
which is weird because I've never edited the images.inc.php
Line 523 only states this...
$scan = getimagesize($_FILES[$fname]['tmp_name']);
Can you please give me a direction to take? I've gone back and forth through many tutorials and have found nothing. Thank you.