Jump to content

500 Server Error / Testbestellung


Recommended Posts

Hallo,

 

Bin neu hier - habe zwar nach dem betroffenen "fehler" gesucht, allerdings gibt es nur lösungen für die alte versionen.

 

Ich nutze prestashop 1.7.2.4.

 

Habe mein shop soweit fertig (als Zahlungssystem Banküberweisung sowie PayPal eingetragen) und wollte einen Testkauf tätigen.. nach den Persönlichen Daten kommt folgendes:
 

Quote

500 Server Error

Oops, something went wrong.

Try to refresh this page or feel free to contact us if the problem persists.

 

Wenn ich im Backendbereich unter Leistungen "Debug Modus" aktivere und erneut einkaufe kommt folgendes:

[PrestaShopException]

Kein Eintrag in Customer->optin
at line 944 in file classes/ObjectModel.php

939.             }
940. 
941.             $message = $this->validateField($field, $this->$field);
942.             if ($message !== true) {
943.                 if ($die) {
944.                     throw new PrestaShopException($message);
945.                 }
946.                 return $error_return ? $message : false;
947.             }
948.         }
949. 

    ObjectModelCore->validateFields - [line 272 - classes/ObjectModel.php]
    ObjectModelCore->getFields - [line 518 - classes/ObjectModel.php]
    ObjectModelCore->add - [line 261 - classes/Customer.php] - [2 Arguments]
    CustomerCore->add - [line 476 - classes/ObjectModel.php] - [2 Arguments]
    ObjectModelCore->save - [line 189 - classes/form/CustomerPersister.php]
    CustomerPersisterCore->create - [line 61 - classes/form/CustomerPersister.php] - [2 Arguments]
    CustomerPersisterCore->save - [line 190 - classes/form/CustomerForm.php] - [3 Arguments]
    CustomerFormCore->submit - [line 65 - classes/checkout/CheckoutPersonalInformationStep.php]
    CheckoutPersonalInformationStepCore->handleRequest - [line 57 - classes/checkout/CheckoutProcess.php] - [1 Arguments]
    CheckoutProcessCore->handleRequest - [line 201 - controllers/front/OrderController.php] - [1 Arguments]
    OrderControllerCore->initContent - [line 205 - classes/controller/Controller.php]
    ControllerCore->run - [line 379 - classes/Dispatcher.php]
    DispatcherCore->dispatch - [line 28 - index.php]

 

hat jemand da ne idee?

 

Danke

Link to comment
Share on other sites

Unter den Persönlichen Daten kommt übrigens das:

 


Whoops, looks like something went wrong.
1/1 FatalThrowableError in PaymentOption.php line 304: Type error: Argument 1 passed to PrestaShop\PrestaShop\Core\Payment\PaymentOption::convertLegacyOption() must be of the type array, boolean given

    in PaymentOption.php line 304
    at PaymentOption::convertLegacyOption(false)
    at array_map(array('PrestaShop\PrestaShop\Core\Payment\PaymentOption', 'convertLegacyOption'), array('sofortbanking' => false)) in PaymentOptionsFinder.php line 46
    at PaymentOptionsFinderCore->find() in PaymentOptionsFinder.php line 89
    at PaymentOptionsFinderCore->present(false) in CheckoutPaymentStep.php line 64
    at CheckoutPaymentStepCore->render(array('identifier' => 'checkout-payment-step', 'position' => '4', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52
    at RenderableProxy->render(array('identifier' => 'checkout-payment-step', 'position' => '4', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94
    at smartyRender(array('identifier' => 'checkout-payment-step', 'position' => '4', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template)) in SmartyLazyRegister.php line 83
    at SmartyLazyRegister->__call('smartyRender', array(array('identifier' => 'checkout-payment-step', 'position' => '4', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template))) in 0602a084c7fceb8c156c29b0c87d616f0efc2608.file.checkout-process.tpl.php line 36
    at content_5a7dc3280cfd44_27331748(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188
    at Smarty_Internal_TemplateBase->fetch(object(Smarty_Dev_Template), null, null, null, false, true, false) in SmartyDev.php line 60
    at Smarty_Dev_Template->fetch() in CheckoutProcess.php line 110
    at CheckoutProcessCore->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52
    at RenderableProxy->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94
    at smartyRender(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template)) in SmartyLazyRegister.php line 83
    at SmartyLazyRegister->__call('smartyRender', array(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template))) in 7479337c86d2349dcda23ee02a9cbd2ddc9f274c.file.checkout.tpl.php line 145
    at content_5a7dc3280952e7_09910597(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188
    at Smarty_Internal_TemplateBase->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyDev), false, true, false) in SmartyDev.php line 41
    at SmartyDev->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 671
    at FrontControllerCore->smartyOutputContent('checkout/checkout.tpl') in FrontController.php line 655
    at FrontControllerCore->display() in Controller.php line 225
    at ControllerCore->run() in Dispatcher.php line 379
    at DispatcherCore->dispatch() in index.php line 28

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...