DeuxHuitHuit / entry_relationship_field

A new way to create master-details pattern with Symphony's sections
http://symphonyextensions.com/extensions/entry_relationship_field/
Other
11 stars 12 forks source link

Unknown column 'handle' in 'field list' #71

Closed andrewminton closed 6 years ago

andrewminton commented 6 years ago

Have come across this issue with ERF today. Symphony 2.7.0 and ERF 2.0.1.

SELECT SQL_CACHE handle FROM sym_entries_data_37 WHERE entry_id = 9.

Weirdly there's no handle in that section as it's the ERF field.

Any idea what could be going on here?

andrewminton commented 6 years ago

Updated from Beta5 and experienced this issue. Something to do with Call to undefined method General::strpos()

nitriques commented 6 years ago

Hey @andrewminton long time !

General::strpos() is new 2.7.0 are you sure all the files are up to date ?

andrewminton commented 6 years ago

Long time indeed! reverted for now as it was a pending live site. Will pull all latest to dev branch for project and update.

nitriques commented 6 years ago

Cool. I'll close the issue for now, but feel free to comment or open new ones when you'll upgrade.