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
Comment #1
Cadeyrn commentedI should probably clarify--the modules I reinstalled were the dependencies of File Framework and then File Framework.
Comment #2
abaddon commentedthis is probably related and has a hint to the fix http://drupal.org/node/933684#comment-4500248
Comment #3
jvieille commentedYou should use the dev version.
The "stable release" isn't, a long story from that early version.
Comment #4
johanneshahn commentedSeems to be a php 5.3 Issue
Was fixed in latest stable