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

Reply via email to