symphonists / association_field

Association Field for Symphony CMS
http://symphonyextensions.com/extensions/association_field/
Other
8 stars 5 forks source link

Entry creation via a form in 1.0.1 #22

Closed animaux closed 7 years ago

animaux commented 8 years ago

On Symphony 2.6.7 I get an error when trying to create an entry via a frontend form/event. This works fine in 1.0.0beta but after updating to 1.0.1 the following error is thrown after submit:

Fatal error: Call to a member function getContext() on null in /…/symphony/lib/toolkit/class.field.php on line 739

There quite a few changes regarding context in from 1.0.0beta to 1.0.1 in field.association.php. So I guess the problem resides somwhere here.

nilshoerrmann commented 7 years ago

Just experienced this as well: Did you find a fix for this issue, @animaux?

animaux commented 7 years ago

I don’t remember … I would guess I might have gone back to 1.0.0beta for that particular installation.

nilshoerrmann commented 7 years ago

Thanks, Alex.

I think I just found the culprit: the source of the issue is the Tracker extension which calls the function prepareTableValue when it shouldn't.

animaux commented 7 years ago

That sounds familiar too :)

animaux commented 7 years ago

👍 Danke Nils!

nilshoerrmann commented 7 years ago

Keine Ursache!