Frequently Asked Questions
1. I am receiving an HTTP 500 Internal Server Error when attempting to browse to the folder where the script is installed.
Try removing or commenting out the line "php_flag register_globals off" in the .htaccess file that is included with the script; not all server configurations support this directive. After doing this, you should check with your server administrator and confirm that register globals is turned off, for security reasons.
2. When attempting to add a rating, I receive an error such as "Unable to open file for writing."
This usually means that the "data" folder does not have write permissions enabled. On a UNIX server, the permissions can be changed with the "chmod" command.