scoumbourdis / image-crud

Image CRUD
http://www.grocerycrud.com/image-crud
GNU General Public License v3.0
106 stars 71 forks source link

Unable to load the requested class: Image_CRUD #43

Closed josedaboinv closed 4 years ago

josedaboinv commented 4 years ago

Hi, i test Image CRUD in php 5 localhost and work fine but when i try in php 7 codeigniter can't load the library

Unable to load the requested class: Image_CRUD

josedaboinv commented 4 years ago

Well, just rename the file and class follow de rules

File image_crud.php to Image_crud.php

Class name inside the file same image_crud to Image_crud

Load Library

$this->load->library('image_CRUD');

to

$this->load->library('image_crud');