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

How to get table count for all tables in a database in Mysql?

How to send emails using PHPmailer and GMAIL SMTP

Disable/enable a form element using jQuery?