Coder Social home page Coder Social logo

can't make it work about laravel-elfinder HOT 18 CLOSED

barryvdh avatar barryvdh commented on September 2, 2024
can't make it work

from laravel-elfinder.

Comments (18)

barryvdh avatar barryvdh commented on September 2, 2024

Did you register the routes?

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

yes,i follow your instruction
Route::get('elfinder/tinymce', 'Barryvdh\Elfinder\ElfinderController@showTinyMCE4');

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

file: 'public_html/elfinder/tinymce',// use an absolute path!

  1. That is not absolute.
  2. That is not correct, the public_html doesn't belong there.

it's something like url('elfinder/tinymce') or action('Barryvdh\Elfinder\ElfinderController@showTinyMCE4') or `/elfinder/tinymce'

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

i change it into
tinymce.activeEditor.windowManager.open({
file: 'elfinder/tinymce',// use an absolute path!
title: 'elFinder 2.0',
width: 900,
height: 450,
resizable: 'yes'
}, {
setUrl: function (url) {
win.document.getElementById(field_name).value = url;
}
});
return false;
}

but still getting the same error.... ><

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

What url is giving a 404?
Did you also register the elfinder and elfinder/connector route?
And you are still not using an absolute path.

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

what do you mean by absolute path?
Route::group(array('before' => 'auth'), function()
{
\Route::get('elfinder', 'Barryvdh\Elfinder\ElfinderController@showIndex');
\Route::any('elfinder/connector', 'Barryvdh\Elfinder\ElfinderController@showConnector');
});
Route::get('elfinder/tinymce', 'Barryvdh\Elfinder\ElfinderController@showTinyMCE4');

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

An absolute url, not a relative url.

But what url gives you the 404?

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

view-source:http://localhost/bkculv/public_html/admins/artikel/1/elfinder/tinymce

still don't understand what you mean by absolute url... can a little example?

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

If you use the Laravel url helper, is should create an absolute url ('http://domain.com/elfinder/tinymce'). Now you are using relative urls, so the url is appended to the current url. You can use a leading / to make it relative the root, but that doesn't work for you because you have your app in a subfolder.

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

so what should i insert into file:? i tried file: url('elfinder/tinymce') but when it not even showing file browser modal/windows/dialog

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

Then you probably haven't configured your paths for you Laravel app right. Sorry I can't really help you with this information, please try to understand how urls/routes work/are generated. And you better use a vhost or something so you don't have to have 'bkculv/public_html/' in your urls.

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

well i'm newbie in laravel and still learning it...
so maybe atleast show me some example? so i know where to look...

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

okay, i manage to make it works ahahhaa
../../../elfinder/tinymce
thank you for quick response

but after i tried to use it and upload images and put in into my article, when i want to show it in it parse wrong image file path... instead of http://localhost/bkculv/public_html/files/wallhaven-76098.jpg , it parse http://localhost/files/wallhaven-76098.jpg

what do i miss?

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

You should try to make a vhost configuration, so that you can use http://bkculv.local instead of http://localhost/bkculv/public_html/
What you have now will only cause more trouble.

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

but is it will work if i publish my website/project into shared hosting?

from laravel-elfinder.

barryvdh avatar barryvdh commented on September 2, 2024

On shared hosting you probably also have 1 domain for you app, not a subfolder, right?

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

yes...
i getting pretty confuse now hahahahha

from laravel-elfinder.

t0n1zz avatar t0n1zz commented on September 2, 2024

okay thank you, after reading about vhost i already get sense what is going on ahhahahaa... so once again thank you for your friendly and fast respond and also for your great component/plugin(it's called that right?)

from laravel-elfinder.

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.