stvnthomas / CodeIgniter-Multi-Upload

Multiple file upload support for CodeIgniter 2.x.
151 stars 158 forks source link

Declaration of MY_Upload should be compatible with CI_Upload #29

Open chadwalt opened 8 years ago

chadwalt commented 8 years ago

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

nilshaebel commented 8 years ago

@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