Fatal error: Call to undefined function base_url() in CodeIgniter

Base URL error in CodeIgniter.
 
 
<b>Fatal error</b>:  Call to undefined function base_url() in CodeIgniter
 
 
You can replace in your autoload.php file with following.

$autoload['helper'] = array('url');
 
 

 

Most Popular

The Requested Url /Phpmyadmin/ Was Not Found On This Server