[Solved] Image selected doesn't appear

More
11 years 5 months ago - 11 years 5 months ago #43443 by Rapici
Hello people
I have a problem that the image upload doesn't appear, the process is completed but not shown, any idea?
it's a possible bug?
[attachment=0:gsm0q9mq]<!-- ia0 -->errorImage.png<!-- ia0 -->[/attachment:gsm0q9mq]
I've tried several browsers, mostly working in ubuntu but I've also tested with windows (I think this would haven't to affect anything since it's browser)

Thanks a lot
Regards
Rapici
Attachments:
Last edit: 11 years 5 months ago by Rapici.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #43448 by ggppdk
Hello

- this should not be a permissions / path problem or you would get an error
... and the filename of the image is sanitized so it should not be a problem

what it the image type ?
and what is the filename?

-- can you try with different image / filename / image type?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #43457 by Rapici
I have sufficient permissions since I'm the admin. The file name is "automatize.jpeg".
Finally I could solve the problem by changing the format of the image ".png".
Possibly an error in flexicontent because I will not let you upload files ".jpeg"

Thanks
Rapici

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #43460 by ggppdk
Hello

no this was not the reason,

FLEXIcontent uses server software to handle images (phpThumb which optionally uses imagemagick)

so jpeg is supported,

please edit file:
C:\xampp\htdocs\joomla25xdev\administrator\components\com_flexicontent\views\fileselement\tmpl\image.php

find line:
$imageexts = array('jpg','gif','png','bmp');
and change to:
$imageexts = array('jpg','gif','png','bmp','jpeg');


find line:
if ( !in_array($row->ext, $imageexts)) continue;
change to:
if ( !in_array(strtolower($row->ext), $imageexts)) continue;

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #43461 by Rapici
Ok so I will and I commented!

Regards
Rapici

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #43608 by Rapici
Hi ggppdk
I solved this issue, edit image.php :D

Thanks

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.448 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save