<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
|
ClassNotFoundError
|
|---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "VichUploaderBundle" from namespace "Vich\UploaderBundle".
Did you forget a "use" statement for another namespace?
at /home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:126
at App\Kernel->registerBundles()
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/symfony/http-kernel/Kernel.php:331)
at Symfony\Component\HttpKernel\Kernel->initializeBundles()
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/symfony/http-kernel/Kernel.php:708)
at Symfony\Component\HttpKernel\Kernel->preBoot()
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/symfony/http-kernel/Kernel.php:172)
at Symfony\Component\HttpKernel\Kernel->handle()
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/autoload_runtime.php:29)
at require_once('/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/vendor/autoload_runtime.php')
(/home/u991158039/domains/toonaerp.com/public_html/toonaerpweb/public/index.php:5)
|