Welcome Guest, Not a member yet? Register   Sign In
UNDEFINED ERROR
#1

[eluser]Beginers[/eluser]
HI ALL,

I can't figure this error. When I am in local server this error never shown but when i started to upload the CI to the web server and started to visit any of my links from one page to another this blank page display.And i look into my log files this is what it display:

NORMAL LOG
Code:
DEBUG - 2012-08-29 08:12:39 --> Config Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Hooks Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Utf8 Class Initialized
DEBUG - 2012-08-29 08:12:39 --> UTF-8 Support Enabled
DEBUG - 2012-08-29 08:12:39 --> URI Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Router Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Output Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Security Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Input Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Global POST and COOKIE data sanitized
DEBUG - 2012-08-29 08:12:39 --> Language Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Loader Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: url_helper
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: form_helper
DEBUG - 2012-08-29 08:12:39 --> Database Driver Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Session Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: string_helper
DEBUG - 2012-08-29 08:12:39 --> Session routines successfully run
DEBUG - 2012-08-29 08:12:39 --> Encrypt Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Controller Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Form Validation Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Config Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Hooks Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Utf8 Class Initialized
DEBUG - 2012-08-29 08:12:39 --> UTF-8 Support Enabled
DEBUG - 2012-08-29 08:12:39 --> URI Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Router Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Output Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Security Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Input Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Global POST and COOKIE data sanitized
DEBUG - 2012-08-29 08:12:39 --> Language Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Loader Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: url_helper
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: form_helper
DEBUG - 2012-08-29 08:12:39 --> Database Driver Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Session Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Helper loaded: string_helper
DEBUG - 2012-08-29 08:12:39 --> Session routines successfully run
DEBUG - 2012-08-29 08:12:39 --> Encrypt Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Controller Class Initialized
DEBUG - 2012-08-29 08:12:39 --> Form Validation Class Initialized
DEBUG - 2012-08-29 08:12:39 --> File loaded: application/views/end-user/header/site_newheader.php
DEBUG - 2012-08-29 08:12:39 --> File loaded: application/views/end-user/menu/topmenu.php
DEBUG - 2012-08-29 08:12:39 --> File loaded: application/views/end-user/content/report.php
DEBUG - 2012-08-29 08:12:39 --> File loaded: application/views/end-user/footer/site_newfooter.php
DEBUG - 2012-08-29 08:12:39 --> File loaded: application/views/template.php
DEBUG - 2012-08-29 08:12:39 --> Final output sent to browser
DEBUG - 2012-08-29 08:12:39 --> Total execution time: 0.0308


ERROR LOG BUT DOES NOT DISPLAY ANYTHING..
Code:
DEBUG - 2012-08-29 08:12:41 --> Config Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Hooks Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Utf8 Class Initialized
DEBUG - 2012-08-29 08:12:41 --> UTF-8 Support Enabled
DEBUG - 2012-08-29 08:12:41 --> URI Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Router Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Output Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Security Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Input Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Global POST and COOKIE data sanitized
DEBUG - 2012-08-29 08:12:41 --> Language Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Loader Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Helper loaded: url_helper
DEBUG - 2012-08-29 08:12:41 --> Helper loaded: form_helper
DEBUG - 2012-08-29 08:12:41 --> Database Driver Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Session Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Helper loaded: string_helper
DEBUG - 2012-08-29 08:12:41 --> Session routines successfully run
DEBUG - 2012-08-29 08:12:41 --> Encrypt Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Model Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Controller Class Initialized
DEBUG - 2012-08-29 08:12:41 --> Form Validation Class Initialized

i wonder why the other is not loading properly
#2

[eluser]CroNiX[/eluser]
Most likely one operating system is case sensitive and the other isn't.




Theme © iAndrew 2016 - Forum software by © MyBB