Debian Bug report logs -
#395470
phpbb2: Users can not select gallery avatars
Reported by: Teddy Hogeborn <teddy@recompile.se>
Date: Fri, 27 Oct 2006 08:33:06 UTC
Severity: normal
Found in version 2.0.13-6sarge3
Fixed in version phpbb2/2.0.21-5
Done: Thijs Kinkhorst <thijs@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Jeroen van Wolffelaar <jeroen@wolffelaar.nl>:
Bug#395470; Package phpbb2.
(full text, mbox, link).
Acknowledgement sent to Teddy Hogeborn <teddy@fukt.bsnet.se>:
New Bug report received and forwarded. Copy sent to Jeroen van Wolffelaar <jeroen@wolffelaar.nl>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: phpbb2
Version: 2.0.13-6sarge3
Severity: normal
I have a problem using the avatar gallery feature of phpBB. First, to
get the gallery avatars to show up at all, I had to run the command
"chmod g+r /var/lib/phpbb2/avatars/gallery". And I also had to make
all the gallery subdirectories[1] I had to create also be readable and
executable by the www-data group. (I suspect this bug to still be
present in phpbb2-2.0.21-4.) Anyway, with this, a user can see the
avatar images in the galleries and can select them when editing his
profile.
BUT, when the user then selects "Submit" on the profile editing
screen, the avatar setting is ignored and the database is not updated.
The SQL UPDATE command issued does not include the 'user_avatar' or
'user_avatar_type' columns. So the previous avatar setting is kept,
except that if the previous avatar setting was a user-uploaded image
file, this file will still be deleted, so the avatar setting will then
be set to a non-existing image file.
Note that changing the avatar image to one from a gallery *does* work
*if* done using the "Administration Panel/User Admin/Management" page.
But the user can not do it himself from the "Profile" page.
/Teddy
1) <http://www.phpbb.com/support/documents.php?mode=faq>, question 15:
"How do I use the avatar settings?"
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages phpbb2 depends on:
ii apache2 2.0.54-5sarge1 next generation, scalable, extenda
ii apache2-mpm-prefork [htt 2.0.54-5sarge1 traditional model for Apache2
ii boa [httpd] 0.94.14rc20-1.2 Lightweight and High Performance W
ii debconf 1.4.30.13 Debian configuration management sy
ii libapache2-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4-mysql 4:4.3.10-16 MySQL module for php4
ii php4-pgsql 3:4.3.10-4 PostgreSQL module for php4
-- debconf information:
* phpbb2/httpd: apache2
Tags added: pending
Request was from www-data <www-data@wolffelaar.nl>
to control@bugs.debian.org.
(full text, mbox, link).
Message sent on to Teddy Hogeborn <teddy@fukt.bsnet.se>:
Bug#395470.
(full text, mbox, link).
Message #10 received at 395470-submitter@bugs.debian.org (full text, mbox, reply):
# Fixed in r315 by kink
tag 395470 + pending
thanks
These bugs are fixed in revision 315 by kink
Log message:
* Do not set special permissions on gallery path, it works fine without
write- but needs read permission for avatar display (Closes: #395470).
Reply sent to Thijs Kinkhorst <thijs@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Teddy Hogeborn <teddy@fukt.bsnet.se>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #15 received at 395470-close@bugs.debian.org (full text, mbox, reply):
Source: phpbb2
Source-Version: 2.0.21-5
We believe that the bug you reported is fixed in the latest version of
phpbb2, which is due to be installed in the Debian FTP archive:
phpbb2-conf-mysql_2.0.21-5_all.deb
to pool/main/p/phpbb2/phpbb2-conf-mysql_2.0.21-5_all.deb
phpbb2-languages_2.0.21-5_all.deb
to pool/main/p/phpbb2/phpbb2-languages_2.0.21-5_all.deb
phpbb2_2.0.21-5.diff.gz
to pool/main/p/phpbb2/phpbb2_2.0.21-5.diff.gz
phpbb2_2.0.21-5.dsc
to pool/main/p/phpbb2/phpbb2_2.0.21-5.dsc
phpbb2_2.0.21-5_all.deb
to pool/main/p/phpbb2/phpbb2_2.0.21-5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 395470@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thijs Kinkhorst <thijs@debian.org> (supplier of updated phpbb2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 13 Nov 2006 17:28:21 +0100
Source: phpbb2
Binary: phpbb2-languages phpbb2-conf-mysql phpbb2
Architecture: source all
Version: 2.0.21-5
Distribution: unstable
Urgency: low
Maintainer: Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
Changed-By: Thijs Kinkhorst <thijs@debian.org>
Description:
phpbb2 - A fully featured and skinnable flat (non-threaded) webforum
phpbb2-conf-mysql - Automatic configurator for phpbb2 on MySQL database
phpbb2-languages - phpBB2 additional languages
Closes: 395470
Changes:
phpbb2 (2.0.21-5) unstable; urgency=low
.
[ Jeroen van Wolffelaar ]
* Also in comments in apache.conf w.r.t. second board, put the avatar
aliassing before the generic aliassing, because otherwise it won't work.
.
[ Thijs Kinkhorst ]
* Do not set special permissions on gallery path, it works fine without
write- but needs read permission for avatar display (Closes: #395470).
* Add Security section to README.Debian; also add register_globals off
setting for php5 in apache.conf.
* Add 051_only_show_active_users.diff: do not show users who have registered
but didn't confirm yet / haven't been approved by the admin in the member
list or as the "newest user" (Partially addresses: #391775).
Files:
462b7467b5db84198ae287fc09a4aca3 759 web optional phpbb2_2.0.21-5.dsc
57e49d54eea96039bc21228c21eeff80 85267 web optional phpbb2_2.0.21-5.diff.gz
bcd013ee6a444f7133a8abfc97843922 547060 web optional phpbb2_2.0.21-5_all.deb
edf0a87f09540667cbb020c78110bc5c 52530 web extra phpbb2-conf-mysql_2.0.21-5_all.deb
db94ad84d8fb43fa4b901cddce10047a 2726202 web optional phpbb2-languages_2.0.21-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFWLy1JdKMxZV9WM8RArVlAKDcBkf0/SBQAYubMwjfcfIryPB/XQCcCo+U
4nOxoqgKMkvam4fPdRDlcjE=
=Zhzg
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Tue, 26 Jun 2007 10:34:41 GMT) (full text, mbox, link).
Bug unarchived.
Request was from Teddy Hogeborn <teddy@recompile.se>
to control@bugs.debian.org.
(Mon, 10 Oct 2011 08:05:06 GMT) (full text, mbox, link).
Changed Bug submitter to 'Teddy Hogeborn <teddy@recompile.se>' from 'Teddy Hogeborn <teddy@fukt.bsnet.se>'
Request was from Teddy Hogeborn <teddy@recompile.se>
to control@bugs.debian.org.
(Mon, 10 Oct 2011 08:05:07 GMT) (full text, mbox, link).
Bug archived.
Request was from Teddy Hogeborn <teddy@recompile.se>
to control@bugs.debian.org.
(Mon, 10 Oct 2011 08:05:07 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Jul 1 13:14:35 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.