Source image could not be found for path "userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg" and filter "zkroot"
404 Not Found - NotFoundHttpException
1 linked Exception:
- NotLoadableException »
[2/2]
NotFoundHttpException: Source image could not be found for path "userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg" and filter "zkroot"

-
in vendor/liip/imagine-bundle/Controller/ImagineController.php at line 175
return new RedirectResponse($defaultImageUrl);
}
throw new NotFoundHttpException(sprintf('Source image could not be found for path "%s" and filter "%s"', $path, $filter), $e);
}
$rcPath = $this->cacheManager->getRuntimePath($path, $filters);
- at ImagineController ->filterRuntimeAction (object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot')
-
at
call_user_func_array
(array(object(ImagineController), 'filterRuntimeAction'), array(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot'))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 137$arguments = $this->resolver->getArguments($request, $controller);
// call controller
$response = call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
-
at
HttpKernel
->handleRaw
(object(Zikula_Request_Http), '1')
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 57$request->headers->set('X-Php-Ob-Level', ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof ConflictingHeadersException) {
$e = new BadRequestHttpException('The request headers contain conflicting information regarding the origin of this request.', $e);
-
at
HttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 67$this->container->set('request', $request, 'request');
try {
$response = parent::handle($request, $type, $catch);
} catch (\Exception $e) {
$this->container->set('request', null, 'request');
$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 183$this->boot();
}
return $this->getHttpKernel()->handle($request, $type, $catch);
}
/**
-
at
Kernel
->handle
(object(Zikula_Request_Http))
in index.php at line 23// this event for BC only. remove in 2.0.0
$core->getDispatcher()->dispatch('frontcontroller.predispatch', new \Zikula\Core\Event\GenericEvent());
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);
[1/2]
NotLoadableException: Source image not resolvable "userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg" in root path(s) "/www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4"

-
in vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php at line 75
return $this->sanitizeAbsolutePath($absolute);
}
throw new NotLoadableException(sprintf('Source image not resolvable "%s" in root path(s) "%s"',
$path, implode(':', $this->roots)));
}
-
at
FileSystemLocator
->locate
('userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg')
in vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php at line 94*/
public function find($path)
{
$path = $this->locator->locate($path);
$mime = $this->mimeTypeGuesser->guess($path);
return new FileBinary($path, $mime, $this->extensionGuesser->guess($mime));
-
at
FileSystemLoader
->find
('userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg')
in vendor/liip/imagine-bundle/Imagine/Data/DataManager.php at line 125{
$loader = $this->getLoader($filter);
$binary = $loader->find($path);
if (!$binary instanceof BinaryInterface) {
$mimeType = $this->mimeTypeGuesser->guess($binary);
-
at
DataManager
->find
('zkroot', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg')
in vendor/liip/imagine-bundle/Controller/ImagineController.php at line 169}
try {
$binary = $this->dataManager->find($filter, $path);
} catch (NotLoadableException $e) {
if ($defaultImageUrl = $this->dataManager->getDefaultImageUrl($filter)) {
return new RedirectResponse($defaultImageUrl);
- at ImagineController ->filterRuntimeAction (object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot')
-
at
call_user_func_array
(array(object(ImagineController), 'filterRuntimeAction'), array(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot'))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 137$arguments = $this->resolver->getArguments($request, $controller);
// call controller
$response = call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
-
at
HttpKernel
->handleRaw
(object(Zikula_Request_Http), '1')
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 57$request->headers->set('X-Php-Ob-Level', ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof ConflictingHeadersException) {
$e = new BadRequestHttpException('The request headers contain conflicting information regarding the origin of this request.', $e);
-
at
HttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 67$this->container->set('request', $request, 'request');
try {
$response = parent::handle($request, $type, $catch);
} catch (\Exception $e) {
$this->container->set('request', null, 'request');
$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 183$this->boot();
}
return $this->getHttpKernel()->handle($request, $type, $catch);
}
/**
-
at
Kernel
->handle
(object(Zikula_Request_Http))
in index.php at line 23// this event for BC only. remove in 2.0.0
$core->getDispatcher()->dispatch('frontcontroller.predispatch', new \Zikula\Core\Event\GenericEvent());
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);
Stack Trace (Plain Text)

[1] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: Source image could not be found for path "userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg" and filter "zkroot" at n/a in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/liip/imagine-bundle/Controller/ImagineController.php line 175 at Liip\ImagineBundle\Controller\ImagineController->filterRuntimeAction(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot') in line at call_user_func_array(array(object(ImagineController), 'filterRuntimeAction'), array(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot')) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 137 at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Zikula_Request_Http), '1') in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 57 at Symfony\Component\HttpKernel\HttpKernel->handle(object(Zikula_Request_Http), '1', true) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php line 67 at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Zikula_Request_Http), '1', true) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php line 183 at Symfony\Component\HttpKernel\Kernel->handle(object(Zikula_Request_Http)) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/index.php line 23 [2] Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException: Source image not resolvable "userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg" in root path(s) "/www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4" at n/a in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php line 75 at Liip\ImagineBundle\Binary\Locator\FileSystemLocator->locate('userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg') in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php line 94 at Liip\ImagineBundle\Binary\Loader\FileSystemLoader->find('userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg') in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php line 125 at Liip\ImagineBundle\Imagine\Data\DataManager->find('zkroot', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg') in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/liip/imagine-bundle/Controller/ImagineController.php line 169 at Liip\ImagineBundle\Controller\ImagineController->filterRuntimeAction(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot') in line at call_user_func_array(array(object(ImagineController), 'filterRuntimeAction'), array(object(Zikula_Request_Http), 'ShPfitwh', 'userdata/RKShowRoomModule/showroomitems/image/20211016_170418.jpg', 'zkroot')) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 137 at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Zikula_Request_Http), '1') in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 57 at Symfony\Component\HttpKernel\HttpKernel->handle(object(Zikula_Request_Http), '1', true) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php line 67 at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Zikula_Request_Http), '1', true) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php line 183 at Symfony\Component\HttpKernel\Kernel->handle(object(Zikula_Request_Http)) in /www/htdocs/w0172333/oldtimer-ig-osnabrueck.de/Zikula_Core-1.5.4/index.php line 23