• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and 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

How to change showing bulk importer path?

JakeSully

👽 Chevereto Freak
I changed location/hosts on my chevereto script and bulk importer is showing old path under Bulk Importer page.

How do i change it so it shows new path location?

Since right now i see following paths:

Path ./var/www/vhosts/domain/domain/importing/no-parse

Path ./var/www/vhosts/domain/domain/importing/parse-users

Path ./var/www/vhosts/domain/domain/importing/parse-albums

And i want to change it To

Path ./home/user/domain/importing/no-parse

Path ./home/user/domain/importing/parse-users

Path ./home/user/domain/importing/parse-albums


Or can i just ignore what it says and it will still import from new path, just that it shows old one?
 
These paths are at /importing/*, regardless what it shows.

P.S. You could use a bigger font as I can't read those properly in my 80 inch display.
 
These paths are at /importing/*, regardless what it shows.

P.S. You could use a bigger font as I can't read those properly in my 80 inch display.
lol the bold was automaticly done sine i copied from dashboard area.

If i understood the auto bulk import, all i have to do is create folder named after the user and then put album folders inside that and then put whole user folder into /importing/parse-users for it to import the albums into proper user account?

Update: got it to work, but it only imported 11 images before process killed itself due to time out. After that it didn't process anymore images/albums.

So it seemed useless feature for me atm, unless i need to adjust something to avoid it from dying like this.
 
Last edited:
There's a demo importing project you can use for reference: https://github.com/chevereto/demo-importing

The importing will always timeout on HTTP, under that API is doomed to be a short lived process that restart on timeout, this make it very slow. This is why the HTTP API for importer will be deprecated in v3.19 just like the "one time" importing jobs.

In v3.19 there will be just cli based importing and it will only fetch stuff at /importing
 
Back
Top