Welcome Guest, Not a member yet? Register   Sign In
Install CI in client server and getting blank page
#5

[eluser]orfaust[/eluser]
that code should be executed in the first executed lines,
but to achieve that you should edit codeigniter core files.

Avoid that if you're not experienced:
an easier way to know if your server is set to hide php errors is to upload a temporary file (ie info.php) which only contains
Code:
<?php phpinfo();
navigate to that file, you should see a list of tables that should see all php settings.
Search for
Code:
display_errors
, its value can be On or Off
Once you know that value, you can take choose next step


Messages In This Thread
Install CI in client server and getting blank page - by El Forum - 12-16-2010, 08:18 PM
Install CI in client server and getting blank page - by El Forum - 12-16-2010, 08:39 PM
Install CI in client server and getting blank page - by El Forum - 12-16-2010, 09:30 PM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 06:25 AM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 07:01 AM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 07:05 AM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 07:12 AM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 04:02 PM
Install CI in client server and getting blank page - by El Forum - 12-17-2010, 04:28 PM
Install CI in client server and getting blank page - by El Forum - 12-18-2010, 02:08 AM
Install CI in client server and getting blank page - by El Forum - 12-18-2010, 05:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB