Please share the line of the code where you are getting this error. Also, relevant code around that would be helpful.
Sep 29, 2023
5
Level 1
file_exists(): File name is longer than the maximum. Laravel 10
Hello, Ive development laravel app, in localhost it works properly when i try to upload it into server, it turns out something like :file_exists(): File name is longer than the maximum allowed path length on this platform (4096):
How can i resolve this issue?
file_exists(): File name is longer than the maximum allowed path length on this platform (4096):
My Project : Laravel Version : 10.0
Level 1
@Snapey thank your for your answer, I've solved the issues : it caused by php version that I've installed in server, for the best answer is set none to open_basedir. It works
Please or to participate in this conversation.