I followed the readme exactly and set up my computer to work with this module, following those guides in the link, but a warning that appears 3 times every time I go to an administration page is: "warning: strcmp() expects parameter 2 to be string, array given in /usr/share/drupal6/modules/system/system.module on line 1124."

Then when I try to upload a file, I get this:

* warning: Parameter 3 to bitcache_bitcache() expected to be a reference, value given in /usr/share/drupal6/includes/module.inc on line 483.
* Error saving file filename.pdf. Please, contact site administrator.
* A file upload must be provided.

I checked the lines of the files mentioned in these errors and found nothing odd (though I'm no expert in PHP or whatever code the module uses), so I really don't know what to do. I've already tried reinstalling the modules.

Comments

Cadeyrn’s picture

I should probably clarify--the modules I reinstalled were the dependencies of File Framework and then File Framework.

abaddon’s picture

Status: Active » Needs review

this is probably related and has a hint to the fix http://drupal.org/node/933684#comment-4500248

jvieille’s picture

You should use the dev version.
The "stable release" isn't, a long story from that early version.

johanneshahn’s picture

Status: Needs review » Closed (fixed)

Seems to be a php 5.3 Issue
Was fixed in latest stable