In my project, I'm using the session_start() from PHP, but analyzing my code and the print error, I understand that wasn't because my code, and yes because a path from the content, I'm using the Xampp.
This is the error bellow:
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'C:/xampp/htdocs/.../index.php' (include_path='.;C:\xampp\php\PEAR') in Unknown on line 0
C:/xampp/htdocs/.../index.php, which does not exist (hence the "No such file" error). - Oldskoolinclude_pathdirective. I see no reason to suspect it's related to your problems. Can you reproduce it with a simple standalone test script? - Álvaro Gonzálezphp.ini,.user.ini,.htaccess,httpd.conf... any PHP directive that involves loading a file, such asauto_prepend_file? - Álvaro González