Closed (cannot reproduce)
Project:
Bitcache
Version:
6.x-1.x-dev
Component:
Actions
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2010 at 15:49 UTC
Updated:
16 Mar 2012 at 07:15 UTC
hi all
when I try to upload, using a cck field, a file prova5.txt , I get an list of errors beginning with
* warning: array_diff_key() [function.array-diff-key]: Argument #1 is not an array in /web/htdocs/ ...myhost .../home/sites/all/modules/bitcache/bitcache.module on line 677 and then file is not saved on server,
Any hint ?
Thanks UgoT
Comments
Comment #1
Stupidscript commentedKind of like this?:
array_diff_key(): Argument #1 is not an array in /var/www/html/modules/bitcache/bitcache.module on line 684.
array_merge(): Argument #1 is not an array in /var/www/html/modules/bitcache/bitcache.module on line 684.
call_user_func_array() expects parameter 1 to be a valid callback, class 'stdClass' does not have a method 'put_file' in /var/www/html/modules/bitcache/bitcache.module on line 813.
The bitcache_put_file() function failed for the file example.doc, uri= or it's derivative in application/msword.
Yeah. Makes you wonder, doesn't it?
Worse, it SEEMS like Bitcache is trying to do stuff but it is simply not able to do it. I have yet to hear of ANYONE using Bitcache for more than simple file uploads.
For example, even when there are a bunch of files waiting for processing by Bitcache's cron substitution process, it never seems to be aware of the files' existence until they are gone. When I had files in my Bitcache data storage directory, they show up as links (in their original format, of course ... no conversion happens) and the cron job says that there were no files to process. But delete those files and cron complains that it can't find them, so it seems like SOMETHING is supposed to happen, but it just isn't. Cron finds the files and apparently runs them through something ... just not what one would expect from the "converts files" hype published by the developers.
Sorry I can't be of help ... I'm just blindly motoring along with a bunch of unanswered questions, like you.
(Evidence: I'm the only reply to your question after 2-1/2 months.)
Please report back if you discover a fix for these Bitcache errors or if you discover ANY sort of documentation for that project.
Comment #2
johanneshahn commentedCan Not reproduce