sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Plethora of bugs #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the modules as per instructions
2. Run the application

Latest bug after installing these modules (there are many others):

The user module registers Yii::app()->user->id as the username (eg.'Demo');

This of course will throw a db error with things like this:

$this->getDbCriteria()->mergeWith(array(
                    'condition' => "to_user_id = {$id} and message_read = 0"
                ));
        return $this;

(from the YumMessage class).

Yii::app()->user->id should of course be whatever is in the 'id' column of the 
user table.

Please release a stable version, or otherwise convince me that this is not yet 
another package with deliberate bugs designed to bring in the developers a 
steady income stream from exasperated, inexperienced users.

Original issue reported on code.google.com by mattires...@gmail.com on 14 Jan 2012 at 5:41

GoogleCodeExporter commented 9 years ago
umm no, we dont profit from this, aside of syntax errors occasionaly, i never 
really have problems, remember yii is a framework designed for php programmers, 
its not wordpress. if you listed all your errors im sure one of the developers 
would fix them when they have time. did you try svn.

Original comment by mither...@gmail.com on 23 Feb 2012 at 9:55

GoogleCodeExporter commented 9 years ago
We can't convince you. As mithereal says this is a module that covers one 
aspect of many when you're developing a web application.

If we would make profit of it you would see a yiiusermanagement.com domain with 
a paid hosting, a shiny PDF manual and a team commited 100% to develop the 
module. We're enthusiasts, developers that found in the Thyseus code a way to 
avoid weeks of programming/debugging and we retribute his time invested in this 
project improving it.

It's a win-win situation.

If you have bugs to report, please do it so.

We're always glad to help you.

Original comment by bigch...@gmail.com on 23 Feb 2012 at 10:49