Dennis:
See my answer in the general forum.
http://www.mariovaldez.net/webapps/foru ... ?p=487#487
Basically, those are harmless warnings which can be disabled adding the line:
Code:
error_reporting(E_ALL & ~E_NOTICE);
At the begining of the oscpm1_upload.php script.
> ...Sorry for posting previous topic here in error.
> Not a bug!! Check the general topic thread...
Well, the script should disable full PHP error reporting before doing its work. So, I think it is a bug.
So, thanks for hte bug report, I fixing this now.
Regards,
Mario A. Valdez-Ramirez.