Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: EE2.6 Dev log warnings after upgrade to W1.5.9

Status Resolved
Add-on / Version
Severity Trivial
EE Version 24

Toby Callinan

May 09, 2013

Hi ya,

I am trying to track down an issue with another module after upgrading to EE 2.6.1. I’m going through the logs and have the following:

Deprecated function EE_Fieldtype() called in system/expressionengine/third_party/wyvern/ft.wyvern.php on line 60.
From template tag exp:playa:children in /.
Deprecated since 2.6. Use EE_Fieldtype::__construct() instead.


Deprecated function EE_Fieldtype() called in system/expressionengine/third_party/wyvern/ft.wyvern.php on line 60.
From template tag exp:shortlist:view in wrappers/_main.
Deprecated since 2.6. Use EE_Fieldtype::__construct() instead.

Not sure if these are causing me issue, but I am just trying to track it down.

Cheers

#1

BoldMinded (Brian)

Deprecation notices don’t change functionality. Its just letting us know that method names have changed, but old ones still work for now. I wouldn’t worry about those.

#2

BoldMinded (Brian)

If you want that message to go away change line 60 to this:

parent::__construct();

This will be fixed for the next release, thanks for calling it out.

Login to reply