Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading image - Unable to connect to backend #4

Closed
yuri25 opened this issue Nov 2, 2014 · 7 comments
Closed

Error loading image - Unable to connect to backend #4

yuri25 opened this issue Nov 2, 2014 · 7 comments

Comments

@yuri25
Copy link

yuri25 commented Nov 2, 2014

octo

@anand-patel
Copy link
Owner

can you please tell me in detail with which plugin you are using Wysiwyg Editors?
as i am not getting this error.

@yuri25
Copy link
Author

yuri25 commented Nov 2, 2014

This error occurs when you try to upload an image when creating a page (autumn page or static page). The error appears when I choose settings Wysiwyg Editor - CKEditor or tiny MCE.
Elfinder 2.0 gives this error.
Editor froala operating normally.

@anand-patel
Copy link
Owner

sorry for late reply.

your issue look like this please check
barryvdh/laravel-elfinder#22

have you modified plugin code ?

@yuri25
Copy link
Author

yuri25 commented Nov 8, 2014

I can modify the code of the plugin, but why? I already have it all there in the code plug-in ...

Here is my code snippet:

$().ready(function() {
var elf = $('#elfinder').elfinder({
// set your elFinder options here

lang: '', // locale


customData: { _token: '' },

url: '', // connector URL
getFileCallback: function(file) { // editor callback
FileBrowserDialogue.mySubmit(file.url); // pass selected file path to TinyMCE
}
}).elfinder('instance');
});

@yuri25
Copy link
Author

yuri25 commented Nov 8, 2014

From the above, I do not understand what you need to change here ....

@yuri25
Copy link
Author

yuri25 commented Nov 24, 2014

I'm sorry, in my php.ini settings mentioned among the prohibited functions disable_functions = ...... proc_open, .....
This cause of the error. Necessary allow proc_open.

@anand-patel
Copy link
Owner

ok, happy that your problem is solved now, and i also take a note from this we need to allow proc_open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants