Write a new app for phpfox

351 Views Asked by At

I want to create a new app for my own phpfox project.I do all as in documentation. But when I go to my app link I see this error page Unable to load module template: todo->controller/index.

1

There are 1 best solutions below

1
On

Do you have a template in YourApp/views/controller/index.html.php ?

Each controller need a template with it.