Recieving the following error upon clicking on Manage forms tab on the content type page.

Error: http://prntscr.com/nqdb6

PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens: SELECT COUNT(module) FROM {captcha_points} WHERE form_id = :form_id_:form_id; Array ( [:form_id_:form_id] => inventory_entry_node_form ) in nodeformcols_nodeformcols_base_form_alter() (line 20 of /home/xxxx/public_html/sites/all/modules/nodeformcols/nfccaptcha.module)

Comments

scott859’s picture

I too am getting the same PDOException error message.

girishmuraly’s picture

I am also getting this. Disabling the 'CAPTCHA compatability' module fixed it.

There is very poor documentation on what this submodule does btw. I guess it was to add captch to the nodeform.

ptrl’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

This is a dublicate of #1393090: Node form columns captcha module is broken. I have posted a patch that should solve this problem.