Error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kpraman
Forum Contributor
Posts: 172
Joined: Fri Oct 13, 2006 10:54 am

Error

Post by kpraman »

How to solve this,

Warning: require_once(PEAR/Config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\lib\PHPUnit2\Runner\StandardTestSuiteLoader.php on line 52
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

The answer is in the error:
failed to open stream: No such file or directory

Here is a hint: The requested file does not exist ;)

Edit: Post moved to PHP-Code
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Post Reply