Hello here, after last update it stop working at all, Drupal 14, CKeditor, RC1 - before update it work fine - update was done automatically. Fresh install dosnt help.
If go to Files - it's drop: Invalid backend response. Data is not JSON.
If i try insert picture with - CKeditor - it do nothing :(
How this can be fixed?

Comments

ph0enix’s picture

Try to access /elfinder/connector url and check if there any error messages

daniel wentsch’s picture

I 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

ph0enix’s picture

daniel wentsch’s picture

Seems like that worked, thanks a lot!

drupa11y’s picture

Calling "/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

drupa11y’s picture

Library is the latest one.

drupa11y’s picture

StatusFileSize
new519.78 KB

The attached combination works for me.

ph0enix’s picture

elFinder 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/

AlmogBaku’s picture

Priority: Major » Critical
Status: Active » Needs review
StatusFileSize
new3.64 KB

hey, this patch will fix this bug

~ Almog Baku

hgneng’s picture

#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.

ph0enix’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)

To 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).