Forums

[Plugin: Amazon S3 for WordPress] any updates? (5 posts)

  1. MegaToon TV
    Member
    Posted 2 years ago #

    I think this plugin does not work on the latest version of wordpress. Can anyone suggest other plugin similar to this one? thank you

    http://wordpress.org/extend/plugins/tantan-s3/

  2. alexanderrea
    Member
    Posted 2 years ago #

    I'm trying this now. All I need is to replace the uploads folder with s3. I'm using TDO Mini Forms for uploads.

  3. Lamont Granquist
    Member
    Posted 2 years ago #

    you need the php5-curl and php5-simplexml php extensions loaded.

  4. alexanderrea
    Member
    Posted 2 years ago #

    I appreciate the feedback. I do have them loaded. I'm running 2.9.1

    PHP Version 5.2.4
    Curl: libcurl/7.16.4 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.8
    SimpleXML: $Revision: 1.151.2.22.2.35 $

    Any suggestions?

  5. prsjohnny
    Member
    Posted 2 years ago #

    I got mine to work on 2.9.2!

    You have to change some code though...

    Open admin-tab-head.html and on line 2 change

    $dir = dirname(__FILE__);

    to

    $dir = implode('/', explode('\\', dirname(__FILE__)));

    This will let the plugin load the css and js files when your running it on your local host.

    Hope this helps!

Topic Closed

This topic has been closed to new replies.

About this Topic