Hi,
I don't get modules to work. I created with Yiic a webapp and a module and added "… 'modules'=>array('forum',), …" to the main.php. But when I try to access the module with "index.php?r=forum" I get a "Page not found"-error.
I attached the application. What did I wrong?
Thanks in advance
You can not install modules in component:
Piece of the sample configuration file
'modules'=>array( 'forum', ), // application components 'components'=>array( ...
Uups. Yes that was the problem. Thank you for your help.
Greetings
Carsten