Pear Crypt/HMAC.php failed to open stream
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-03-07T01:14:18Z
Indexed on
2010/03/08
13:21 UTC
Read the original article
Hit count: 536
Hello,
I am on a MediaTemple Dedicated Virtual server and have enabled Pear using the instructions found at: http://kb.mediatemple.net/questions/514/Enabling+PEAR+by+setting+your+open_basedir+and+include_path
Here's the problem...
In my PHP script, I have this:
require_once 'Crypt/HMAC.php';
When I execute the script, I get this message:
S3::require_once(Crypt/HMAC.php) [s3.require-once]: failed to open stream: No such file or directory
It's a script for integrating with Amazon S3. When we were on the Grid service it worked fine. I've only had problems since moving to a DV server.
I installed the HMAC pear module using this command:
pear install Crypt_HMAC
Then re-started the server. Still no luck.
Any ideas? Thanks a bunch if you can help :)
© Stack Overflow or respective owner