Incorrect controller path

Permalink 1 user found helpful
Your controller will not fire if you place it in the path specified in the tutorial:
your_site_root/dashboard/controllers/dashboard/awesome/controller.php

Rather, the controller should be placed here:
your_site_root/controllers/dashboard/awesome/controller.php

This post was made in reference to the tutorial here:
http://www.concrete5.org/documentation/introduction/dashboard...

Not sure why my response didn't get associated with that page.

 
stmarco replied on at Permalink Reply
stmarco
Thanks, I was looking at that tutorial today and the path also seemed strange to me.

This should be changed in the tutorial

thanks

Marco