Quote:
Yesterday at 07:46 PM amykhar said this in Post #87
Fixed Erwin. Where you had if ($userfile) I had to put if ($userfile!="none")
That solved my problems. For some reason, the value of an empty userfile was coming through as none.
Amy
|
That fix worked for me. i just downloaded the latest file, and ($userfile) was still there. Changing it to ($userfile!="none") fixed the errors I was getting.