Fatal error in mm_ffmpeg.module
a_c_m - May 14, 2008 - 11:22
| Project: | Media Mover |
| Version: | 5.x-0.4-1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Fatal error: Cannot use object of type stdClass as array in /storage/work/projects/mediamover/site/local/public_html/sites/all/modules/media_mover/mm_ffmpeg/mm_ffmpeg.module on line 327line 327 :
$account = user_load(array('uid' => $node['uid']));
should be
$account = user_load(array('uid' => $node->uid));

#1
Ouch, yeah that was a bug. FYI, workflow_ng support is coming fast, so I think this specific functionality may be removed in favor of workflow_ng, but for now this is fixed in CVS DRUPAL-5. Thanks!
#2
Automatically closed -- issue fixed for two weeks with no activity.