Quote:
Originally Posted by NittoMOD
When a user enters an invalid pin and clicks the "click here to resend..." they get the following error -
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
|
Edit the "User CP Text Messaging Options" plugin, and at the very bottom where it says:
PHP Code:
// use regular mail this time... maybe vbmail is backed up
... change mail( <stuff> ) to vbmail( <stuff> ). That should fix it for you.