lonnieezell / Ocular-Template-Library

A template/layout library for CodeIgniter
http://igniteyourcode.com/ocular
89 stars 23 forks source link

500 Internal Server Error when Template library wants to load config file #21

Open jalal-haider-makki opened 11 years ago

jalal-haider-makki commented 11 years ago

500 Internal Server Error when Template library wants to load config file on line #173 of ~/application/libraries/Template.php

$this->ci->config->load('template');

When I remove this line and autoload the config file then it works fine.