Thommen Posted April 28, 2020 Share Posted April 28, 2020 Podczas składania zamówienia, kiedy podaję niepoprawny adres ukazuje się błąd - 500: Quote [PrestaShopException] Właściwość Address->address1 nie jest prawidłowa at line 1003 in file classes/ObjectModel.php Czym jest błąd 500 i czy nie może być komunikatem, aby poprawić błędny adres? Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 28, 2020 Share Posted April 28, 2020 Może być wystarczy włączyć tryb debugowania. Link to comment Share on other sites More sharing options...
0 Thommen Posted April 28, 2020 Author Share Posted April 28, 2020 (edited) Powyższy komunikat pochodzi z trybu debugowania Dokładnie to jest: Quote [PrestaShopException] Właściwość Address->address1 nie jest prawidłowa at line 1003 in file classes/ObjectModel.php 998. } 999. 1000. $message = $this->validateField($field, $this->$field); 1001. if ($message !== true) { 1002. if ($die) { 1003. throw new PrestaShopException($message); 1004. } 1005. 1006. return $error_return ? $message : false; 1007. } 1008. } ObjectModelCore->validateFields - [line 292 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 559 - classes/ObjectModel.php] ObjectModelCore->add - [line 187 - classes/Address.php] - [2 Arguments] AddressCore->add - [line 516 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 74 - classes/form/CustomerAddressPersister.php] CustomerAddressPersisterCore->save - [line 159 - classes/form/CustomerAddressForm.php] - [2 Arguments] CustomerAddressFormCore->submit - [line 90 - classes/checkout/CheckoutAddressesStep.php] CheckoutAddressesStepCore->handleRequest - [line 59 - classes/checkout/CheckoutProcess.php] - [1 Arguments] CheckoutProcessCore->handleRequest - [line 264 - controllers/front/OrderController.php] - [1 Arguments] OrderControllerCore->initContent - [line 292 - classes/controller/Controller.php] ControllerCore->run - [line 515 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited April 28, 2020 by Thommen (see edit history) Link to comment Share on other sites More sharing options...
Question
Thommen
Podczas składania zamówienia, kiedy podaję niepoprawny adres ukazuje się błąd - 500:
Czym jest błąd 500 i czy nie może być komunikatem, aby poprawić błędny adres?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now