Page MenuHomePhabricator

PHPExcel requires XMLWriter Extension
Open, WishlistPublic

Assigned To
None
Authored By
hach-que
Jun 8 2015, 11:38 PM
Referenced Files
F489636: pasted_file
Jun 8 2015, 11:38 PM
Tokens
"Pterodactyl" token, awarded by joshuaspence.

Description

pasted_file (681×1 px, 100 KB)

Event Timeline

hach-que assigned this task to epriestley.
hach-que raised the priority of this task from to Needs Triage.
hach-que updated the task description. (Show Details)
hach-que added a project: Maniphest.
hach-que added a subscriber: hach-que.

This is caused by not having the PHP XmlWriter extension installed. On OpenSUSE I had to do:

zypper in php5-xmlwriter

Apparently inheriting from a class that doesn't exist doesn't throw a fatal error, but instead just doesn't define the derived class.

Classic PHP.

ohyou

epriestley renamed this task from PhutilMissingSymbolException when exporting tasks via PHPExcel to PHPExcel requires XMLWriter Extension.Dec 22 2015, 12:13 AM
epriestley removed epriestley as the assignee of this task.
epriestley triaged this task as Wishlist priority.
epriestley moved this task from Backlog to Far Future on the Maniphest board.
epriestley added a subscriber: epriestley.