webvimark

Results 18 comments of webvimark

One option is to use Yii::$classMap in index.php Another options is to use 'controllerMap' in config. For example this is how I rewrite controllers (option 1). This is my index.php...

Hi, need more data =) Did it redirect you or you stays on the same page ?

No, I mean after you enter credential and click "Login" button - application redirects you to another page or stays there ?

Lets debug :) Could you set breakpoints (like die('1'), die('2'), etc) in AuthController on the following lines - 44 ( die('1'); before return $this->goHome(); ) - 57 ( die('2'); before...

Hmm, it's really strange. Like **really** strange. Could you upload your app in some repository. Just remove all data except core and this moduel and I'll try find what is...

Check #142 If it will not help, we'll dig futher :)

Well, this module designed for basic template, but as far as I remeber there are 2 workarounds 1. Add desired toures and permissions via migration 2. Integrate this module in...

Hi, it's not official and I'm not supporting it for several years already :) Best way for you is to create a fork with Oracle DB support. It's fast and...

Hi, I thought about it and will add it to my new users module. But I can also add this feature here (may be on this weekend)

Hmmm, thank you for pointing at this problem, I'll think hot to fix it