Jump to content

VuFind Problem


kney

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/241193-vufind-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.