when I try to go to content inside a panel I am editing i get Fatal error: Call to undefined function content_types() in /var/www/wikd/sites/all/modules/content_profile/modules/content_profile_tokens.module on line 69. This just started happening out of the blue. I have all modules properly installed and cannot figure out how to resolve this error so I can continue to make panels. I can get to Layout and all the other aspects of a panel but not the content part. Line 69 of that module is $fields = content_types($type_name);
Any help from anyone would be much appreciated so I can finish making my user profiles.

Comments

wickedradio’s picture

ok I figured out the solution to this issue. It has to do with the module contemplate. Content types change to no longer display the manage or display fields tab. Removed contemplate module and the manage/display fields returned and the panel content page loaded perfect. Hopefully this will help someone in the future.

esmerel’s picture

Status: Active » Closed (works as designed)