Postponed (maintainer needs more info)
Project:
Media Mover
Version:
5.x-5.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 08:14 UTC
Updated:
27 Jan 2009 at 16:45 UTC
mysql_real_escape_string() expects parameter 1 to be string, array given in /home/www/corpfarm.com/includes/database.mysql.inc on line 402.
Lack of good documentation
I applaud the effort in building that module but dam bro a good doc for S3, Blip is really welcome
and how do i ficx the erro above?
Comments
Comment #1
wallbay1 commentedOther warning errors
* warning: array_shift() [function.array-shift]: The argument should be an array in /home/www/corpfarm.com/sites/all/modules/media_mover/media_mover_api.module on line 3135.
* warning: array_shift() [function.array-shift]: The argument should be an array in /home/www/corpfarm.com/sites/all/modules/media_mover/media_mover_api.module on line 3135.
Comment #2
arthurf commentedHi-
Could you confirm what version you are using? Your report says 5.1 which was mistakenly tagged version from months ago- latest stable is 1-0-BETA14, and there will be an RC1 sometime this week.
Can you give me the url that is generating this error? It would be helpful for tracking down where it is, since your report just gives the database.mysql, and there are a large number of db_query()s in the module
As per the documentation- yes you are right. It needs it. I need help building it. There is a handbook page started, I'd love contributions to it.
Thanks.
Comment #3
arthurf commentedChanging title to be specific to the bug report
Comment #4
ebeyrent commentedI am getting the same error warnings with version 5.x-1.x-dev. Here is an export of my configuration:
Note that the storage module is mm_brightcove, which is largely copied from mm_bliptv.
Comment #5
ebeyrent commentedI looked at what the S3 module is doing in the send function and that's returning a string for $file. The bliptv module is returning an array, which seems to be what's causing the error.