• Remember to address to the Bug Tracking guidelines and to follow the instructions in the post ticket template.
  • 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:

  • 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

Version
4.2.5
Website URL
https://jeeps.pics
PHP version
8.3.16
Database driver
MySQL
Database version
8.0.41-0ubuntu0.24.04.1
Web browser
chrome/safari

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