Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#619 -error: array:4 [ "type" => 1 "message" => "Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes)" "file" => "/home/ephpnode/domains/kz-weszlo/vendor/symfony/http-client/HttpClientTrait.php" "line" => 140 ] }
$count = \count($options['auth_basic']); if ($count <= 0 || $count > 2) { throw new InvalidArgumentException(sprintf('Option "auth_basic" must contain 1 or 2 elements, "%s" given.', $count)); } $options['auth_basic'] = implode(':', $options['auth_basic']); } if (!\is_string($options['auth_basic'] ?? '')) { throw new InvalidArgumentException(sprintf('Option "auth_basic" must be string or an array, "%s" given.', get_debug_type($options['auth_basic']))); }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Out of memory (allocated 20971520 bytes) (tried to allocate 32768 bytes) at /home/ephpnode/domains/kz-weszlo/vendor/symfony/http-client/HttpClientTrait.php:140 |