RAID controller has nothing to do with this issue & can't possibly be the cause. RAID (Redundant Array of Independent Disks) is simply a hard drive controller allowing for redundant disks to work as one. Great for servers that can't go down.
To solve the problem we need to look at the error message. The following is the URL string you posted in your original message:
HTML Code:
https://www.idex.org/take-action/donate/error/?on=Xml%20Error&The%20urn:APISchema.xsd:ExpirationDate%20element%20is%20invalid%20-%20The%20value%2007/%20is%20invalid%20according%20to%20its%20datatype%20String%20-%20The%20Pattern%20constraint%20failed.&hashresponse=ZGEzOWEzZWU1ZTZiNGJkMzI1NWJmZWY5NTYwMTg5MGFmZDg3OQ==&RefID=
Xml Error&The%20urn:APISchema.xsd:ExpirationDate%20ele ment%20is%20invalid%20-%20The%20value%2007/%20is%20invalid%20according%20to%20its%20datatype% 20String%20-%20The%20Pattern%20constraint%20failed.
In the above string replace %20 with space and you will get the following:
Xml Error&The urn:APISchema.xsd:ExpirationDate element is invalid - The value 07/ is invalid according to its datatype String - The Pattern constraint failed.
I am sure you see what the issue is.
The credit card expiration date does not have a year. You are posting it as 07/
I tried visiting your site at http://idex.org but the site does not respond. I wanted to review your code but your site is not available. If you wish for us to review your code please let us know.
Leave a comment: