From: SourceForge.net <no...@so...> - 2006-10-16 14:57:47
|
mod/uplink item #1578245, was opened at 2006-10-16 09:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1578245&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chris (youcantry) Assigned to: Nobody/Anonymous (nobody) Summary: Uplink -Notice on upload: Undefined index: UPLNK_TRIM_IMAGE Initial Comment: 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". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1578245&group_id=81360 |