element image issue

SymOn75

Member
Hi,
after update from github (today) I can't use image element plugin.
Look this link (in bottom page)

It's a detail view.
In backend, when I edited the element, I tried to set folder path so relative and so absolute but the images don't appear.

Joomla 2.5.7
Fabrik 3.0.6.3 (updated today from github)
 
screenshot

Hi rob,
this is a screenshot of element settings
 

Attachments

  • 2012-11-09_092732.png
    2012-11-09_092732.png
    8.3 KB · Views: 215
I can confirm this one, it happened here:-

https://github.com/Fabrik/fabrik/commit/6d87ba7803725b78de850b5387b64899baad2159#plugins/fabrik_element/image/image.php


Adding

Code:
$default = $this->getDefaultValue($data);

around line 85 resolves it so the end result is:-


Code:
$value = $this->getDefaultOnACL($data, $opts);
            $default = $this->getDefaultValue($data);


Basically the issue is

Code:
    $default = JArrayHelper::getValue($data, $name, $default);

around line 131 not finding any value for $default.
 
Today I've upgrated again from github and in form detail image element plugin don't show image.
I suppose that issue is not solved
 
I tried to replace "image element-plugin" with older version (updated at 05-sept-2012) but no results :(

Bug is still here.
"Image element-plugin" don't shows images...
:confused: :confused: :confused:
 
I can replicate this one, as far as I can see it's working correctly now.

However looking at your site via firebug it seems you still have the same message as before.

Did you update ALL files from Github? Did you ensure that your upload preocess was set to overwrite all files?
 
Group configuration:

repeatable NO
copy values NO
columns 1
show group DETAILS VIEW ONLY
randomize NO
page break NO
 
I still can't replicate this with your settings. I assume this isn't a joined group?

You seem to have a forwarder on your website that removes the 'http://', so I'm wondering if that messing with it as the image element is trying to produce a URL with http.

Can you display the image from a browser, i.e

http://yourdomain.com/images/image.jpg
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top