Fatal error: require_once() [function.require]: Failed opening required 'Net/Socket.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/reptilew/public_html/hdslideshows/sites/all/modules/media_mover/drivers/Storage3/HTTP/Request.php on line 47

running drupal 5.7 put 'drivers' folder in media_mover directory, enabled Media Mover API, then MMcck, then MMnode, then s3MM. Get similar warning on the overview page, and then just whitescreen on settings page with the fatal error.

Something im missing in my php configuration? Running PHP 5.2.5 on bluehost. I decided to try it on my local computer first. didn't get the fatal error but it did whitescreen when i did the s3 test after inputting my info there. so i tried it on my hosted site and this is what happened.

Comments

arthurf’s picture

it maybe that your pear setup isn't working right- try the "bad pear" set of modules at mediamover.24b6.net/drivers

aterchin’s picture

Damn. Yeah, that was it. Ran the test. Success. Thanks. So what's different in the bad pear package?

aterchin’s picture

Status: Active » Closed (fixed)
arthurf’s picture

Status: Closed (fixed) » Active

It just has different paths to pick up the local files, rather than relying on pear in your php install. It seems to work better on red hat and centos machines. On my debian/ubuntu machines, the standard package is fine.