This might help: https://github.com/laravel/framework/issues/30054#issuecomment-538468357
Also, as from security point of view, you shared so much information. Please remove the DB credentials and other secrets.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hey , almost 4 days with this error , i have a working laravel project in my local machine , but when i have uploded it on go daday plesk hosting it doesn't work anymore and getting that error , however is works well with cpanel in another hosting
ERROR is :
(1/1) ErrorException proc_open(): CreateProcess failed, error code - 1260
in Process.php line 334 in Process.php line 234 at Process->run() in AddGitInformation.php line 54 at AddGitInformation->command('git log --pretty=format:'%H' -n 1') in AddGitInformation.php line 25 at AddGitInformation->hash() in AddGitInformation.php line 13 at AddGitInformation->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddSolutions.php line 28 at AddSolutions->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddQueries.php line 22 at AddQueries->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddDumps.php line 22 at AddDumps->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddLogs.php line 22 at AddLogs->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddEnvironmentInformation.php line 20 at AddEnvironmentInformation->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in SetNotifierName.php line 15 at SetNotifierName->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AnonymizeIp.php line 17 at AnonymizeIp->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in AddGlows.php line 24 at AddGlows->handle(object(Report), object(Closure)) in Pipeline.php line 171 at Pipeline->Illuminate\Pipeline{closure}(object(Report)) in Pipeline.php line 105 at Pipeline->then(object(Closure)) in Flare.php line 203 at Flare->applyMiddlewareToReport(object(Report)) in Flare.php line 179 at Flare->createReport(object(PDOException)) in ErrorPageHandler.php line 39 at ErrorPageHandler->handle(object(PDOException)) in IgnitionWhoopsHandler.php line 25 at IgnitionWhoopsHandler->handle(object(PDOException)) in Run.php line 321 at Run->handleException(object(PDOException)) in Handler.php line 345 at Handler->renderExceptionWithWhoops(object(PDOException)) in Handler.php line 324 at Handler->renderExceptionContent(object(PDOException)) in Handler.php line 308 at Handler->convertExceptionToResponse(object(PDOException)) in Handler.php line 287 at Handler->prepareResponse(object(Request), object(PDOException)) in Handler.php line 192 at Handler->render(object(Request), object(PDOException)) in Handler.php line 49 at Handler->render(object(Request), object(PDOException)) in Kernel.php line 326 at Kernel->renderException(object(Request), object(PDOException)) in Kernel.php line 120 at Kernel->handle(object(Request)) in index.php line 57
Please or to participate in this conversation.