I am getting this error on a few different pages, one being when I edit a content type (admin/structure/types/manage/). I get enough of the errors that I need to (unfortunately) disable this module to manage my site. Here is the error message that I get many times over:
Warning: array_walk_recursive(): recursion detected in collapse_text_preprocess_page() (line 613 of /var/www/mysite/sites/all/modules/collapse_text/collapse_text.module).
The site is just a small demo site...please let me know if you need anything to help track this down.
Comments
Comment #1
joel_osc commentedThis seems to have gone away...closing.
Comment #2
liquidcms commentederror appears on admin/config/content/formats/filtered_html
Comment #3
liquidcms commentederror seems to be due to the odd code in the function collapse_text_preprocess_page().
pretty sure none of that is needed so i simply removed it all and left:
and module seems to work fine now.
Comment #4
jvdkolk commentedWe got a different error
(Line 605 being inside collapse_text_preprocess_page).
Applying the change as suggested by #3 seemed to work.
Comment #5
mstrelan commentedSee also #1664952: Current method of including library only when needed is awful.
Comment #6
pukku commentedHi! I'm about to release a new version which will get rid of all the attempting-to-be-smart code, so that should fix this error.