Barry
💖 Chevereto Fan
Since the latest upgrade to 4.2.x my local server has been running out of disk. I eventually tracked it down the two files in app/legacy/importer/jobs/1 called process.txt and error.txt The same error is written over and over. Here is the error.
app/legacy/importer/jobs/1
1731366242 - [Thread #0] Import process started (job ID 1)
1731366242 - [Thread #0] ================================================================================
1731366242 - [Thread #0] Import row has been updated adding the "started" flag
1731366242 - [Thread #0] Unable to get items: RecursiveDirectoryIterator::__construct(/var/www/html/importing/no-parse): Failed to open directory: No such file or directory
1731366242 - [Thread #0] Adding "errors" flag to import row
1731366242 - [Thread #0] Chunked process ended (killed)
Thoughts on what could be the issue?
app/legacy/importer/jobs/1
1731366242 - [Thread #0] Import process started (job ID 1)
1731366242 - [Thread #0] ================================================================================
1731366242 - [Thread #0] Import row has been updated adding the "started" flag
1731366242 - [Thread #0] Unable to get items: RecursiveDirectoryIterator::__construct(/var/www/html/importing/no-parse): Failed to open directory: No such file or directory
1731366242 - [Thread #0] Adding "errors" flag to import row
1731366242 - [Thread #0] Chunked process ended (killed)
Thoughts on what could be the issue?