Question: I'm getting this on the front page:
Simple File Upload v1.1
Notice: Undefined index: uploadedfile in /var/www/web72/web/modules/mod_simplefileu ploadv1.1/mod_simplefileu ploadv1.1.php on line 80
Notice: Undefined index: uploadedfile in /var/www/web72/web/modules/mod_simplefileu ploadv1.1/tmpl/default.php on line 214
Why?
*************************************
Answer: That is because either your Joomla setting for logging or PHP setting for logging is set to debug/maximum. It's not an error, simply a Notice. SFU will work normally but of course the notice is annoying.
Change the logging for PHP or in Joomla Administration under Global Configuration->Server and look for property "Error Reporting". Set it to "System Default".
If you still see the Notice you'll need to change the PHP setting (check PHP Man pages).