[eluser]Yash[/eluser]
[quote author="hvalente13" date="1217051195"]
1. Have you loaded the url helper?
Code:
$this->load->helper('url');
[/quote]
also what happens?
check index.php and set_errors to E_ALL (if you change this ..so that u can see errors.)
if still fails then in your config.php
The
| threshold determines what gets logged. Threshold options are:
|
| 0 = Disables logging, Error logging TURNED OFF
| 1 = Error Messages (including PHP errors)
| 2 = Debug Messages
| 3 = Informational Messages
| 4 = All Messages
|
| For a live site you'll usually only enable Errors (1) to be logged otherwise
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 4; // change 0 to 4 now check log folder for logs