Open GoogleCodeExporter opened 9 years ago
Seems it just takes adding quotes in the query string in
modules/rights/components/RDbAuthManager.php
I just wonder how it will affect compatibility with other DBs backends.
Original comment by janek....@gmail.com
on 6 Jul 2011 at 7:17
I had the same problem, but I fixed them as fellow:
1. open the file in yii framework (yii/framework/web/auth/CDbAuthManager.php
2. check tables' name of your database in PostgreSQL.
3. rename the variables ($itemTable, $itemChildTable, ... ets), the same as
your tablename.
My system work well now. Good Luck.
Original comment by CJHuang...@gmail.com
on 15 Aug 2011 at 4:57
It works!
Original comment by emo...@altus.co.cr
on 16 Aug 2011 at 5:37
I had a similair problem, couldnt understand why until I realised my webhost
probably used a linux server... and booya. I always use lowercase only on
tablenames and my localhost is a win computer and I uploaded the page long
after I had rights working on my localhost. So remember to check
RDbAuthManager.php and compare the rightstable name with you'r database table^^
Original comment by iDr...@gmail.com
on 6 Jan 2012 at 3:09
Original issue reported on code.google.com by
janek....@gmail.com
on 6 Jul 2011 at 7:05