Hi Adam, > I have the php-based Authorize.net credit card processing script (the AIM > version from authnetscripts.com) on a website. > It worked great for several years on my (previous) BQ server. > With my recent upgrade to BX, it now produces the error: > > "We're Sorry your credit card was declined for the following reason: > Credit card number is required. > Please click here to submit your transaction again." > > This is despite the fact that all fields are filled out with valid > information. > I've suspected a cURL or OpenSSL error, but those modules are installed.
This is probably related to the PHP Security settings of that site. You may have to turn off "Safe Mode" and/or may have to add ":/usr/bin/" to the "Open Basedir" path of that site in order for it to use the command line version of Curl from within PHP. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
