CodeIgniter Forums
Not loading CI code after moving hosting - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Not loading CI code after moving hosting (/showthread.php?tid=62130)



Not loading CI code after moving hosting - bcbomb47 - 06-12-2015

I have a new website hosting customer, and I migrated their code into our system. Apparently they are running CodeIgnitor (which I've never used) and the website isn't loading any of the "views". We are running PHP 5.6 on Windows IIS. Looks like they are running CI 1.7.2.

This is the website:
http://innovativemarkets.net

Hopefully someone can help me get them up and running. Thanks!

--Brian


RE: Not loading CI code after moving hosting - Blair2004 - 06-13-2015

Hi,
Can you check if they are using short php tags ? I saw a php code outputed in that website


RE: Not loading CI code after moving hosting - bcbomb47 - 06-15-2015

(06-13-2015, 08:26 AM)Blair2004 Wrote: Hi,
Can you check if they are using short php tags ? I saw a php code outputed  in that website

Bingo. That was the issue. Went through and changed them all to <?php and that resolved it. Thanks for the help!!!