Anoonakh Posted January 26, 2018 Share Posted January 26, 2018 (edited) Hey guys! Suddenly yesterday my shop stopped working - error 500 is returned every time after address add in checkout process. Using debug mode, I got the this: Свойство Address->phone_mobile пусто.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. Can you please help me to solve this issue? Edited January 26, 2018 by Anoonakh (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted January 27, 2018 Share Posted January 27, 2018 Translated it says that your mobile phone address is empty. The big question is why that results in a crash instead of just an ordinary error message. Did you erase that field from your template? Link to comment Share on other sites More sharing options...
Anoonakh Posted January 27, 2018 Author Share Posted January 27, 2018 no, I haven't erased anything Link to comment Share on other sites More sharing options...
jsmarcotte Posted March 28, 2018 Share Posted March 28, 2018 Same probleme here with a new 1.7.2.4 do you found a fix ? Link to comment Share on other sites More sharing options...
VS User Posted April 5, 2019 Share Posted April 5, 2019 For me too with 1.7.5.1 and in: Property Address->company is empty.at line 984 in file classes/ObjectModel.php Link to comment Share on other sites More sharing options...
VS User Posted April 12, 2019 Share Posted April 12, 2019 Don't know why, but it was listed in the ps_required_fields table and leads to this exception. Link to comment Share on other sites More sharing options...
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