anburocky3/Latest-Codeigniter-3-HMVC-Modules

Call to undefined function base_url()

Closed this issue · 2 comments

Call to undefined function base_url()
why this error occur ??????????????????/

Hi @bytecodedhawal, I'd guess that the URL helper isn't being loaded - you need the following line in your controller:

$this->load->helper('url');

Hopefully that should solve the problem!

Call to undefined function base_url()
why this error occur ??????????????????/

Yes, please make sure you loaded the URL helper in your blocks. Please check @SamWatsonOrSomething post for more info.