Jump to content

500 after adding address in checkout


Recommended Posts

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?5a6baa7154815_2018-01-271_12_57.thumb.png.9d2739149e03523d6a01c3a8f95bb8e8.png

Edited by Anoonakh (see edit history)
Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...

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...