PHP 5.0.3
MySQL 5.0.15
Apache 2.0.55 Win32
Win XP Home
IE 6
____
When uploading an item, get the following message:
Notice: Undefined index: UPLNK_TRIM_IMAGE in
blahblahblah\mod\uplink\class\Uplink.php on line 169
Fixed by modifying said line to:
if(isset($_REQUEST["UPLNK_TRIM_IMAGE"]) && in_array
($filetype, $imagetypes)) {
that is - use the "isset".