Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

elbakly's avatar

proc_open(): CreateProcess failed, error code - 1260

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

0 likes
11 replies
elbakly's avatar

Thanks for replay , but i still have that error

Thanks for your security waning, I have updated my post .

soron25's avatar

I assume you have followed the instructions provided in the link. If yes, then, Do you see the flare.php file inside config directory?

elbakly's avatar

Yes i tried to follow it but i didn't find config/flare.php on my plesk hosting

soron25's avatar

What is the output when you run the following command? It should copy the flare.php file inside config directory. If it is not creating one, then search the vendor directory for it and you will find one. Copy it inside config directory.

php artisan vendor:publish --tag=flare-config

elbakly's avatar

i have updated my config/flare.php ,

but now i am getting another error :

Action Facade\Ignition\Http\Controllers\ShareReportController not defined.

stack trace:

in UrlGenerator.php line 453 at UrlGenerator->action('Facade\Ignition\Http\Controllers\ShareReportController', array(), true) in helpers.php line 103 at action('\Facade\Ignition\Http\Controllers\ShareReportController') in ErrorPageViewModel.php line 115 at ErrorPageViewModel->shareEndpoint() in ErrorPageViewModel.php line 170 at ErrorPageViewModel->toArray() in ErrorPageHandler.php line 73 at ErrorPageHandler->renderException(object(ErrorPageViewModel)) in ErrorPageHandler.php line 52 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

soron25's avatar

Run the following command, it will autoload the files and hopefully the controller file will be found.

composer dump-autoload

elbakly's avatar

Unfortunately it did n't help , I don't know why it works fine on my local machine and cpanel as well , but it doesn't work in plesk So wired!!!

soron25's avatar

Please run the following command. If everything works on local then, the only thing is cache, which needs to be cleared.

php artisan route:clear

elbakly's avatar

i have tried but i got that error after it :

[14-Dec-2019 21:52:11 UTC] PHP Fatal error: Uncaught ReflectionException : Class translator does not exist in

G:\PleskVhosts\bogoplus.shop\httpdocs\vendor\laravel\framework\src\Illuminate\Container\Container.php:804

Please or to participate in this conversation.