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
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 327

line 327 :
$account = user_load(array('uid' => $node['uid']));
should be
$account = user_load(array('uid' => $node->uid));

#1

arthurf - May 14, 2008 - 13:35
Status:active» fixed

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

Anonymous (not verified) - May 28, 2008 - 13:41
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.