Fieldtype

Archived
Forum
(read-only)

S3 Directory

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Derek Hogue

     

Errors in developer log

Bug (Resolved)

Frank Harrison
Frank Harrison

Hi

This fieldtype seems to be working great for me, but it is adding the following error to the Developer Log:

Deprecated function EE_Fieldtype() called in system/expressionengine/third_party/s3_directory/ft.s3_directory.php on line 32.
From template tag exp:channel:entries in home/index.
Deprecated since 2.6. Use EE_Fieldtype::__construct() instead.

Is this anything to be concerned about? I’m on EE 2.6.1, S3 Directory 1.0.1.

Also, I don’t suppose there’s a way to use this with non-US Amazon S3 buckets?

Thanks!

Derek Hogue
# 1
Developer
Derek Hogue

Nothing to be concerned about - just EL deprecating methods to irritate developers! It will not affect how the fieldtype functions.

No support for other regions yet. I should add that though. You could hack that in if yo will be using exclusively with a specific bucket region though (have a look around line 157).

Frank Harrison
# 2
Frank Harrison

Thanks Derek - I’ll ignore them then! Will take a look at hacking for an EU bucket.

Thanks again for such a handy (and free) plugin!