I am having problems with size of email, seems after certain number of characters it will not save. Is there somewhere where I can change this?
I am having problems with size of email, seems after certain number of characters it will not save. Is there somewhere where I can change this?
This is an interesting problem, what version of Mautic are you using? Have you had any other fields not save correctly? Does it save everything up to a certain point?
-David
1.2.
No other issues.
Yes, I get to same point of an email and then it won’t save and close.
mautic.ERROR: Fatal: Unknown: POST Content-Length of 2373 bytes exceeds the limit of 1000 bytes
I found this, can you point me where I would change the 1000bytes limit
The POST size is configured by PHP’s post_max_size
value (http://php.net/manual/en/ini.core.php#ini.post-max-size). So you’ll need to update your local PHP configuration to change it; your hosting provider should be able to assist with this.
I changed size allowed in my php.ini file. thanks guys