Before some proc_get_status() error occurs:
Go here:
INVOICENINJAFOLDER/vendor/symfony/process/Process.php
Find:
$this->processInformation = proc_get_status($this->process);
Do: Comment it out
Do: Start upgrade
Done.
Failed and working projects, notes etc.
Before some proc_get_status() error occurs:
Go here:
INVOICENINJAFOLDER/vendor/symfony/process/Process.php
Find:
$this->processInformation = proc_get_status($this->process);
Do: Comment it out
Do: Start upgrade
Done.