Welcome Guest, Not a member yet? Register   Sign In
cPanel+WHM hosting, uploaded codeigniter files and shows blank page
#1

[eluser]zemaitis[/eluser]
Hello all,

Spent ~10hours today researching about codeigniter "white screen of death" and found nothing that could work.

Here's some specifics:


1. public_html error logs empty, apache error logs empty, application/logs/log-2014-01-08.php also doesnt help
2. I have MySQL installed
3. Tried to change application/config/config.php file variable

$config['uri_protocol'] = 'AUTO';

to ORIG_PATH_INFO and other ones I found in internet, no use

4. Mod rewrite is setted online, tested with

root@server [~]# httpd -l |grep mod_rewrite
mod_rewrite.c (it means it is installed)

5. Tried uploading index.html file to check if it's rly files problem, it shows "hello world" message

6. PHP Version 5.3.27

7. Tried to upload same files to other cPanel hostings, site works without chmoding or doing anything



My htaccess file:

Code:
AddDefaultCharset UTF-8

RewriteEngine On

Options -Indexes

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f  
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^(/index\.php|/resources|/robots\.txt|/favicon\.ico|/templates)
RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]


Can someone guide me what to try to get my files working?


Messages In This Thread
cPanel+WHM hosting, uploaded codeigniter files and shows blank page - by El Forum - 01-08-2014, 12:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB