To fix the bug of not being able to log in to the uploader. Modify the following code in the config.php file:
$username="username_here"; //Username for accessing image uploader
$password="password"; //Password to access image uploader
with
$users[]="username_here"; //Username for accessing image uploader
$passw[]="password"; //Password to access image uploader
Obviously change the username_here and pasword with your own info.
