Hi again,
OK. Change in include/mysql.php on line 94
this:
$this->CLASS['error']->log("ERROR IN QUERY: \"$query\"",1,mysql_errno() . ":".mysql_errno());to:
echo "ERROR IN QUERY: \"$query\"",1,mysql_errno() . ":".mysql_errno() . "<br />\n";
After that change try to upload the file again. You should see now a error message on the display. Please post this message here.
Thanks.
Frank