RE: Application Error: [0204] - problems when adding an A Record of more than 65 A record
01-14-2019, 09:01 PM
(01-14-2019, 05:45 PM)andrabcm Wrote: Currently on my DNS Manager,
There are 65 A Records & 138 CNAMEs.
When we add 1 A Record again, Why Failure and Notification Appear "Application Error: [0204] - The form you attempted to submit has invalid token!"
Please help me?
Why did you not answer my question? Do you have another domain on the server you can successfully add an A record to?
It may be a limit in the PHP configuration that you're hitting... I think it could be the POST max size... maybe trying to submit a page with more than a certain amount of POST data (which could be what's happening here) is leading to the token (that also gets POSTed with each page when you click a SAVE or a SUBMIT button) is getting lost because there's too much data for PHP to accept.
I'm not in front of any machines right now so I'll have to get back to you with how to change this but are you comfortable with changing code on the server?
Keith