| ( ! ) Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Log/LogManager.php on line 637 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location | 
| 1 | 0.0003 | 467472 | {main}( ) | .../index.php:0 | 
| 2 | 0.0253 | 2665928 | Illuminate\Foundation\Http\Kernel->handle( $request = class Illuminate\Http\Request { public Symfony\Component\HttpFoundation\ParameterBag $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $request = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $query = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\ServerBag $server = class Symfony\Component\HttpFoundation\ServerBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\FileBag $files = class Symfony\Component\HttpFoundation\FileBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $cookies = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\HeaderBag $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected array $headers = [...]; protected array $cacheControl = [...] }; protected $content = NULL; protected ?array $languages = NULL; protected ?array $charsets = NULL; protected ?array $encodings = NULL; protected ?array $acceptableContentTypes = NULL; protected ?string $pathInfo = NULL; protected ?string $requestUri = NULL; protected ?string $baseUrl = NULL; protected ?string $basePath = NULL; protected ?string $method = NULL; protected ?string $format = NULL; protected Symfony\Component\HttpFoundation\Session\SessionInterface|Closure|null $session = NULL; protected ?string $locale = NULL; protected string $defaultLocale = 'en'; private ?string ${Symfony\Component\HttpFoundation\Request}preferredFormat = NULL; private bool ${Symfony\Component\HttpFoundation\Request}isHostValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isForwardedValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isSafeContentPreferred = *uninitialized*; private array ${Symfony\Component\HttpFoundation\Request}trustedValuesCache = []; private bool ${Symfony\Component\HttpFoundation\Request}isIisRewrite = FALSE; protected $json = NULL; protected $convertedFiles = NULL; protected $userResolver = NULL; protected $routeResolver = NULL } ) | .../index.php:52 | 
| 3 | 0.0740 | 2996424 | Illuminate\Foundation\Http\Kernel->reportException( $e = class Error { protected $message = 'Class "Maatwebsite\\Excel\\Excel" not found'; private string $string = ''; protected $code = 0; protected string $file = '/home/u345161458/domains/3viso.net/laravel/config/excel.php'; protected int $line = 165; private array $trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...]]; private ?Throwable $previous = NULL } ) | .../Kernel.php:147 | 
| 4 | 0.0744 | 2998184 | Illuminate\Foundation\Exceptions\Handler->report( $e = class Error { protected $message = 'Class "Maatwebsite\\Excel\\Excel" not found'; private string $string = ''; protected $code = 0; protected string $file = '/home/u345161458/domains/3viso.net/laravel/config/excel.php'; protected int $line = 165; private array $trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...]]; private ?Throwable $previous = NULL } ) | .../Kernel.php:563 | 
| 5 | 0.0746 | 2998184 | Illuminate\Foundation\Exceptions\Handler->reportThrowable( $e = class Error { protected $message = 'Class "Maatwebsite\\Excel\\Excel" not found'; private string $string = ''; protected $code = 0; protected string $file = '/home/u345161458/domains/3viso.net/laravel/config/excel.php'; protected int $line = 165; private array $trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...]]; private ?Throwable $previous = NULL } ) | .../Handler.php:343 | 
| 6 | 0.0753 | 3016600 | Illuminate\Log\LogManager->error( $message = 'Class "Maatwebsite\\Excel\\Excel" not found', $context = ['exception' => class Error { protected $message = 'Class "Maatwebsite\\Excel\\Excel" not found'; private string $string = ''; protected $code = 0; protected string $file = '/home/u345161458/domains/3viso.net/laravel/config/excel.php'; protected int $line = 165; private array $trace = [...]; private ?Throwable $previous = NULL }] ) | .../Handler.php:380 | 
| 7 | 0.0753 | 3016600 | Illuminate\Log\LogManager->driver( $driver = ??? ) | .../LogManager.php:701 | 
| 8 | 0.0753 | 3016600 | Illuminate\Log\LogManager->parseDriver( $driver = NULL ) | .../LogManager.php:126 | 
| 9 | 0.0754 | 3016600 | trim( $string = NULL ) | .../LogManager.php:637 | 
    | Configure here which writer/reader type should be used when the package    | needs to guess the correct type based on the extension alone.    |    */    'extension_detector' => [        'xlsx'     => Excel::XLSX,        'xlsm'     => Excel::XLSX,        'xltx'     => Excel::XLSX,        'xltm'     => Excel::XLSX,        'xls'      => Excel::XLS,        'xlt'      => Excel::XLS,     * @param  array  $base     * @return array     */    protected function loadConfigurationFile(RepositoryContract $repository, $name, $path, array $base)    {        $config = (fn () => require $path)();        if (isset($base[$name])) {            $config = array_merge($base[$name], $config);            foreach ($this->mergeableOptions($name) as $option) {     * @param  array  $base     * @return array     */    protected function loadConfigurationFile(RepositoryContract $repository, $name, $path, array $base)    {        $config = (fn () => require $path)();        if (isset($base[$name])) {            $config = array_merge($base[$name], $config);            foreach ($this->mergeableOptions($name) as $option) {        foreach (array_diff(array_keys($base), array_keys($files)) as $name => $config) {            $repository->set($name, $config);        }        foreach ($files as $name => $path) {            $base = $this->loadConfigurationFile($repository, $name, $path, $base);        }        foreach ($base as $name => $config) {            $repository->set($name, $config);        }        // directory and load each one into the repository. This will make all of the        // options available to the developer for use in various parts of this app.        $app->instance('config', $config = new Repository($items));        if (! isset($loadedFromCache)) {            $this->loadConfigurationFiles($app, $config);        }        // Finally, we will set the application's environment based on the configuration        // values that were loaded. We will pass a callback which will be used to get        // the environment in a web context where an "--env" switch is not present.        $this->hasBeenBootstrapped = true;        foreach ($bootstrappers as $bootstrapper) {            $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);            $this->make($bootstrapper)->bootstrap($this);            $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);        }    }     * @return void     */    public function bootstrap()    {        if (! $this->app->hasBeenBootstrapped()) {            $this->app->bootstrapWith($this->bootstrappers());        }    }    /**     * Get the route dispatcher callback.    {        $this->app->instance('request', $request);        Facade::clearResolvedInstance('request');        $this->bootstrap();        return (new Pipeline($this->app))            ->send($request)            ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)            ->then($this->dispatchToRouter());        $this->requestStartedAt = Carbon::now();        try {            $request->enableHttpMethodParameterOverride();            $response = $this->sendRequestThroughRouter($request);        } catch (Throwable $e) {            $this->reportException($e);            $response = $this->renderException($request, $e);        }
$app = require_once  LARAVEL_DIR.'/bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
    $request = Request::capture()
)->send();
$kernel->terminate($request, $response);| 
                                        Error                    
                    
                 | 
|---|
| 
Error:
Class "Maatwebsite\Excel\Excel" not found
  at /home/u345161458/domains/3viso.net/laravel/config/excel.php:165
  at require()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:96)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->Illuminate\Foundation\Bootstrap\{closure}()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:96)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFile()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:77)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:38)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Application.php:342)
  at Illuminate\Foundation\Application->bootstrapWith()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:187)
  at Illuminate\Foundation\Http\Kernel->bootstrap()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:171)
  at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
     (/home/u345161458/shared_vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145)
  at Illuminate\Foundation\Http\Kernel->handle()
     (/home/u345161458/domains/3viso.net/public_html/index.php:52)                 |