Bug tracker
Uploaded avatars not uploading in ACP (fix completed in vcs)
When uploading from your machine, upon clicking Submit, the successful message is displayed, but no avatar is uploaded and no entry is made in the database. Additionally, dimensions and filesize are not checked.
When uploading from remote url, upon clicking Submit, the successful message is displayed, but no avatar is uploaded and no entry is made in the database. Dimensions and filesize ARE checked.
Uploaded avatars work fine in the UCP.
Comments / History
Enter a user
Select Avatar
- Code: Select all
Index: functions_upload.php
===================================================================
--- functions_upload.php (revision 14)
+++ functions_upload.php (working copy)
@@ -349,7 +349,6 @@
}
phpbb_chmod($this->destination_file, $chmod);
- return true;
}
// Try to get real filesize from destination folder