Page MenuHomePhabricator

Error on PHPExcel
Closed, ResolvedPublic

Description

Hi guys I load the PHPExcel plugins and Phabricator is able to see the difference (after specified include_path of PHPExcel/Classes) but I got this error: Unhandled Exception ("PhutilMissingSymbolException")

Failed to load class or interface 'PHPExcel_Shared_XMLWriter': the class or interface 'PHPExcel_Shared_XMLWriter' is not defined in the library map for any loaded phutil library. If this symbol was recently added or moved, your library map may be out of date. You can rebuild the map by running 'arc liberate'. For more information, see: http://www.phabricator.com/docs/phabricator/article/libphutil_Libraries_User_Guide.html

The specified class is in a subfolder of classes folder... Any idea?

Event Timeline

leonardo.furio raised the priority of this task from to Low.
leonardo.furio updated the task description. (Show Details)
leonardo.furio added a project: Maniphest.
leonardo.furio raised the priority of this task from Low to Normal.Feb 24 2015, 9:28 AM
leonardo.furio rescinded a token.

Any idea?

The log

[25-Feb-2015 16:17:00 UTC] [2015-02-25 16:17:00] EXCEPTION: (PhutilMissingSymbolException) Failed to load class or interface 'PHPExcel_Shared_XMLWriter': the class or interface 'PHPExcel_Shared_XMLWriter' $
[25-Feb-2015 16:17:00 UTC] #0 __phutil_autoload(string)
[25-Feb-2015 16:17:00 UTC] #1 spl_autoload_call(string) called at [/srv/phabricator/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php:44]
[25-Feb-2015 16:17:00 UTC] #2 require(string) called at [/srv/phabricator/PHPExcel/Classes/PHPExcel/Autoloader.php:86]
[25-Feb-2015 16:17:00 UTC] #3 PHPExcel_Autoloader::Load(string)
[25-Feb-2015 16:17:00 UTC] #4 spl_autoload_call(string) called at [/srv/phabricator/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php:53]
[25-Feb-2015 16:17:00 UTC] #5 PHPExcel_Writer_Excel2007_ContentTypes::writeContentTypes(PHPExcel, boolean) called at [/srv/phabricator/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php:246]
[25-Feb-2015 16:17:00 UTC] #6 PHPExcel_Writer_Excel2007::save(string) called at [<phabricator>/src/applications/maniphest/controller/ManiphestExportController.php:126]
[25-Feb-2015 16:17:00 UTC] #7 ManiphestExportController::processRequest() called at [<phabricator>/webroot/index.php:101]

leonardo.furio claimed this task.

Just restart the web server...