lpaulsen93 / dokuwiki-plugin-odt

Exports a page to the Open Document format used by OpenOffice.org and other word processors
http://www.dokuwiki.org/plugin:odt
13 stars 26 forks source link

Bookcreator export not working #84

Closed lpaulsen93 closed 9 years ago

lpaulsen93 commented 9 years ago

When trying to export a book to ODT the following error message appears:

Fatal error: Call to a member function getExportedPages() on null in /example-path/dokuwiki/lib/plugins/odt/renderer/book.php on line 137
lpaulsen93 commented 9 years ago

The problem occurs since the file action.php has been removed because the action components had been put in /action/cache.php and /action/export.php. The action component export.php could not be loaded.

Now it's working again. The call to load export.php had to be changed to: $this->actioninstance = plugin_load('action', 'odt_export');