Open deepesh0102 opened 8 years ago
I am also getting the same problem,
I think I have found a solution. Open up the MY_Upload.php file which you have stored inside your application/library folder. Go to line 32.
Line 32 should look like this:
public function initialize($config = array()){
Replace the whole line with this:
public function initialize(array $config = array(), $reset = true){
Worked for me. Can any one confirm this?
Thanks nilshaebel, It worked me also
It worked me also
Awesome It worked for me also Thanks a lot
Thanks you very much!
Worked for me too, thanks a bunch
I think I have found a solution. Open up the MY_Upload.php file which you have stored inside your application/library folder. Go to line 32.
Line 32 should look like this:
public function initialize($config = array()){
Replace the whole line with this:
public function initialize(array $config = array(), $reset = true){
Worked for me. Can any one confirm
nice job <3
A PHP Error was encountered
Severity: Runtime Notice
Message: Declaration of MY_Upload::initialize($config = Array) should be compatible with CI_Upload::initialize(array $config = Array, $reset = true)
Filename: libraries/MY_Upload.php
Line Number: 446
Backtrace:
File: C:\xampp\htdocs\codeigniter\index.php Line: 315 Function: require_once