![]() |
Image CRUD - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Image CRUD (/showthread.php?tid=65266) |
Image CRUD - davy_yg - 05-23-2016 How to fix this error? An Error Was Encountered The configuration file image_crud.php does not exist. I run this url: http://127.0.0.1/CompanyProfileCI/index.php/cpages/slideshowimages cpages/slideshowimages.php PHP Code: public function slideshowimages() views/slideshow_images.php PHP Code: <!DOCTYPE html> There is this file in : libraries/image_crud.php RE: Image CRUD - Avenirer - 05-23-2016 It seems you need an image_crud.php configuration file (should be in application/config directory) RE: Image CRUD - davy_yg - 05-24-2016 Fatal error: Cannot redeclare class image_CRUD in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\CompanyProfileCI\application\config\image_crud.php on line 22 A PHP Error was encountered Severity: Compile Error Message: Cannot redeclare class image_CRUD Filename: config/image_crud.php Line Number: 22 Backtrace: Line 22: config/image_crud.php PHP Code: class image_CRUD { How to fix the error? and how to fix the config file? Can I just copy paste or can I just recreate the new one? |