TinyMce works perfecly with unisharp laravel filemanager on my localhost but it has issues on server
In server I have created a folder beta and pasted entire laravel project inside it
everything works smoothly but when we click on upload image button from tinymce it shows me below image
I have tried all the possible solutions still its not working on my server
on server the url is domain-name/beta/public/index.php and when uploading it
Any Help is Appreciated !!
In your config JavaScript file change from
path_absolute : "/",
to
path_absolute : "../../",
Related
Hello, I am using CKEditor / CKFINDER on my site as my texteditor and image upload.
CKEditor and CKFinder Folder need to put on the root, outside my Public_html .
My dir structure be like :
- ckeditor, -CKfinder, -public_html
And my text editor image stored in : ckfinder/userfiles/files
Question :
how to change CKFinder default image upload path ? i want to puth my image files to inside public_html
example my domain is : domain.com, how can i get my images url that stored in ckfinder dir that outside my public_html?
i spent my times in many days to solve this but i havent found the sollution.
i found so many topic about this but nothing solve my problem.
Please have a look at the root option of the local filesystem backend described here in the documentation. You can configure CKFinder to store uploaded files in any directory you like by setting its path as backend root.
on my computer the website works fine.
when I upload the website the the server the images and css does't work.
I've tried to solve this problem myself but failed.
I had some problem. Do not upload site with file zila or total commander they can loose some files.
Upload site directly using c-panel, zip-it and upload.
If this dont work call administrator
I am using justboil plugin in tinymce for image uploading. I am having an issue with image uploading, When I upload image it got stuck on “Upload in progress” message. In network tab(console) error is “The Upload process had not started, or started, but had not finished yet, or your browser could not reach the remote server.”. It was working fine before yesterday but now it is not working. Upload function of controller Uploader is also not working if I access it directly through URL.
I have thoroughly read http://justboil.me/ and How to fix Jbimages plugin for Tinymce 3.x not uploading image but found no answer.
Can anybody please help me with this.
Thanks in advance.
Atlast I found solution to this problem accidentally. I just remove controller name from URL while calling upload function and set uploader controller as default controller in routes.php. Now its working fine
I used captcha code in my project. And my problem is when i run into the localhost it works perfectly but when i tried to upload this captcha code so i can't see the image. see in my image right now facing this problem.
I have successfully installed trsteel CKEditor for symfony 2, and it works fine except for image upload.
When I try to browse the server to updload an image, it returns me the html page and not the directory (the route is configure to show a webpage but I don't know how to do overwise).
I answered almost the same question before here
Shortly, you need a bundle to work with files on the server side, and provide integration with ckeditor.