I keep getting a script error that says the permissions are wrong. What permissions should be set on the scripts?
This information is detailed in the readme.txt file included with the program. If you are still confused about file permissions on your web server, contact your sysadmin and ask him or her what the correct permissions settings are for what you want each script and folder to be able to do. I’m getting an error that says “file cartconfig.pl not found” or something similar. Make sure your cartconfig.pl file is in the same folder as the rest of the scripts. If it is, your server may require full paths. You will need to change the require statements at the top of all the scripts from require “cartconfig.pl”; to something like require “c:/websites/mysite/cartconfig.pl”; On the admin.cgi script do the same thing with the require “authorize.pl” statement.
Related Questions
- I keep getting a script error that says the permissions are wrong. What permissions should be set on the scripts?
- Im running Script Timer 1.01 and I get an error like: Error -1728 Can get item 1 of "". What am I doing wrong?
- When I try to run the installation script (eta.install.php), I get an error message. Whats wrong?