Export list from Mailwizz then import same fails with error

Papapooch

Member
Hi Guys,

My co-worker was having trouble importing some subscriber CSV files this morning. I tried to import a CSV that she says imported just fine yesterday. Got the error.
  • Your form has a few errors, please fix them and try again!
  • Unable to move the uploaded file!
OK...even though it was the same file (supposedly) that uploaded a day ago with no problem, I did not trust that to be necessarily true.

After doing a forum search I decided to set "check mime types" to NO.
Then I exported from Mailwizz the list that she said uploaded fine yesterday.
I took the exported CSV and...without changing anything...tried to import it back into a brand new list that has no subscribers.

I got the same error:
  • Your form has a few errors, please fix them and try again!
  • Unable to move the uploaded file!
How can that be? The file I exported from Mailwizz supposedly has the wrong format.

Thanks for any help.
 
@Papapooch -
Please make sure the folder apps/common/runtime/ is chmoded to 0777 recursive.
It's very important to be recursive, so that the folders inside that folder will be also chmoded to 0777.

Long story short, your problem is because the list-import folder from apps/common/runtime is not writable by the web server.
Chmod-ing apps/common/runtime to 0777 recursive, will fix the issue.
 
Back
Top