Just updated with Version 1.1 which should fix a few problems
Quote:
Okay i understand now.. i redid it and i got this error
Failed @ 114
|
Open the testattachments.php with a texteditor, search for the line
PHP Code:
if (!$res) die("Failed @ 114");
replace it with:
PHP Code:
if ($res === FALSE) die("Failed @ 114");
and run again. Then report back if it still fails at the same error.