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