• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Stuck import job

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?
 
It's already been reported and being investigated

 
Thank you for your message, @nsfwupload. The report by @Barry differs from the topic you mentioned. We prefer to address each issue in a single topic to maintain clarity and organization. Please help us by following this practice. Thank you for your understanding.
 
@Barry,

Thank you for bringing this to our attention.

The error:

Code:
Unable to get items: RecursiveDirectoryIterator::__construct(/var/www/html/importing/no-parse): Failed to open directory: No such file or directory

occurs because the system expects the folder ./importing/no-parse to be present, even if it doesn't contain any items to import. We have reviewed this behavior and agree that the system should skip the missing directory. This improvement will be included in the v4.2.3 patch.

Thank you for your patience, and please let us know if you need any further assistance.
 
Back
Top