[Tickets #9013] Re: edit picture results in a not found photo

bugs at horde.org bugs at horde.org
Wed May 19 19:15:06 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9013
------------------------------------------------------------------------------
  Ticket             | 9013
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | edit picture results in a not found photo
  Queue              | Ansel
  Version            | 1.1.1
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2010-05-19 15:15) wrote:

> seems to be that the change from bug 9002 makes the problem, i  
> included this fix for image.php,
>
> $image_id = (int)Util::getPost('image');
>
>
> maybe thats wrong on my system?

No, because the change from that ticket only affects editing image  
*faces*, not the image itself, as you describe you are doing.

Still cannot reproduce. The errors in your your log indicate an issue  
with retrieving the Ansel_Image object from storage.  You are going to  
have to dump the error and find out what the exact error is that is  
being returned. Try putting something like:

Horde::logMessage(print_r($image, true), __FILE__, __LINE__, PEAR_LOG_ERR);
right before one of the lines in image.php that you are getting errors  
on in your log.







More information about the bugs mailing list