Pardon my newness to ShopSite Order API. I tried the custom-dump.pl script from the Online help page, and it works. I'm trying to send the Order API to a php program. I set up a test.php as the order API.
But, it gives me an Internal Server Error. And I set the php file to 755 already. FYI this is not a windows server, its unix/freebsd with apache.
There is a 'script.error_log' that has the following:
<p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This
means that a page will only be served up if the REDIRECT_STATUS CGI variable is
set, e.g. via an Apache Action directive.</p>
<p>For more information as to <i>why</i> this behaviour exists, see the <a href="http://php.net/security.cgi-bin">manual page for CGI security</a>.</p>
<p>For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit
<a href="http://php.net/install.windows">the manual page</a>.</p>
Anybody ever see this before? Thanks much.