Edit report at https://pear.php.net/bugs/bug.php?id=20442&edit=1
ID: 20442
Updated by: [email protected]
Reported By: joel dot [email protected]
Summary: Fatal Error: Cannot find XML definition file when
Status: Open
Type: Bug
Package: PHP_UML
Operating System: Windows 8.1
Package Version: 1.6.1
PHP Version: 5.5.11
Roadmap Versions:
New Comment:
PHP_UML delegates its CLI management to another PEAR package:
Console_CommandLine
From your error message, it seems that a class of this package can't
find a file. Maybe your current install of Console_CommandLine is
corrupted.
Which version of Console_CommandLine is currently installed in your
repo?
You may try to uninstall completely PHP_UML as well as
Console_CommandLine, and then reinstall PHP_UML : PEAR should then
automatically reinstall Console_CommandLine at the same time.
Previous Comments:
------------------------------------------------------------------------
[2014-11-20 06:53:32] joelaldor
Description:
------------
I get this error mesasge when I try to enter parsing commands to convert
PHP to XMI:
Fatal error: XML definition file
"C:\xampp\php\pear\Console\CommandLine\..\..\da
ta\xmlschema.rng" does not exists or is not readable in
C:\xampp\php\pear\Consol
e\CommandLine.php on line 843
------------------------------------------------------------------------