Welcome Guest, Not a member yet? Register   Sign In
Blank Views - head scratcher
#4

[eluser]techgnome[/eluser]
apache logs? I knew I'd forget to check something. No I haven't. I don't have direct access to them from here. -- wait... I might. Hmmm... that's going to take a while to dig through.

At any rate....
I did turn on logging and told CI to log everything...
Code:
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>

DEBUG - 2010-09-15 16:24:33 --> Config Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Hooks Class Initialized
DEBUG - 2010-09-15 16:24:33 --> URI Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Router Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Output Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Input Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Global POST and COOKIE data sanitized
DEBUG - 2010-09-15 16:24:33 --> Language Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Loader Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Helper loaded: url_helper
DEBUG - 2010-09-15 16:24:33 --> Controller Class Initialized
DEBUG - 2010-09-15 16:24:33 --> My Data 1 Array
(
    [pageName] => home
    [css] => styles/style.css
    [base] => http://test.obscurilizingURL.com/
    [content_view] => view_content_view
)

DEBUG - 2010-09-15 16:24:33 --> Loader Class Initialized
DEBUG - 2010-09-15 16:24:33 --> Controller Class Initialized
DEBUG - 2010-09-15 16:24:33 --> My Data 2 Array
(
    [pageName] => home
    [css] => styles/style.css
    [base] => http://test.obscurilizingURL.com/
    [content_view] => view_content_view
)

DEBUG - 2010-09-15 16:24:33 --> Final output sent to browser
DEBUG - 2010-09-15 16:24:33 --> Total execution time: 0.0181
(not my real url, but it is set correctly in the log file).

I don't see anything out of the ordinary. And the log message in my template.php file doesn't show either. I'll check the server logs when I get home... I'm hoping there's a clue there.

-tg


Messages In This Thread
Blank Views - head scratcher - by El Forum - 09-15-2010, 01:56 PM
Blank Views - head scratcher - by El Forum - 09-15-2010, 02:01 PM
Blank Views - head scratcher - by El Forum - 09-15-2010, 02:38 PM
Blank Views - head scratcher - by El Forum - 09-15-2010, 03:05 PM
Blank Views - head scratcher - by El Forum - 09-15-2010, 07:23 PM
Blank Views - head scratcher - by El Forum - 09-15-2010, 09:38 PM
Blank Views - head scratcher - by El Forum - 09-16-2010, 05:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB