Hello,

Recently I upgraded php from version 5.1.6 to version 5.2.12. I am having this error message in php error log.

PHP Warning: require_once(Crypt/Blowfish.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /<path to php file> on line 13[25-Dec-2009 19:25:53] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'Crypt/Blowfish.php' (include_path='.:/usr/share/go_pear/PEAR:..:../..') in /<path to php file> on line 13

I installed Crypt Blowfish using go-pear.php file downloaded from pear.php.net.
Then I installed Crypt Blowfish using the command: /usr/share/go_pear/bin/pear install Crypt_Blowfish-1.1.0RC2

Crypt Blowfish is not working.

How do I tackle this problem?

    When I installed Crypt Blowfish, the downloading and installation was correct.
    The path to Crypt Blowfish is correct. I even added the following value: open_basedir="/" in php.ini

      Write a Reply...