Frequently Asked Questions
Common Errors
Warning: fopen(./filename.php): failed to open stream: Permission denied
Our scripts often use a config.php file that must be writable in order to save settings and preferences. If the script can not read or write to a file it needs it will probably not work properly. Please check the permissions of the file in your error using a FTP client and update as required.
Notice: Undefined
This is not an error. This is a warning generated by PHP that the script encountered something that could indicate an error, but could also happen in the normal course of running a script.
|
Google API Search
What is a Google Key?
Google only allows up to 1,000 search queries a day per user (website using Google
api search). In order to be able to query the Google search engine, you need a "Key"
to identify yourself. The Key is free, but you must give Google your email address.
Sign up
for your Google Key |
|