Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8724 now.

Uploaded avatars not uploading in ACP (fix completed in vcs)

In RC1 and RC2 in the Administration Control Panel,

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

Posted by Acyd Burn (Server Manager) on Sep 23rd 2009, 17:04

Where did you try this? ACP Group settings or User settings...

Posted by D¡cky (Support Team Member) on Sep 23rd 2009, 17:09

Users and Groups
Enter a user
Select Avatar

Posted by blueray2048 on Sep 23rd 2009, 17:11

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

Linked ticket with changeset: r10182

Action performed by Kellanved (Former Team Member) on Sep 23rd 2009, 17:41

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on Sep 23rd 2009, 17:41

Ticket details

Related SVN changesets