[Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in D:\developement\myXML\Error.php on line 29]
Please guide me to solve this error.
Thank you very much
Simba
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have downloaded myXML and unzip in my computer. When I run http://localhost/myXML/sample.php than it show the error message as
[Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in D:\developement\myXML\Error.php on line 29]
Please guide me to solve this error.
Thank you very much
Simba
In file README you can read, that the library myXML uses class PEAR which you can receive on http://pear.php.net.
Turn, also, attention that in PHP 5 there is built in support XML, therefore the project myXML is not supported any more.