Closed (fixed)
Project:
File Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 16:49 UTC
Updated:
5 May 2010 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
jvieille commented+1
This concerns the only group that really needs this feature... so critical for me
Comment #2
jvieille commentedIn fact I got 2 errors that seem to be related to the same problem. I report this error
http://drupal.org/node/739772
that I marked as duplicate
Actually, I get errors with both the browser and the gallery tabs:
Browser:
Fatal error: __clone method called on non-object in /home/controlc/www/sites/all/modules/fileframework/contrib/browser/file_browser.module on line 956
+ blank screen
Gallery:
warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/controlc/www/sites/all/modules/fileframework/contrib/gallery/file_gallery.module on line 288.
+ The gallery is still usable.
However, the warning Gallery shows something interesting: though I have only one vocabulary specific for this group, the gallery shows 2. The second is blank as it appears on the attached screenshot. The link to this blank vocabulary is
http://www.controlchainmanagement.org/node/73/gallery/ - the vocabulary Id is missing in the url
Hope this helps to target this issue: may be something happens in the database, but I reallly don't know where to look at.
Comment #3
jvieille commentedComment #4
jvieille commented+1
Comment #5
jvieille commented+1
Comment #6
jvieille commentedFound the problem!
You can easily reproduce the error:
- Define a vocabulary for a group, but don't enable it for the content type "file" - this makes FF breaking at browsing.
Comment #7
jvieille commentedCould you have a look at this annoying problem?
Thanks
Comment #8
miglius commentedThanks for spotting it. Should be fixed in the latest dev version.