NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1401: SlideShowPlugin doesn't work well in persistent environments
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
SlideShowPlugin |
|
I was making a presentation with
SlideShowPlugin on Foswiki+FastCGI and in the first time I pressed
Start Presentation button, everything went fine. From the second time on the presentation didn't work.
The problem is that it uses some global variables, specially
$addedHead, that is adjusted to 1 and then the method
_addHeader simply returns. The fix is pretty easy: initialize
$addedHead in
initPlugin, that is called for each request.
--
GilmarSantosJr - 31 Mar 2009