If you're getting a blank after filling the key form remember php5-curl is a package needed to run this plugin.
http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/
If you're getting a blank after filling the key form remember php5-curl is a package needed to run this plugin.
http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/
Great point. Hopefully this won't be an issue once I tackle this: https://github.com/bradt/wp-tantan-s3/issues/2
Cool! Thank you! I have just started using the plugin and it works nicely
Still having the blank page issue, pulling from the master repo.
Any fix?
Are you talking about the Github repo or the repo on WordPress.org?
Pulled from the github repo and completely replaced the existing install. Still comes up as the same version number under WP.
Right, so the Github repo is bleeding edge and it is more likely to have bugs. Is the stable version at http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/ giving you problems as well? Do you have the php-curl package installed on your web host as mentioned above?
Yes, I tried the Github version when the stable version was giving me blank page issues. And yes, I have the php5-curl package installed.
Interesting... if you're a developer, maybe you could track down the issue in your environment? I'm not able to reproduce the issue in my environment, so it's very difficult to track it down and fix it.
I'm not, actually. I just run my own VPS.
Is there a way to delete it completely from my server and start over? My WP install is up to date and I've moved over to using this from the original s3 plugin. Are there necessary tables in mysql that need to be removed for a clean uninstall?
I had to manually restart apache after the php5-curl install under ubuntu server 64 bit. Although the post-install printed an [OK] line as if apache was restarted or force-reloaded, the curl issue persisted on my error log. Once I manually restarted apache everything went fine.
HTH
Let me try that and see if it helps. Will report back.
Whatcha know, that fixed it.
FWIW, I didn't have any curl errors in my error.log at all with this issue.
Thanks guys!
Next time you have a similar problem check the value of log_errors in your php.ini!
Glad it's working for you now
You must log in to post.