$response = \file_get_contents(
$this->url,
\false,
\stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => "Connection: close\r\nContent-length: " . \strlen($content) . "\r\nContent-type: application/x-www-form-urlencoded",
'content' => $content
)
))
);
and if i remove this line's i can see that my forum is already installed but again i get this error which is ridiculous
Notice: Undefined variable: response in C:\xampp\htdocs\flarum\flarum\vendor\s9e\text-formatter\src\Configurator\JavaScript\Minifiers\ClosureCompilerService.php on line 43