Closed (fixed)
Project:
elFinder file manager
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 03:56 UTC
Updated:
19 Dec 2013 at 21:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ph0enix commentedTry to access /elfinder/connector url and check if there any error messages
Comment #2
daniel wentsch commentedI have the same issue and accessing /elfinder/connector gives me:
Fatal error: Call to undefined method elFinderDrupal::getNetVolumes() in /var/www/sites/all/modules/contrib/elfinder/inc/elfinder.drupal.inc on line 28
Comment #3
ph0enix commentedTry to use latest library
http://sourceforge.net/projects/drupal-elfinder/files/Library/elfinder-l...
Comment #4
daniel wentsch commentedSeems like that worked, thanks a lot!
Comment #5
drupa11y commentedCalling "/elfinder/connector" shows me:
Fatal error: Declaration of elFinderVolumeDrupal::_save() must be compatible with elFinderVolumeDriver::_save($fp, $dir, $name, $mime, $w, $h) in /Applications/MAMP/htdocs/100_Projects/relevantiveIntranet/sites/default/modules/filefield-modules/elfinder/inc/elfinder.drupalfs.driver.inc on line 469
Comment #6
drupa11y commentedLibrary is the latest one.
Comment #7
drupa11y commentedThe attached combination works for me.
Comment #8
ph0enix commentedelFinder 2.x library have changed api. You should use dev library build for latest dev module. Dev library can be downloaded there:
http://sourceforge.net/projects/drupal-elfinder/files/Library/
Comment #9
AlmogBaku commentedhey, this patch will fix this bug
~ Almog Baku
Comment #10
hgneng commented#8 works for me.
But I am surprised to find that there seems a script to upload dev version to http://sourceforge.net/projects/drupal-elfinder/files/Library/ every 2 hours. It's wasting resources.
Comment #11
ph0enix commentedTo avoid issue please use latest library which you can get from SourceForge. #9 applicable if you strictly need to use existing library version since it rolling back elFinder to old library api ($mime, $w and $h arguments replaced by $stat array).