I recently installed the Bitnami Redmine 2.6.0. for Windows. After some test I started installing two plugins clipboard_image_paste and redmine_ckeditor.
At first I had some troubles to install them but everything worked out at the end.
C:\redmine-2.6.0-1\apps\redmine\htdocs>bundle install --without development test
postgresql sqlite
DL is deprecated, please use Fiddle
Using rake 10.3.2
Using i18n 0.6.11
Using multi_json 1.10.1
Using activesupport 3.2.19
Using builder 3.0.4
Using activemodel 3.2.19
Using erubis 2.7.0
Using journey 1.0.4
Using rack 1.4.5
Using rack-cache 1.2
Using rack-test 0.6.2
Using hike 1.2.3
Using tilt 1.4.1
Using sprockets 2.2.2
Using actionpack 3.2.19
Using mime-types 1.25.1
Using polyglot 0.3.5
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 3.2.19
Using arel 3.0.3
Using tzinfo 0.3.39
Using activerecord 3.2.19
Using activeresource 3.2.19
Using climate_control 0.0.3
Using cocaine 0.5.5
Using coderay 1.1.0
Using daemons 1.1.9
Using eventmachine 1.0.3
Using htmlentities 4.3.2
Using rack-ssl 1.3.4
Using json 1.8.1
Using rdoc 3.12.2
Using thor 0.19.1
Using railties 3.2.19
Using jquery-rails 3.1.2
Using kaminari 0.16.1
Using mysql2 0.3.11
Using net-ldap 0.3.1
Using paperclip 3.5.4
Using ruby-openid 2.3.0
Using rack-openid 1.4.1
Using rack-raw-upload 1.1.1
Using bundler 1.7.0
Using rails 3.2.19
Using rbpdf 1.18.1
Using redcarpet 2.3.0
Using request_store 1.0.5
Using sass 3.4.9
Using sass-rails 3.2.6
Using rich 1.4.6
Using rmagick 2.13.1
Using thin 1.6.1
Updating files in vendor/cache
Your bundle is complete!
Gems in the groups development, test, postgresql and sqlite were not installed.
Usebundle show [gemname]
to see where a bundled gem is installed.C:\redmine-2.6.0-1\apps\redmine\htdocs>ruby bin/rake redmine:plugins RAILS_ENV=p
roduction
Migrating clipboard_image_paste (Clipboard image paste)...
Migrating redmine_ckeditor (Redmine CKEditor plugin)...
The bundle was installed successfully.
I started testing everything and then I got an error when I want to upload an image via CKEditor. A new window opens with the URL
I choose a file from a folder. It tries to upload but after half a second I get the error message:
Could not upload your file:
-rich_file
Paperclip:Errors::NotIdentifiedbyImageMagickError
Has someone an idea what I can do to make it work?
And please explain in detail, I am not used to do such things!
Thank you
CKeditor for Redmine failed to render image on PDF export
Hello, sir
I want to export my redmine issue to PDF. but it failed to render image. it shows the image's storage location. please see the attached. any configuration or help to solved this problem? thank you!
Best Regards
Esther
Attachments:
I just went through the hole
I just went through the hole process again and I noticed this. The second part of initializing the plugins this time showed:
Maybe someone can make sense out of it...
Can someone please help with
Can someone please help with this problem!
It is a standard function in CKEditor and it is not working.
Today I found out that
Today I found out that CKEditor also has a "browse and upload file" function which is working. I can choose a picture and the file was uploaded, but I can not open the picture afterwards.
And still the function "browse and upload picture" still does not work. Any idea?
New Bitmani stack installation does not help
Dear Forum,
I still have the problem, that the image upload of CKEditor fails. I tried the new Bitmani stack installtion of Redmine and installed the CKEditor from scratch. But the error is still coming up when I try to upload an image.
In the following the installation procedure:
and the second part
You can see the error in the screenshot.
Attachments:
After some more testing I
After some more testing I found out that big files are working fine (above 111kb), but all small image files under 111kb produce the above mentioned error.
Any idea how to proceed?
Attachments:
To complete the testing I
To complete the testing I took a working image with a file size of 174kb and had a working upload. Than I re-sized the image to 64kb and tried to upload it again. But then it failed.