- πΊπΈUnited States nsciacca
This didn't work for me, the tokens can't be enclosed in quotes.. not sure if it's a newer database incompatibility. Anyhow, this is a super old issue but in case anyone else runs across it, here's an updated patch
I get the following error message:
PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens: SELECT mlid FROM {menu_links} WHERE link_path LIKE 'node/:nid/mid/%' AND module = :module ; Array ( [:module] => nodesymlinks [:nid] => 75 ) in _nodesymlinks_nodeapi_delete() (Zeile 137 von /PATH/sites/all/modules/nodesymlinks/nodesymlinks.inc).
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This didn't work for me, the tokens can't be enclosed in quotes.. not sure if it's a newer database incompatibility. Anyhow, this is a super old issue but in case anyone else runs across it, here's an updated patch