Welcome Guest, Not a member yet? Register   Sign In
Blank Screen Even no Error in Logs V2.0.2 with PHP 5.4
#2

This could be a number of things that are wrong.

1) There could be white space at the beginning or end of the file.

2) It could be that the server requires all lower case filenames.

3) It could be a programming error.

In your index. php file turn on error reporting to see what error you are getting.

Try these:

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Blank Screen Even no Error in Logs V2.0.2 with PHP 5.4 - by InsiteFX - 12-29-2017, 10:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB