Importing a list

OptiBiz1

Active Member
I am trying to import a list containing 1 million addresses + a set of custom fields via bulk import (CLI).

Initially that CRON job was not setup so it never started, then I created the cron job but the import was not started anyway. When I try to start a new bulk import, I get an error message saying that there is an old import active that I can't do this until the old import is finalised.

So, I am stuck. Any ideas? Are these bulk imports stored somewhere? Can I remove the old one? Activate it?
 
No output at all if this is correct:

/usr/bin/php7.1 /path/to/mailwizz/apps/console/console.php list-import folder --verbose=1
 
No output at all if this is correct:

/usr/bin/php7.1 /path/to/mailwizz/apps/console/console.php list-import folder --verbose=1
Something has to be wrong, that command has lots of messages that should be shown when running, i.e:
Code:
-bash-4.2$ php apps/console/console.php list-import folder --verbose=1
[2017-10-23 18:34:46] - The folder path is: /var/www/vhosts/domain/httpdocs/apps/common/runtime/list-import-queue
[2017-10-23 18:34:46] - Found 0 files (some of them might be already processing)
-bash-4.2$

If your devs cannot look into it, lemme know and i'll give it a try;)
 
Back
Top