index_only_extensions.html does not work

I installed FOP2 today, everything is working just fine with index.html original.

I tried to use index_only_extensions.html, and it keeps showing Flash Player Required!. I tried to diff between index.html and index_only_extensions.html on their headers section, same problem.

Any ideas?!

Thanks in advance.

Comments

  • Hi Alex,

    Copy the whole header from the index.html file up to the <body> part and replace it on index_only_extensions.html, that will fix your issue. Or you can just look at the differences in the body section between both versions, they are not that hard to spot, so you can create your own layout (fop2 uses the grid960 css system).

    Best regards,
  • Hi there.

    I did that, but nothing has changed.

    Thanks
  • Please upload your modified file here, and I will provide you with a fix and point at the problem so we can all learn
  • I have a large number of extensions and to display them all without scrolling, I tried this file too. I copied the header as suggested and it worked for IE. But using Chrome, all I get is "One moment please" with the spinning graphic. But using the original index.html, it works in both IE 8 and Chrome 19.
  • opent chrome javascript console and look for the error there, I think there is a bad named div (custom_toolbar) or similar, that has a typo. It is easy to fix, but I do not remember the name, it will popup in the javascript console. Just fix that name in the index.html file and it should work.
Sign In or Register to comment.