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!

Hi, can you please post a screenshot of the error in the dev tools?

Sure thing,

here you go !

As you can see I’m just trying as a test to enter a first name in a database

This seems like a server configuration problem.
There seems to be an issue with the permissions on your server temp folder.

Okay, althgouh I’m quit enew to this and not sure what it means.

I’m using www.000webhost.com as host and I have my database there.

Based on that, what info can I give you to try to solve this?