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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.