CodeIgniter Forums
Following Static pages tutorial - No input file specified.error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Following Static pages tutorial - No input file specified.error (/showthread.php?tid=77365)

Pages: 1 2


RE: Following Static pages tutorial - No input file specified.error - CrossCrash - 08-22-2020

(08-22-2020, 03:23 AM)jreklund Wrote: Yep, but apparently that made things worse. So go back again. Check your writables/logs folder for tips.

Nothing in there except the index.html file.  Confused


RE: Following Static pages tutorial - No input file specified.error - jreklund - 08-22-2020

Okay... so how do your Views folder look?


RE: Following Static pages tutorial - No input file specified.error - CrossCrash - 08-22-2020

Like so: 

[Image: routes.png]


RE: Following Static pages tutorial - No input file specified.error - jreklund - 08-22-2020

Yeah, that's where your problem are at.

Should be
Views\templates\footer.php
Views\templates\header.php
Views\pages\home.php
Views\pages\about.php


RE: Following Static pages tutorial - No input file specified.error - CrossCrash - 08-22-2020

(08-22-2020, 03:55 AM)jreklund Wrote: Yeah, that's where your problem are at.

Should be
Views\templates\footer.php
Views\templates\header.php
Views\pages\home.php
Views\pages\about.php

Brilliant, that's sorted it! 

Thanks for the help.  Big Grin