Welcome Guest, Not a member yet? Register   Sign In
server problem
#1

[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
#2

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

[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;
#4

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

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

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

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




Theme © iAndrew 2016 - Forum software by © MyBB