Error loading CodeIgniter Rest Server language

0

I'm coding an API with CodeIgniter and, as many have recommended, I am using the CodeIgniter Rest Server library ( Repository ). I followed the tutorial recommended by the developer himself but I received an error. The problem happens when I do require the REST_Controller.php file, somewhere in the script it tries to read the language and fails saying that it could not read the file. I put the language file in the application and system folders.

In the config.php file I have this:

$config['language'] = 'english';

These are the paths of both language directories:

  

application / language / english / rest_controller_lang.php

asked by anonymous 03.06.2017 / 01:02

0 answers