Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I keep getting a script error that says the permissions are wrong. What permissions should be set on the scripts?

0
Posted

I keep getting a script error that says the permissions are wrong. What permissions should be set on the scripts?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123