Welcome Guest, Not a member yet? Register   Sign In
For all urls HTTP 200 and blank page
#1

[eluser]Unknown[/eluser]
For all urls HTTP 200 and blank page - result of migration on new server, no errors at all. by debugging it enters
to CodeIgniter.php down to point:

// Mark a start point so we can benchmark the controller
$BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');

$CI = new $class();

And here code stops. Router works ok $class / $ method - are right. The creation of new object (any) crashes the system. Even tried to put $CI = new $class(); into try catch - nothing. Any ideas would be appreciated. Runs on Apache 2.2 PHP 3.2.6 SUexec CI 1.7.3




Theme © iAndrew 2016 - Forum software by © MyBB