Error with Database Insert: "No such file or directory (2)"

Hey there,

I’m having trouble simply sending data to my database through a form and the “Database Insert” server action. In the Developer toold of my browser (as described in https://docs.wappler.io/t/debugging-server-connect-errors/2857), I get the following error:

  1. {code: 0, file: “/storage/ssd1/873/13238873/public_html/dmxConnectLib/lib/core/Session.php”, line: 9,…}

  2. code: 0

  3. file: “/storage/ssd1/873/13238873/public_html/dmxConnectLib/lib/core/Session.php”

  4. line: 9

  5. message: “session_start(): open(/storage/ssd1/873/13238873/tmp/sess_8qq8dp1saodh14u35cchk8nsvi, O_RDWR) failed: No such file or directory (2)”

  6. trace: “#0 [internal function]: exception_error_handler(2, ‘session_start()…’, ‘/storage/ssd1/8…’, 9, Array)↵#1 /storage/ssd1/873/13238873/public_html/dmxConnectLib/lib/core/Session.php(9): session_start()↵#2 /storage/ssd1/873/13238873/public_html/dmxConnectLib/lib/App.php(38): lib\core\Session->__construct()↵#3 /storage/ssd1/873/13238873/public_html/dmxConnect/api/insert.php(5): lib\App->__construct()↵#4 {main}”

Any idea what this could be?

Thanks a lot!

Community Page
Last updated: