Giter VIP home page Giter VIP logo

Comments (7)

anand-patel avatar anand-patel commented on June 22, 2024

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

from oc-wysiwyg-editors.

yuri25 avatar yuri25 commented on June 22, 2024

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.

from oc-wysiwyg-editors.

anand-patel avatar anand-patel commented on June 22, 2024

sorry for late reply.

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

have you modified plugin code ?

from oc-wysiwyg-editors.

yuri25 avatar yuri25 commented on June 22, 2024

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');
});

from oc-wysiwyg-editors.

yuri25 avatar yuri25 commented on June 22, 2024

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

from oc-wysiwyg-editors.

yuri25 avatar yuri25 commented on June 22, 2024

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.

from oc-wysiwyg-editors.

anand-patel avatar anand-patel commented on June 22, 2024

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

from oc-wysiwyg-editors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.