Issue Details (XML | Word | Printable)

Key: SCAFF-178
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: David Peterson
Reporter: Tiffany Bartlett
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Scaffolding Plugin

export to PDF fails

Created: 16/Nov/07 02:33 PM   Updated: 29/Apr/08 04:03 PM
Component/s: None
Affects Version/s: 2.6-dr8
Fix Version/s: 2.7-dr9

Time Tracking:
Not Specified

Environment: Linux, Confluence 2.6.0
Issue Links:
Depends
 


 Description  « Hide
I made a template using scaffolding, and when I export to PDF it fails (it looks perfect in Word, though).

Here are a few of the error messages:

com.atlassian.confluence.importexport.ImporExportException ..... invocation of method 'exportWikiToXslFo' in class

com.atlassian.confluence.importexport.impl.WikiExporter threw exception ..... error while genterating XSL-FO for (page title)

Thanks!
Tiffany



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Tiffany Bartlett added a comment - 16/Nov/07 04:00 PM
I think I figured out what's making it fail.

I created another template using scaffolding and took out all the {center} macros I used (part of the content formatting macro).

Is there any other way to center text-data?

Thanks,
Tiffany


Jeff Minks added a comment - 18/Jan/08 08:14 PM
We are having the same issue as Tiffany above, but unfortunately, we are not using the {center} macros. In fact we don't have the content formatting macro.

Any suggestions? BTW we are on Confluence 2.7 and are using the same plugin as stated above?

Thanks,
Jeff


David Peterson added a comment - 01/Mar/08 12:33 PM
I am unable to replicate this problem with fairly complex scaffolds in Confluence 2.7.1 + Scaffolding 2.7-dr9 (soon to be released). I suspect it was related to another bug I fixed earlier, but can't confirm it presently. I'm marking it as 'resolved' in this version, but if people could please check that your specific pages are working correctly and if not, report here and I'll reopen the issue for the next version. Also, if you could provide specific macro examples which cause the error that would be great.

Ximon Eighteen added a comment - 29/Apr/08 04:01 PM - edited
We've seen a similar problem when h1. preceeds a {panel}, e.g.
h1. {panel:title=Some Title}

Crashes, but this doesn't:

{panel:title=Some Title}

Tested with Confluence 2.7.3 and Scaffold 2.7-dr9.


Ximon Eighteen added a comment - 29/Apr/08 04:03 PM
I've also seen empty table rows, e.g. {text-data} cause an NPE when exporting to PDF. Same versions are reported above.