thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

I encountered a problem. #52

Open tingeljin opened 11 years ago

tingeljin commented 11 years ago

Fatal error: Cannot re-assign auto-global variable _POST in D:\wamp\www\527\protected\modules\user\components\Relation.php on line 723

waitekk commented 11 years ago

That's a known bug, try to use PHP 5.3

Simply function needs to be rewritten so that there is no global $_*\ vars passed as parameters in definition.