• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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

Bulk Importer Error

mattfl

Chevereto Member
Attention: No official support is provided at Community Help, this is for users helping each other. If you want official support go to chevereto.com/support

I have a few hundred video files in /var/www/html/importing/no-parse
Permissions are www-data for folder and files

Trying to run the command
sudo -u www-data /var/www/html/app/bin/legacy -C bulk-importer

And I receive the following error

/var/www/html/app/bin$ sudo -u www-data /var/www/html/app/bin/legacy -C bulk-importer
[67ae64cd7695d] ErrorException in /var/www/html/app/vendor/php-ds/php-ds/src/Map.php:290

# Message [Code #8192]
Ds\Map::filter(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead

# Time
2025-02-13T21:31:57+00:00 [1739482317]

# Incident 67ae64cd7695d

# Backtrace
------------------------------------------------------------
0 /var/www/html/app/vendor/php-ds/php-ds/src/Map.php:290
{main}()
------------------------------------------------------------
1 /var/www/html/app/vendor/composer/ClassLoader.php:576
include()
------------------------------------------------------------
2 /var/www/html/app/vendor/composer/ClassLoader.php:427
{closure:Composer\Autoload\ClassLoader::initializeIncludeClosure():575}()
------------------------------------------------------------
3 /var/www/html/app/src/Vars/EnvVar.php:54
Composer\Autoload\ClassLoader->loadClass()
------------------------------------------------------------
4 /var/www/html/app/src/Legacy/functions.php:1185
Chevereto\Vars\EnvVar->__construct()
------------------------------------------------------------
5 /var/www/html/app/legacy/entrypoints/cli.php:48
Chevereto\Legacy\loaderHandler()
------------------------------------------------------------
6 /var/www/html/app/bin/legacy:13
require_once(string(length=44))
------------------------------------------------------------

Unable to use xrDebug at /var/www/html/app/legacy/load/register-handlers.php:161: Function curl_close is not available

Any suggestions?
 
Back
Top