I just created a new project with YII framework, connected it to database (on localhost, xampp), created model using GII module. After that I used gii CRUD tool to create controllers and views. GII creates everything successfully, but when I click the button "Try it now", it redirects me to blank page.
I tried to enter the link manually:
http://localhost/StorageSite/index.php?r=recenice/index
but I get the same output - blank white page.