Skip to content

Can't run opcache:compile #141

@LocalHeroPro

Description

@LocalHeroPro

To reproduce:

$ php artisan opcache:clear
OPcache cleared

$ php artisan opcache:compile --force
Compiling scripts...
Illuminate\Http\Client\RequestException
HTTP request returned status code 500
at vendor/laravel/framework/src/Illuminate/Http/Client/Response.php:302
298▕      */
299▕     public function toException()
300▕     {
301▕         if ($this->failed()) {
➜ 302▕             return new RequestException($this);
303▕         }
304▕     }
305▕
306▕     /**
+15 vendor frames 
16  artisan:37
Illuminate\Foundation\Console\Kernel::handle()

PHP: 8.1.2
Laravel: 9.36.4
laravel-opcache: 4.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions