CodeIgniter-Multi-Upload icon indicating copy to clipboard operation
CodeIgniter-Multi-Upload copied to clipboard

Declaration of MY_Upload should be compatible with CI_Upload

Open chadwalt opened this issue 8 years ago • 1 comments

Thanks for this wonderful extension. But I have encountered this error and I don't know how to get rid of it. Please help out.

A PHP Error was encountered

Severity: Warning

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: 445

chadwalt avatar Jun 17 '16 11:06 chadwalt

@chadwalt try my suggestion from this one if you're still running into the same problem: https://github.com/stvnthomas/CodeIgniter-Multi-Upload/issues/30

nilshaebel avatar Sep 19 '16 09:09 nilshaebel