CMS MADE SIMPLE FORGE

MC Factory

 

[#8550] Image preview no longer shown

avatar
Created By: manuel (manuel)
Date Submitted: Fri Oct 19 14:39:23 -0400 2012

Assigned To: Jean-Christophe Cuvelier (totophe)
Version: MCFactory 3.2.22
CMSMS Version: 1.11.2.1
Severity: Minor
Resolution: None
State: Open
Summary:
Image preview no longer shown
Detailed Description:
Dear JC,

When generating modules with MCFactory i found that the latest release has a
little bug in it.
When an item (image) is added in a module created with the latest MCFactory
release (2.2.24) the image preview is no longer visible.

The Delete checkbox does still appear and functions correctly.
The image tag however now contains an incorrect URL...

MCFactory 3.2.24
<img
src="http://www.somewebsite.com/admin/moduleinterface.php?mact=Test6,,download,0&amp;_sx_=21226e1d&amp;item_id=1&amp;field=picture"
/>

When i downgrade, the image tag contains the correct URL again.

MCFactory to 3.2.4
<img
src="http://127.0.0.1:8080/mcftest/uploads/Modules/Test7/150_150_testimg.jpg" />

Greetings,
Manuel


History

Comments
avatar
Date: 2014-11-23 07:42
Posted By: Sander Hartveld (sanderhartveld)

You may want to check in your database if the collumn name is lowecase. I had
the samen problem and I changed the collumn name to lowecase and after that it
worked again.