Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Blank page after "Database Driver Class Initialized"
#1

[eluser]WarDoGG[/eluser]
I'm using codeigniter 1.7.3

The weirdest thing has been happening to me since I moved my code to the production server.

When I open any controller / any action, I just get a blank page. So i enabled error logging to level 4. Following is what I get in my log :

Code:
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>

DEBUG - 2011-11-23 12:39:30 --> Config Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Hooks Class Initialized
DEBUG - 2011-11-23 12:39:30 --> URI Class Initialized
DEBUG - 2011-11-23 12:39:30 --> No URI present. Default controller set.
DEBUG - 2011-11-23 12:39:30 --> Router Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Output Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Input Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Global POST and COOKIE data sanitized
DEBUG - 2011-11-23 12:39:30 --> Language Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Loader Class Initialized
DEBUG - 2011-11-23 12:39:30 --> Config file loaded: config/permissions.php
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: url_helper
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: form_helper
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: global_helper
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: access_helper
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: html_helper
DEBUG - 2011-11-23 12:39:30 --> Helper loaded: file_helper
DEBUG - 2011-11-23 12:39:30 --> Database Driver Class Initialized

The problem machine is a Redhat linux with PHP 5.1 and MySQL 5.0.77

Now, I've already run the code on another machine (CentOS) and windows 7 too, the code works fine.

I modified the config.php, database.php, started the apache and mysql server. Everything seems to be perfect, except.. nothing is working.

Please help.




Theme © iAndrew 2016 - Forum software by © MyBB