All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

EE upgrade to 2.9.2 causing Low Reorder error

Susan Wohlgemuth 4 Jan 2015 20:17 problem, complete

When accessing channel fields, either an existing one or creating a new one, I get the following error:
Fatal error: Call to undefined method EE_Fieldtype::EE_Fieldtype() in /home/path_to_system/expressionengine/third_party/low_reorder/ft.low_reorder.php on line 47

I found this post:
https://getsatisfaction.com/low/topic...

I tried removing the file, but that didn’t fix it.
I also tried uninstalling Low Reorder, but that didn’t fix it either.

What can I try next?

Thank you

Replies

  1. Low 4 Jan 2015 20:26

    Try running this query (backup first):

    UPDATE exp_channel_fields SET field_type = 'text' WHERE field_type = 'low_reorder';

  2. Susan Wohlgemuth 4 Jan 2015 21:06

    Thanks for your quick response.

    Your suggestion didn't work by itself, but I found this post:
    https://getsatisfaction.com/low/topic...

    and removed the fieldtype record from the DB, and everything seems to be fine now.