CyberCart
Enterprises
|
1. After I install the scripts as the instructions say, the scripts won't run. Make sure you change the permissions. Set the permissions to 700, or if read/write/execute owner only doesn't work, try adding read/execute group/other permissions:chmod 755 cybercart.pl 2. I get an error message from the server about file not found. Make sure the url for the scripts is correct. If you have your own domain, scripts are usually kept in the cgi-bin directory. 3. I get a "Can't open file" message from CyberCart. Make sure all the required files are in the correct locations and you have the full path names specified correctly. 4. I get a CyberCart Installation Error Message about a merchant file not being found. Make sure to include a <input type=hidden name=merchant value=userid> tag on all forms. 5. I get a malformed header error from the server. Most likely there's a simple
syntax mistake in the script, possibly from when the script was installed.
One misplaced quotation mark... But you can easily check the syntax
of the perl scripts using the following command: 6. After adding an item, the script doesn't return to the right page. Make sure you have a <input type=hidden name=page_name value="http://www.name.com/page.html"> tag on the add form. This is the page the script will go to after adding an item. You can have it go to an item added page or simply return to the page submitted from.
|