[eluser]h54yo[/eluser]
I have activated my logs library and using the profiler. and I try to delete the double quotes of my controller ( for try the logs)
but I still get the 500 server error, I expected the CI tell me where is my error (what line no, error msg) like general PHP did
in logs page it just show this
Code:
DEBUG - 2008-01-14 16:51:07 --> Config Class Initialized
DEBUG - 2008-01-14 16:51:07 --> Hooks Class Initialized
DEBUG - 2008-01-14 16:51:07 --> Router Class Initialized
DEBUG - 2008-01-14 16:51:07 --> Output Class Initialized
DEBUG - 2008-01-14 16:51:07 --> Input Class Initialized
DEBUG - 2008-01-14 16:51:07 --> Global POST and COOKIE data sanitized
DEBUG - 2008-01-14 16:51:08 --> URI Class Initialized
DEBUG - 2008-01-14 16:51:08 --> Language Class Initialized
DEBUG - 2008-01-14 16:51:08 --> Loader Class Initialized
DEBUG - 2008-01-14 16:51:08 --> Helpers loaded: url
DEBUG - 2008-01-14 16:51:08 --> Validation Class Initialized
DEBUG - 2008-01-14 16:51:08 --> Session Class Initialized
DEBUG - 2008-01-14 16:51:08 --> Controller Class Initialized
DEBUG - 2008-01-14 16:51:08 --> File loaded: C:\public_html\intra/system/application/views/form/it/addRequest.php
DEBUG - 2008-01-14 16:51:08 --> Language file loaded: language/english/profiler_lang.php
I can not search what is my error
how can I know what line the error occurs
thank you for your information tonanbarbarian