atvdev
Forum Replies Created
-
You are probably using PHP version older than 5.3
Please upgrade PHP to version 5.3.3 or newer. Ask your server admins they will help you out.
If you want, you can manually downgrade the plugin to 1.09 by downloading it from http://cloud.depositado.com/0n2W2o061Z39 (beware that 1.09 is very unstable and is not recommended)
Forum: Plugins
In reply to: [Amazon S3 Uploads] WARNING – Do not use this plugin!Hello,
yes I have seen your emails and I have decided to leave the files with “+” in name as is, on the local server.So there is no more special_rewrite. Generally, in the last update I tried to remove any interference with the wordpress basic db.
I apologize for your data loss…
Forum: Plugins
In reply to: [Amazon S3 Uploads] BuddyPress Avatar and Group thumbnailsWhat plugin do you use for avatars? Is it only the avatars that does not show up, or all the images?
Forum: Plugins
In reply to: [Amazon S3 Uploads] Fatal Error in version 1.9.1You must update your php version to 5.3.3 and above. The Amazon SDK for PHP 2 that is used to connect to S3 requires it. You should ask your server admin they will probably have a solution.
Forum: Plugins
In reply to: [Amazon S3 Uploads] WARNING – Do not use this plugin!I’m sorry for the inconvenience. If you have versioning enabled you can retrieve your files as it says here
http://blog.cloudberrylab.com/2010/01/how-to-manage-amazon-s3-versioning-with.htmlForum: Plugins
In reply to: [Amazon S3 Uploads] Fatal Error in version 1.9.1What version php do you use?
ok I will do some upgrade to intevals in this week.
About the other quest, if your cron takes more time than the interval, the cron will wait until its finished and put the next schedule with the interval from the finish time. But I have checked this only practically by putting small interval time, but I will also look inside wp how cron works and inform you
Hello,
about the file extensions, in the config you must write “.jpg, .png, .php” (without the quotes), and when running the script I convert the extensions to array with values /(.*).jpg$/ /(.*).png$/ /(.*).php$/ and after I do preg_match with those value to the filenames found.Actually I don’t know, what would be more user friendly and will have wider area of application. What would you suggest?
Maybe I should put an asterisk for wildcard? eg *.jpg, *.png, *.php* (so it would catch .php5 and .php)
In the 1.09 options page, I made a field for putting filetypes for exclusion.
But, for additional locations is a bit difficult I think. Actually not difficult, but if implemented – it should have been implemented from the begging… Because if I make it now, the files from uploads directory and other specified directories will be put in the same Amazon folder, all messed up.
For this to work, for every specified directory (and the default uploads dir), the plugin should have created a different folder on Amazon S3. And I think now it is a bit late, as all files are already uploaded to root dir…
Also, I don’t think this will help you with the media used in your theme, as they will me max 3mb, and if that theme later will be needing an upgrade or code changes, it will be difficult to locate the media used in that theme.
But, there is another possibility, when another plugin uploads some content (like audio) to directory different from wp-content/uploads/. In that case, I think it would be better to setup that plugin to upload to a folder like wp-content/uploads/audio/ and Amazon S3 Uploads plugin will work there.
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Transfer does not happenAlso, deleting the files from media library, now also removes that files from Amazon
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Transfer does not happenYour work on debugging and ideas for the plugin is already a huge help for me! So I really thank you guys.
As, for the donation, I have updated that section in the plugin’s options page 🙂
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Manual transferHello whitcombej!
Please specify your problem on this forum, as someone else besides me, might be able to help you, or someone else might have the same problem as you…You mean it does not delete images from Amazon server or from the server where your blog is hosted?
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Specified key doesn't work…Plugin updated!
That was tough one. WP uploads your file leaving + as is. But for a request + in url is translated to ‘space’, so I think WP should by default replace + to – in filenames.
Anyway, in 1.09 I change + to – before the upload to S3. Also if a file with + is requested, the plugin fixes it to – in the Amazon and in wp db.
Any solution with %2B didn’t work as htaccess dont uderstand the difference between %2B and +
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Manual transferxa Spasibo
Actually, I don’t think this function is needed in a simple blog. But if you blog’s web functions are wider than just providing text to readers (travel blogs that sell tickets, books or any kind of web selling), then it might be useful to you.
To tell you the truth I don’t like SSL certificates 🙂 but would be glad to investigate this topic if this function is needed to some.