Jump to content

SOS prestashop error 500


guava

Recommended Posts

I enabled the debug mode.

 

that's what I get:

[PrestaShopException]

Property Address->phone_mobile is empty
at line 915 in file classes/ObjectModel.php

910. }
911.
912. $message = $this->validateField($field, $this->$field);
913. if ($message !== true) {
914. if ($die) {
915. throw new PrestaShopException($message);
916. }
917. return $error_return ? $message : false;
918. }
919. }
920.
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...