Jump to content

validateField($field, $this->$field); 1102. if ($message !== true)


jules.hennep

Recommended Posts

1099. } 1100. 1101. $message = $this->validateField($field, $this->$field); 1102. if ($message !== true) { 1103. if ($die) { 1104. throw new PrestaShopException($message); 1105. } 1106. 1107. return $error_return ? $message : false; 1108. } 1109. }

an OPTIONAL field is throwing this error, I have checked all the classes  to make sure company name is not required, checked the back-end but still I get this freaking error.

It is driving me up the wall, please point me in the right direction.....

I also cleared the cache on  more than one occasion via the back-end and by hand

Edited by jules.hennep (see edit history)
Link to comment
Share on other sites

  • jules.hennep changed the title to not interested anymore
  • jules.hennep changed the title to validateField($field, $this->$field); 1102. if ($message !== true)

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