The purpose of this article is to provide troubleshooting assistance for common problems encountered when running the RMV system on a third-party server. If the RMV scripts are running on a server managed by a company other than Modular Merchant, then this article is the full extent of the technical support we can provide for it.
question
I have tried to set up a login using RMV. I keep getting error:
Fatal error: Call to undefined function curl_init() in /home/mysite/public_html/mm_membership_validator.php on line 14
This error message is being generated because the third-party web server on which the RMV scripts were installed does not have PHP's cURL library installed.
The solution to the issue would be one of the following:
1. Contact the company that manages the server on which the scripts are running, and have PHP's cURL library made available.
-or-
2. The sample RMV scripts provided by Modular Merchant in the RMV tutorial at are written in PHP. If PHP isn't available on the third-party server on which the RMV system is to be used, then its functionality could be reproduced using a different programming language, such as ASP. Any programming language can be used, but PHP is used in the sample scripts and tutorials we provide.
|