Ticket #336 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Problems with image upload (org_routamc_photostream)

Reported by: piotras Assigned to: piotras
Priority: major Milestone: 8.09.0 Ragnaroek
Component: MidCOM component Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Maximum execution time exceeded when uploading new image or editing exisiting one. It happens in create_working_copy method.

Solution is to replace: $src = $blob->get_handler(); with $src = fread($blob->get_path(), "r");

midgard_blob::get_handler() doesn't support fopen like mode

Change History

10/08/08 10:46:06 changed by bergie

  • status changed from new to closed.
  • resolution set to fixed.

(In [18030]) Proper attachment read handlers, fixes #336 and #335