I wanted to use this module with a radix based theme and got this error when trying to change any format value in a content type display page:

Fatal error: Call to undefined function _radix_process_element() in /.../includes/form.inc on line 1870

Error disappears when disabling read more control module.

Is this a radix's problem or a read more control's problem?

Comments

robertgarrigos created an issue. See original summary.

Alan D.’s picture

Project: Read More Control » Radix

Guessing Radix & admin theme?

i.e. it does an element alter that inserts this function.

shadcn’s picture

Assigned: Unassigned » shadcn

I'll take a look. Thanks.

shadcn’s picture

Status: Active » Needs work

@robertgarrigos Can you help me reproduce this bug please? I tried with a teaser display for article. Didn't see the error.

JamesDevware’s picture

JamesDevware’s picture

I was experiencing a similar issue and in my case it appeared to be when radix was used to load a form that was then submitted to the admin theme. I have created a patch there that seems to overcome my issues by using pre render rather than process as this only fires on form load.