class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Wonderful class. Got this working on my local web server with no problem. Uploaded my code to a Plesk/Fedora environment and the same bit of code is producing a problem. In the Apache log it reads:
PHP Fatal error: Non-static method upload::isReadable() cannot be called statically in class.upload.php on line 1818
Completely perplexed. Permissions look fine. Does anyone have any ideas?
PHP Fatal error: Non-static method upload::isReadable() cannot be called statically in class.upload.php on line 1818
Completely perplexed. Permissions look fine. Does anyone have any ideas?
Many thanks,
Steve