404 page not found - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: 404 page not found (/showthread.php?tid=67394) |
404 page not found - TrevorPhp - 02-17-2017 Hi there, I'm receiving the following error. All was well before taking the site live, I even changes the url from localhost to that of my domain on the config file. I have also set the url helper on the autoload file but still receiving the same error. Help me please I'm stuck A PHP Error was encountered Severity: Error Message: Call to undefined function base_url() Filename: html/error_404.php Line Number: 14 Backtrace: RE: 404 page not found - Avenirer - 02-17-2017 can you show us where in the autoload you loaded the helper? |