CodeIgniter Forums
server problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: server problem (/showthread.php?tid=13198)



server problem - El Forum - 11-14-2008

[eluser]dimis[/eluser]
We made a website with CI 1.6.3 version.
We test it at a windows 2003 server and we upload it at a linux server.
The problem is that at the new server a blank page is there for the front page.
What is be wrong?
Dimis


server problem - El Forum - 11-14-2008

[eluser]mediajargo[/eluser]
chmod 777 cache and log folders in system


server problem - El Forum - 11-14-2008

[eluser]BaRzO[/eluser]
Maybe because of Compression see at config file
Quote:/*

|--------------------------------------------------------------------------

| Output Compression

|--------------------------------------------------------------------------

|

| Enables Gzip output compression for faster page loads. When enabled,

| the output class will test whether your server supports Gzip.

| Even if it does, however, not all browsers support compression

| so enable only if you are reasonably sure your visitors can handle it.

|

| VERY IMPORTANT: If you are getting a blank page when compression is enabled it

| means you are prematurely outputting something to your browser. It could

| even be a line of whitespace at the end of one of your scripts. For

| compression to work, nothing can be sent before the output buffer is called

| by the output class. Do not "echo" any values with compression enabled.

|

*/

$config['compress_output'] = FALSE;



server problem - El Forum - 11-14-2008

[eluser]dimis[/eluser]
We did that, reading the log file, it seems that all is ok but the blank page is there.
Dimis


server problem - El Forum - 11-14-2008

[eluser]BaRzO[/eluser]
search in the forums about php closing tags and blank characters maybe...


server problem - El Forum - 11-14-2008

[eluser]Colin Williams[/eluser]
Are ALL of your config files correct?


server problem - El Forum - 11-14-2008

[eluser]dimis[/eluser]
I solved it, the system did not find a .php