[Bug 21623] Users can't send gifts

2009-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21623


Jack Phoenix j...@countervandalism.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Jack Phoenix j...@countervandalism.net  2009-11-24 
18:25:03 UTC ---
WORKSFORME both on my local test setup (MediaWiki 1.16alpha (r59382), PHP
5.3.0, MySQL 5.1.37) and on my production site (MediaWiki 1.14.1, PHP 5.2.11,
MySQL 5.0.81). As I wrote on [[mw:Extension talk:SocialProfile#Just WikiSysop
can send Gifts]], check the value of gift_access column (in gift table) for
each gift; this value should be 0 if you want everyone to be able to give this
gift. If the value of gift_access is 1, it means that only the gift creator can
give it out. Sometimes gift_access can incorrectly be set to 1. To fix this,
run a query like this against your database: UPDATE `gift` SET `gift_access` =
'0' WHERE `gift_id` =1 LIMIT 1;


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21623] Users can't send gifts

2009-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21623





--- Comment #2 from Mario César mariocesar@gmail.com  2009-11-24 18:36:18 
UTC ---
Thank you, that was the problem.

I Update the database as you say and everything is fine. Would be nice a
comment about this on the Docs :)

pd: Sorry for duplicate the Issue on the board and here.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l