I upgraded an MSM site from 1.7.1 to 2.4 and while I can access the Control Panel for the sites I am unable to load the main site. I get the following error:

Error

Unable to load requested field type file: ft.ftype_id_2.php.

Confirm the fieldtype file is located in the expressionengine/third_party/ directory

I have scoured the Expression Engine site, Googled it and I can't find anything that helps. As a result I am totally stumped and open to good insights.

Thanks.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

FieldFrame is ExpressionEngine 1.x only. ExpressionEngine 2 has a built in fields API which takes its place.

Your best bet at fixing this is going into your field group settings and confirming all previous field types are installed. Have you migrated all your ee1 field types to ee2? You can make sure they are installed in ee2 by going to addons -> fieldtypes.

link|improve this answer
Hi Phil, thanks for the reply. All fieldtypes are installed, but I still get the error. – fmz Jan 30 at 8:43
Hi Phil, I did a search of the database and found one lone and obscure entry that referenced ftype_id_2. I gave it the boot and everything is working fine now. Thanks. – fmz Jan 31 at 1:55
Glad you worked it out - it was probably some remnant from EE1 that didn't get cleaned up durring the upgrade. This sort of thing can drive a person crazy. :) – Philip Zaengle Jan 31 at 14:54
I'll agree to that. Thanks again. – fmz Jan 31 at 21:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.