'Enlight_Controller_Exception' with message 'Action "Api_Articles_getGrn104IndexAction" not found

Hallo,

 

haeb folgenden Fehlercode per eMail erhalten.

Kann jemand kurz sagen, was er bedeutet?

exception 'Enlight_Controller_Exception' with message 'Action "Api_Articles_getGrn104IndexAction" not found failure' in /var/www/vhosts/wintershop.de/httpdocs/engine/Library/Enlight/Controller/Action.php:402
Stack trace:
#0 /var/www/vhosts/wintershop.de/httpdocs/engine/Library/Enlight/Controller/Action.php(159): Enlight_Controller_Action->__call('getGrn104IndexA...', Array)
#1 /var/www/vhosts/wintershop.de/httpdocs/engine/Library/Enlight/Controller/Action.php(159): Shopware_Proxies_ShopwareControllersApiArticlesProxy->getGrn104IndexAction()
#2 /var/www/vhosts/wintershop.de/httpdocs/engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('getGrn104IndexA...')
#3 /var/www/vhosts/wintershop.de/httpdocs/engine/Library/Enlight/Controller/Front.php(223): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#4 /var/www/vhosts/wintershop.de/httpdocs/engine/Shopware/Kernel.php(177): Enlight_Controller_Front->dispatch()
#5 /var/www/vhosts/wintershop.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(487): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#6 /var/www/vhosts/wintershop.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#7 /var/www/vhosts/wintershop.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(444): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#8 /var/www/vhosts/wintershop.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(344): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#9 /var/www/vhosts/wintershop.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(178): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#10 /var/www/vhosts/wintershop.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(210): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#11 /var/www/vhosts/wintershop.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(114): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /var/www/vhosts/wintershop.de/httpdocs/shopware.php(113): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#13 {main}

Kürzlich habe ich den Amazon Bestellimporter installiert. Kann der Fehler daran liegen?

Danke

 

Hi,

die genannte Meldung wird erzeugt, wenn eine URL in Shopware nicht aufgelöst werden kann.
Beispiel:
  http://www.shopwaredemo.de/backend/article/getGrn104Index
 
Es ist also praktisch ein 404-Fehler.

Gruß Heiner