sjlu / CodeIgniter-Bootstrap

Combines Twitter Bootstrap and CodeIgniter together with many useful functions and libraries, allowing you to start programming your idea and skip the starting phase of web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After installing, attempting to load the Welcome controller gives an error.

elsewares opened this issue · comments

For some reason, the function base_url() isn't available in the header view, and throws an error - not sure if this is an issue with .htaccess, but I wasn't able to track down the problem quickly. Might be worth a look.

Ah yes. It's cause I did not auto load the "url" helper in the config. Will fix this today.

On Fri, Apr 17, 2015 at 11:07 PM, Brian Hollenbeck
notifications@github.com wrote:

For some reason, the function base_url() isn't available in the header view, and throws an error - not sure if this is an issue with .htaccess, but I wasn't able to track down the problem quickly. Might be worth a look.

Reply to this email directly or view it on GitHub:
#37

Fixed!