happycog / VMG-Chosen-Member

VMG Chosen Member - Fieldtype for Expression Engine 2 and 3
http://vectormediagroup.com
23 stars 11 forks source link

wont install on ee v2.8.1 #10

Closed hcanning2014 closed 10 years ago

hcanning2014 commented 10 years ago

wont install on ee v2.8.1

mrw commented 10 years ago

We can investigate this; can you tell me what error you're getitng, if any?

rickprince commented 10 years ago

I'm getting

Fatal error: Call to undefined method EE_Fieldtype::EE_Fieldtype() in /mypath/system/expressionengine/third_party/vmg_chosen_member/ft.vmg_chosen_member.php on line 36
mrw commented 10 years ago

Can you try commenting out parent::EE_Fieldtype();in the file ft.vmg_chosen_member.php? Just add "#" to the front of that line (36).

rickprince commented 10 years ago

Yep... that allowed me to install it. Thank you :)

rickprince commented 10 years ago

But I get this error trying to use it:

A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: vmg_chosen_member/ft.vmg_chosen_member.php
Line Number: 283

Fatal error: Call to a member function select() on a non-object in /system/expressionengine/third_party/vmg_chosen_member/ft.vmg_chosen_member.php on line 286
mrw commented 10 years ago

Looks like we need to do a bunch more testing and a little refactoring to account for changes in 2.8+. We'll get to this as soon as possible but it probably won't be today-- sorry about that!

rickprince commented 10 years ago

All good, thanks for looking into it!

Rick Prince.


|   *P* // (07) 30 404 438   |   *W* // pitchstarter.com.au

On 5 May 2014 23:22, Matt Weinberg notifications@github.com wrote:

Looks like we need to do a bunch more testing and a little refactoring to account for changes in 2.8+. We'll get to this as soon as possible but it probably won't be today-- sorry about that!

— Reply to this email directly or view it on GitHubhttps://github.com/vector/VMG-Chosen-Member/issues/10#issuecomment-42186703 .

glencampbell commented 10 years ago

Any luck on this one. Have same issue. After an EE update, the errors are stopping me accessing loads of areas. As the site now uses this fieldtype, am a bit at a loss. Any ETA on the update?

Thanks! G

mrw commented 10 years ago

We're going to try to fix it this week, and will post back here ASAP with the new version!

glencampbell commented 10 years ago

@mrw Excellent!

mrw commented 10 years ago

Hi @glencampbell @rickprince and @hcanning2014! We've just uploaded VMG Chosen Member version 2.0 to the master branch: https://github.com/vector/VMG-Chosen-Member

This should fix your issues, in addition to adding a number of new features. Please see the upgrade instructions.

Note that this is a beta, so make sure to take a backup of your data before installing and using it. We've tested internally and it works well, including on the newest versions of EE. If you run into any issues, let us know. If we don't get any major reports we'll release it more publicly next week.

By the way, one of my favorite new features is the Associated Entries tag. @lukewilkins did a great job with everything here.