Jump to content

[Prestashopexception] What Is The Problem?


Recommended Posts

Where is the problem? How to solve?
Help me, thank you!

================================================== ===================================

 

[[PrestaShopException]

Property CustomerMessage->message is empty
at line 909 in file classes/ObjectModel.php

904. }
905.
906. $message = $this->validateField($field, $this->$field);
907. if ($message !== true) {
908. if ($die) {
909. throw new PrestaShopException($message);
910. }
911. return $error_return ? $message : false;
912. }
913. }
914.
==========================================================================================================================
Edited by marvin727 (see edit history)
Link to comment
Share on other sites

  • 1 month later...

Same problem here on Worldpay orders. In the error log I get:

 

[Tue Jan 19 14:42:05 2016] [warn] [client 195.35.91.68] mod_fcgid: stderr: PHP Fatal error:  Uncaught exception 'PrestaShopException' with message 'Property Message->message length (1629) must be between 0 and 1600' in /var/www/vhosts/sunrisetools.co.uk/httpdocs/classes/ObjectModel.php:909

 

How do you increase from 1600?

Link to comment
Share on other sites

×
×
  • Create New...