thomas-rcv / admidio-written_communications

This Plugin for Admidio (Management for Members of organizations, clubs and divisions) creates form letters to defined members of an Admidio role or to individual recipients.
2 stars 3 forks source link

Missing XMLWriter #23

Open Rvice opened 2 years ago

Rvice commented 2 years ago

I'm getting a 500 error when trying to use the standard template after install. I can access the menus and select who I want to generate the document for, but on pressing Download Document I get the 500 error.

I checked my webserver logs and I'm seeing the following:

Stack Tracer:
0. /admidio/adm_plugins/written_communications/classes/PHPWord/Writer/Word2007/ContentTypes.php(37): PHPWord_Shared_XMLWriter->__construct(1)

1. /admidio/adm_
20211213T170338: members.southshoreneptunes.org/adm_plugins/written_communications/written_communications_functions.php
PHP Fatal error:  Uncaught Error: Class 'XMLWriter' not found in /admidio/adm_plugins/written_communications/classes/PHPWord/Shared/XMLWriter.php:61

[Update 2022-01-11] Updated to Written Communications 3.4.0 with Admidio 4.1.2 with the same results