Sheldon
Sheldon
I was simply using the config file with these: $config['api_key'] = ''; $config['api_endpoint'] = '';
I ended up using I believe the official mailchimp class file, I was unable to get this one working.
I'm setting like this: ``` $file_name = md5(time()); $config['file_name'] = $file_name.".png"; ``` and then doing regular upload as such: ``` $this->load->library('upload', $config); if(!$this->upload->do_multi_upload($field_name)){ // failed $error = array('error' => $this->upload->display_errors());...
That seems to have worked. Why does that work and not simple setting it like normal?
I'm getting this error on my end and `npm update` doesn't seem to solve it: ``` $ npm update npm WARN [email protected] No repository field. + [email protected] updated 1 package...