Tag: message length
Prestashop, Paypal Module Message Limit 1600
When you have a problem with paypal module in Prestashop. I mean that kind of problem when user come back from paypal.com:
1 |
Fatal error (Message => message Length 1600) |
You should edit Message.php (in classes) and change the limit of field. It’s line 54 and it should be look that:
1 2 |
// line 54 protected $fieldsSize = array('message' => 16000); // just change to 16000 |
And then you won’t have any problem with limits when user come back to your internet store.
Edited (03/03/2012)
I’ve noticed there are a lot of people who are finding this information. In addition I want to tell this problem shouldn’t appear in the new version of paypal module.
Tagged: error, message length, prestashop, quick fix
Archives
- February 2015 (2)
- December 2014 (1)
- July 2014 (1)
- June 2014 (2)
- May 2013 (1)
- June 2012 (1)
- March 2012 (1)
- February 2012 (1)
- December 2011 (3)
- November 2011 (1)
- October 2011 (2)
- September 2011 (2)
Recent Comments
- TerryJiz on Converting Large XLS, XLSX files to CSV using Python
- Feederoyo on Converting Large XLS, XLSX files to CSV using Python
- AllenTug on Converting Large XLS, XLSX files to CSV using Python
- Businesstbp on Converting Large XLS, XLSX files to CSV using Python
- Flukeero on Converting Large XLS, XLSX files to CSV using Python
-
Recent Posts