Welcome Guest, Not a member yet? Register   Sign In
Moving CI website to another server - only blank page showing
#2

On thing you could check is if you have used short PHP opening tag (<? instead of <?php) anywhere in your code, and if you have, make sure your new server has short_open_tag=On in php.ini

Alternatively you can make sure all your code uses <?php or <?= and no short tags.

That little thing got me quite few times.
Reply


Messages In This Thread
RE: Moving CI website to another server - only blank page showing - by Pertti - 06-28-2018, 06:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB