Ticket #234 (closed Bug: fixed)

Opened 13 months ago

Last modified 12 months ago

Validation upload: runtime errors in 5.1.x

Reported by: Maxximus Owned by: Shadowhand
Priority: minor Milestone: 2.1
Component: Core Version: SVN HEAD
Keywords: validation Cc:

Description

The Validation library uses constants mentioned in http://us.php.net/manual/en/features.file-upload.errors.php. Unfortunately one of them is only available in PHP 5.2.x versions, causing a runtime message in 5.1.x versions.

UPLOAD_ERR_EXTENSION

Change History

Changed 13 months ago by Shadowhand

  • version set to SVN HEAD

Changed 12 months ago by Shadowhand

  • owner set to Shadowhand
  • status changed from new to assigned

Changed 12 months ago by Shadowhand

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r1277.

Note: See TracTickets for help on using tickets.