[TYPO3] Ext:slideshow doesn't show images
Bernie Pfister
bernie at pixelsound.com
Fri Sep 14 10:43:36 CEST 2007
I just spent hours trying to find the reason why my slideshow doesn't
show up. Even though the SWF gets displayed.
Problem:
Ext:slideshow displays SWF, but slide show does not start and no images
show up.
Cause:
1) Slide show uses an XML script (page type=9005).
eg
index.php?type=9005&slideshow=2&random=0&transition=fade&timer=5&navigation=0
2) This XML page is generated with the script
"EXT:slideshow/xml_output.php". The script is included using TypoScript
property "pageGenScript"
3) However, "pageGenScript" is disabled if "noPHPscriptInclude" is set
to true in localconf.php (Installer).
Solution:
In Installer (localconf.php) set "noPHPscriptInclude" to 0.
Jean-Davide, can you put this in the manual under "Known Issues"?
Many thanks,
Bernie
More information about the TYPO3-english
mailing list