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

Support archive

V2 error loading field type

leeaston 1 May 2012 11:23 question, complete

Hi Low,

upgraded and changed tags as per docs and get this on the front end when loading a page that uses the add-on:

Unable to load requested field type file: ft.low_reorder.php.
Confirm the fieldtype file is located in the expressionengine/third_party/ directory

Replies

  1. Low 1 May 2012 11:45

    Can you give me superadmin access to your install? I think I might need to do some custom queries as a result of the first error you encountered.

    You can send the info to hi at gotolow dot com.

  2. leeaston 1 May 2012 12:37

    Is there another way round it?

  3. Low 1 May 2012 12:43

    Well, you could execute these queries yourself:

    UPDATE exp_channel_fields SET field_type = 'text', field_settings = 'YToxOntzOjE4OiJmaWVsZF9jb250ZW50X3R5cGUiO3M6NDoidGV4dCI7fQ==' WHERE field_type = 'low_reorder'; 
    DELETE FROM exp_fieldtypes WHERE name = 'low_reorder';
    DROP TABLE IF EXISTS exp_low_reorder_settings;

  4. leeaston 1 May 2012 13:17

    Ran that in CP SQL Manager and got : The query you submitted did not produce any results. I'm still getting the same error on the front end.

  5. Low 1 May 2012 13:19

    Then I do need access so I can investigate myself. Or are you on a local installation? In that case, could you send me a DB dump?

  6. leeaston 1 May 2012 13:45

    Ran it in phpmyadmin and it worked! The CP SQL Manager dosen't allow delete drop etc.

    Thanks for all the help.

  7. Low 1 May 2012 13:47

    Ah, great!

    If you run into any more trouble, just let me know!