Last modified: 2010-05-15 15:37:54 UTC
When successfully uploading a file (a jpg image) the resulting page whilst displaying normal content, also shows a php warning message. Wrong parameter count for print_r() in /home/paradox/public_html/wiki/includes/Exif.php on line 528 when I looked at the line mentioned it is in the debug function of Exif, the line(s) is : if ( $type === 'array' ) $in = print_r( $in, true); the version of php being used is 4.2.2
*** This bug has been marked as a duplicate of 4242 ***