mukeshshai / yii-shop

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

Error 404 #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a fresh web application using yiishop module.
2. Click the primary article tab.
3. Click the show product link.

What is the expected output? What do you see instead?
Error 404 is seen. Specific product description will be seen instead.

What version of the product are you using? On what operating system?
google-svn r79

Please provide any additional information below.
I have fixed this issue.

ProductsController.php, ActionView():

<                if($model && $model->status != 1)
>                if(!$model && $model->status != 1)

Original issue reported on code.google.com by saku...@g.pugpug.org on 30 Nov 2011 at 12:46