Do I need to worry about the warning when I add my new page associated with my new controller that "there is already a controller associated with this page"? Am I doing something wrong, or is this merely informational?
It just means that the controller is controlling the page logic and it is not going through the normal page_router (set as the 404_override). If you are rendering the page in your controller by using the Fuel_page class, then you don't need to worry about it.
Comments