The base_url config and includes_dir config is not correctly getting passed into the controllers so that the base_url can be used in views. Currently for an installation with a non-root web path you must change all the $this->load->vars('base_url', '/'); to have the correct relative path.