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 {
protected $table_name = null;
protected $priority_field = null;
protected $url_field = 'url';
protected $title_field = null;
protected $relation_field = null;
protected $subject = 'Record';
protected $image_path = '';
protected $primary_key = 'id';
protected $ci = null;
protected $thumbnail_prefix = 'thumb__';
protected $views_as_string = '';
protected $css_files = array();
protected $js_files = array();
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?
" If I looks more intelligence please increase my reputation."