media mover data and node object recursively stored in media_mover_files.data column
mfb - July 16, 2009 - 08:31
| Project: | Media Mover |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am seeing 16,777,215 bytes of data stored in the media_mover_files.data column. It consists of serialized array of media mover data which contains the node object which contains the media mover data....
This results in fatal memory_limit and max_allowed_packet errors.

#1
Additional info: I am only seeing this issue when I use the Media Mover CCK module to store the files.
#2
I just did a bit of refactoring which I hope will address this- can you update to latest dev and see if that works for you?
#3
I'm confused, I don't see any code changes :) http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/media_mover...
#4
Confirming, i also run into those memory problems with mm+cck but im able to trace it or recreate it.