• 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

Cannot find session save handler

Version
4
PHP version
8
Database driver
MariaDB
Database version
1
Web browser
CLI

user_cdac2

Chevereto Member
I am trying to run the bulk import job, but it get the error message below.

root@4117b9c42a3f:/tmp# sudo -u www-data php /var/www/html/app/bin/legacy -C bulk-importer
PHP Warning: Failed to set memory limit to 0 bytes (Current memory usage is 2097152 bytes) in Unknown on line 0
Chevere\Throwable\Exceptions\ErrorException thrown in /var/www/html/app/src/Legacy/functions.php:932

# Message [Code #2]
session_start(): Cannot find session save handler "" - session startup failed

# Incident ID:62c0cc177f8c0

# Time
2022-07-02T22:52:07+00:00 [1656802327]

# Stack trace
------------------------------------------------------------
#0 /var/www/html/app/src/Legacy/functions.php:932
{main}()
------------------------------------------------------------
#1 /var/www/html/app/src/Legacy/functions.php:932
session_start()
------------------------------------------------------------
#2 /var/www/html/app/legacy/entrypoints/cli.php:51
Chevereto\Legacy\loaderHandler(array(size=0), array(size=13), array(size=0), array(size=0), array(size=0), array(size=0), array(size=22), array(size=0))
------------------------------------------------------------
#3 /var/www/html/app/bin/legacy:4
require_once(string(length=44))
------------------------------------------------------------

# Server
Linux 4117b9c42a3f 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64
 
Back
Top