Sorry I couldn't get to this sooner ...
This interim patch for the issue you are experiencing is not official.
In the file searchnew.php at about line #106 change:
[code] $enc...
This interim patch for the issue you are experiencing is not official.
In the file searchnew.php at about line #106 change:
Code: [Select]
$encoded_picfile = base64_encode($picfile);
to:[code] $enc...