Quote:
Originally Posted by AdultKing
If you would like to show me these so called errors, then please do.
|
Put these two lines at the start of your script when you're working on it.
ini_set('display_errors', 1);
error_reporting(E_ALL);
Quote:
Originally Posted by AdultKing
The script requires no more permissions to the directories than it resides in than any other script.
|
I've never known any good host to have the doc root set to be writable by everyone. Any script that requires that is just asking to be abused.