File and directory are there as per the grocery crud instructions. But its returning the above error exception in the following line

include ($this->default_language_path.'/'.($this->language).'.php');

path is already declared

protected $default_language_path    = 'assets/grocery_crud/languages';

CodeIgniter 4 and grocery crud supporting codeigniter4

Any help much appreciated

Thanks

1

There are 1 best solutions below

1
AjKu On

solved..

the asset folder which comes along with the grocery-crud download should be placed in the root, not inside public folder