#1
I have a nunber of legacy sites built with CI back in the day and I am converting the first one of them to Trongate. I have a template in place which shows correctly. I then do
and get an error:
ERROR: View file does not exist at: C:/wamp64/www/amy-2/modules/http:/views/home.php
The weird thing is the 'http:' in the middle of the path. I have the view file 'home.php' correctly in the views folder and my controller method is:

Can anyone explain what is going on?
I fixed it. Failed to add

to the controller method.