Ups! Ein Fehler ist aufgetreten!

Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.

sGetPaymentMeans #00: Could not get any payment-means SELECT p.* FROM s_core_paymentmeans p LEFT JOIN s_core_paymentmeans_subshops ps ON ps.subshopID=1 AND ps.paymentID=p.id LEFT JOIN s_core_paymentmeans_countries pc ON pc.countryID=2 AND pc.paymentID=p.id WHERE (ps.paymentID IS NOT NULL OR (SELECT paymentID FROM s_core_paymentmeans_subshops WHERE paymentID=p.id LIMIT 1) IS NULL) AND (pc.paymentID IS NOT NULL OR (SELECT paymentID FROM s_core_paymentmeans_countries WHERE paymentID=p.id LIMIT 1) IS NULL) ORDER BY position, name in engine/core/class/sSystem.php on line 364

Stack trace:

#0 engine/core/class/sAdmin.php(441): sSystem->E_CORE_WARNING('sGetPaymentMean...', 'Could not get a...')
#1 Shopware/Controllers/Frontend/Checkout.php(889): sAdmin->sGetPaymentMeans()
#2 Shopware/Controllers/Frontend/Checkout.php(937): Shopware_Controllers_Frontend_Checkout->getPayments()
#3 Shopware/Controllers/Frontend/Checkout.php(71): Shopware_Controllers_Frontend_Checkout->getSelectedPayment()
#4 Enlight/Controller/Action.php(70): Shopware_Controllers_Frontend_Checkout->cartAction()
#5 Enlight/Controller/Dispatcher/DispatcherDefault.php(329): Enlight_Controller_Action->dispatch('cartAction')
#6 Enlight/Controller/Front.php(99): Enlight_Controller_Dispatcher_DispatcherDefault->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#7 Shopware/Bootstrap.php(33): Enlight_Controller_Front->dispatch()
#8 Enlight/Application.php(86): Shopware_Bootstrap->run()
#9 shopware.php(6): Enlight_Application->run()
#10 {main}