adamwiggall / Freeform-Templates-Fieldtype

For selecting Freeform Templates as a Fieldtype in ExpressionEngine
6 stars 1 forks source link

Error after updating Low variables and TAF FF temaplates under EE 2.8.1 #2

Open vladyn opened 10 years ago

vladyn commented 10 years ago

I've upgraded Low Variables and when I try to get to the LV settings from CP - modules - I'm getting this error: Fatal error: Call to undefined method EE_Fieldtype::EE_Fieldtype() in /var//www.domainname.com/public_html/system/expressionengine/third_party/taf_freeform_templates/ft.taf_freeform_templates.php on line 48

I wrote to Low support, but they said that this is obviosly error that comes from FF Templates. Are you familiar with such an error? I'm running updated EE from 2.1.3 to 2.8.1 and update LV version as well as TAF FF Templates

adamwiggall commented 10 years ago

Vladyn,

Are you running the latest version of this repo? It was updated about one month ago.

If not. Pull a new copy and see if that resolves your issue.

Let me know how you get on.

adamwiggall commented 10 years ago

Vladyn,

I have updated the constructor method which is what was causing the issue. Please update your code and you should be in good shape.

vladyn commented 10 years ago

Thank you for your fast response. I have however now different Error - please see the attachments. I've compared it with production version, where I'm running version 1.0 with LowVar's 1.3.5 the error is: Fatal error: Undefined class constant '__construct' in /var/www/xxxxxxxxx/public_html/system/expressionengine/third_party/taf_freeform_templates/ft.taf_freeform_templates.php on line 48

screenshot 2014-05-03 20 06 03 screenshot 2014-05-03 20 06 22 screenshot 2014-05-03 20 06 49 screenshot 2014-05-03 20 07 03 screenshot 2014-05-03 20 08 31

adamwiggall commented 10 years ago

Vladyn,

Sorry, was rushing, pull the repo and try again, I had a typo in there.

vladyn commented 10 years ago

It is working fine now - many Thanks for fixing and your fast response Adam!