• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Wrong src img path - show picture

Dear,

with plugin "file upload" the picture upload is perfect and behind a crop, the picture is correct. In the database field, the entry is correct with
Code:
[{"file":"\/media\/business\/banner\/724\/banner_468x60_ab30cents_3_jjmxQ2ync4RD.jpg","params":"{\"rotation\":0,\"scale\":100,\"imagedim\":{\"x\":239,\"y\":198,\"w\":468,\"h\":60},\"cropdim\":{\"x\":239,\"y\":197,\"w\":468,\"h\":60},\"crop\":1,\"mainimagedim\":{\"x\":200,\"y\":200,\"w\":468,\"h\":60}}"}]
In the List pictures shows correctly, but in view (details) the path is not correct and the picture is only black! In the path of the created html-code their is in the beginning path, behind the domain, 2 Backslashes and not only one:
Code:
<img alt="bild datei" src="http://myDomain.com//media/business/banner/724/cropped/banner_468x60_ab30cents_3_jjmxQ2ync4RD.jpg" class="fabrikLightBoxImage">
When I click in the picture, it opens a window to view the picture and their the path is correct and the picture shows perfectly:
Code:
<div id="lbImage" style="opacity: 1; background-image: url(&quot;[URL]http://myDomain.com/media/business/banner/724/banner_468x60_ab30cents_3_jjmxQ2ync4RD.jpg&quot;);[/URL] width: 468px; height: 60px;"><a id="lbPrevLink" href="#" style="display: none; height: 60px;"></a><a id="lbNextLink" href="#" style="display: none; height: 60px;"></a></div>
 
Does your folder path in the upload element settings start with a /? If so, try removing that.

I don't think that // will hurt anything, and I thought we removed it in our code (if you start the path with a /), but go ahead and remove it anyway, see if it helps.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top