314parley / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

Thumbs do not be shown #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.XAMPP 1.7.3 on WindowsXP with PHP 5.3.1 support.
2. With default configuration - Configurations downloaded with the pakage - It 
shows thumbs, but inserting images to the CKEditor leads to non available image.
3.When modifing configurations, it does not show thumbs, but images are inseted 
correctly to the editor.
4. I use it through a cake PHP application and I did some stuff in 
api/config.php - this is for the second case when I modify the configuation - 
However, in both cases I use cakePHP.
5. The attached files are files for the second case, change configuration.php 
and api/conf.php
6. KFM version 1.4.7

Original issue reported on code.google.com by said.fox on 21 Jun 2010 at 12:36

Attachments:

GoogleCodeExporter commented 8 years ago
what happens if you do this without Cake?

I'll have a check of this later on after work. for now, though, my guess is 
that Cake may be interfering with some of the variables.

If so, it means we will need to take those variables and wrap them up to 
protect them.

Original comment by kae.verens@gmail.com on 21 Jun 2010 at 1:29

GoogleCodeExporter commented 8 years ago
Hi,

I added it to non CakePHP project. I used the default settings found on the 
downloaded package - I did not change anything at all- we get the same, Thumbs 
are displayed but the returned image to the editor is missed - something like - 
/get.php/33.png.

In addition, applying something like crop leads to the image is really croped 
but the Thumb does not refreshed to reflect the new croped image, it just 
produce another crop image when choose Crop to new file command.

Original comment by said.fox on 21 Jun 2010 at 3:22

GoogleCodeExporter commented 8 years ago
same here, the get.php is returning a broken image. For me it just prints the 
very first bytes of data from it, so the browser just show a "this image 
contains errors and cannot be displayed" message

Original comment by nem...@negociosnainternet.com.br on 22 Jun 2011 at 7:12