Go to your modules/voteforpoints/add.php#L93 and
change:
$filepath = FLUX_THEME_DIR.'/'.Flux::config('ThemeName').'/img/'.Flux::config('ImageUploadPath').'/';to:
$filepath = FLUX_THEME_DIR.'/default/img/'.Flux::config('ImageUploadPath').'/';change default to whatever theme name are you using.
If still won't work just use the url option instead of uploading a picture.