kney Posted July 6, 2011 Share Posted July 6, 2011 Hi, I need VuFind for easy searching through lots and lots of documents. This is the installation guide I used: http://vufind.org/wiki/installation_windows Now, my problem is that i'm getting a blank screen and the guide's sollution is go into debug and look for errors. It says: Warning: require_once(PEAR.php): failed to open stream: No such file or directory in C:\vufind\web\index.php on line 43 Fatal error: require_once(): Failed opening required 'PEAR.php' (include_path='.;C:\php5\pear') in C:\vufind\web\index.php on line 43 It's seems to go to the path 'C:\php5\pear' but I need it to go to 'C:\Program Files\PHP\PEAR' so I changed line 43 to require_once(C:\program files\php\pear\PEAR.php); and it just sends me to the next error Warning: require_once(Log.php): failed to open stream: No such file or directory in C:\vufind\web\sys\Logger.php on line 28 Fatal error: require_once(): Failed opening required 'Log.php' (include_path='.;C:\php5\pear') in C:\vufind\web\sys\Logger.php on line 28 When i check in Logger.php it requires Log.php but the file isn't anywhere. Maybe I skipped a step somewhere during the installation? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.