Welcome Guest, Not a member yet? Register   Sign In
Blank page and endless loop when uploaded to web server (solved)
#5

[eluser]tonanbarbarian[/eluser]
you have the following in your controller
Code:
...
log_message('ERROR', '**** 2 *****');
$data['header'] = $this->load->view('standard/header_view',$config, TRUE);
log_message('ERROR', '**** 3 *****');
...
and yet you are getting the log output of
Code:
ERROR - 2007-12-08 11:18:22 --> **** 2 *****
ERROR - 2007-12-08 11:18:22 --> **** Teams --> VIEW start loading *****
ERROR - 2007-12-08 11:18:22 --> **** 101 *****
ERROR - 2007-12-08 11:18:22 --> **** 102 *****
ERROR - 2007-12-08 11:18:22 --> **** Teams --> VIEW start loading *****
ERROR - 2007-12-08 11:18:22 --> **** 101 *****
ERROR - 2007-12-08 11:18:22 --> **** 102
so why I asked t osee the view was because I expected to see something like
Code:
...
log_message('ERROR', '**** 101 *****');
...
log_message('ERROR', '**** 102 *****');
...
but that is not in the view
can we see the code that is putting those lines into the log
Your problem has to be somewhere in that


Messages In This Thread
Blank page and endless loop when uploaded to web server (solved) - by El Forum - 12-08-2007, 08:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB