Server Requirements for using plug-in API's
Many of our plug-ins require additional Perl Modules to be installed on your server before
you can use their functionality. The following list of Perl Modules MUST be installed if you are
using one of the API style QuikStore plug-ins:
- CGI::Carp
- Crypt::SSLeay
- HTTP::Request
- LWP::UserAgent
Any XML Plug-in also requires the following modules:
- XML::DOM
- XML::Parser
- XML::Parser::Expat
To test for these modules, we suggest getting a copy of PerlDiver:
http://www.scriptsolutions.com/programs/free/perldiver/
Once installed, it will show ALL of the Perl modules installed on the server.
You can then contact your web host and have them add the ones that are missing.
NOTE:
We DO NOT provide support for this! Installing these modules is your web hosts responsibility.
If your host will not install these for you, you can always host your site with us at
www.shoppingcartserver.com. We
have everything you need to run these types of plug-ins.
|