Bug #23578
closedClick enlarge does not work after upgrading to 4.4.4
0%
Description
Click enlarge picture is not rendered in pop up window.
Problem exist both i tt_content and tt_news elements.
Click enlarge link - tt_news:
http://www.hytor.dk/index.php?eID=tx_cms_showpic&file=uploads/pics/Hirlekar-faktaboks.jpg&width=500m&height=500&bodyTag=%3Cbody%20bgColor%3D%22%23ffffff%22%3E&wrap=%3Ca%20href%3D%22javascript:close();%22%3E%20|%
Image file:
Error message: Click Parameter Error: Wrong parameters sent.
http://www.hytor.dk/uploads/pics/Hirlekar-faktaboks.jpg
Click enlarge link - tt_content:
http://www.hytor.dk/index.php?eID=tx_cms_showpic&file=uploads/pics/LX-300-DGC-Group.jpg&width=500m&height=500&md5=9ea86e1fd26a173fa3eec252eb0b9f54&contentHash=24203732379f90c0ae653cc998d23a55
Error message: Parameter Error: Content not available.
Image file: http://www.hytor.dk/uploads/pics/LX-300-DGC-Group.jpg
(issue imported from #M16053)
Updated by Susanne Moog about 14 years ago
Just tried on a local 4-4 installation with tt_news and tt_content, both worked (with and without caching framework).
One thing I can see from your links: In the first the md5 part ist missing, in the second TYPO3 obviously fails to fetch the image with the given contenthash (just delete the contentHash from the link and the image appears).
What you can try to do is to clear all caches (also the cached imagesizes [install tool!]) and just to be sure rerun the update wizard.
If all fails report back here.
Updated by Martin Terber about 14 years ago
I had a similar issue after an update from 4.2.1 to 4.4.4
I solved it by setting:
[SYS][useCachingFramework] = 1
in Install Tool
Updated by Susanne Moog over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0) - TYPO3 Version set to 4.5
Unable to reproduce.