The following error appears when you add new content.
Deprecated function: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of module_invoke_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in module_load_include() (line 300 of /opt/lampp/htdocs/includes/module.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | call-time-pass-by-ref-dep-1124744.patch | 1.03 KB | dustin.schultz |
Comments
Comment #1
dustin.schultz commentedNeed to remove the pass by reference calls here:
cmis/cmis_sync/cmis_sync.cmis.inc: module_invoke_all('sync_cmis_drupal_prepare', $cmis_object, &$node);
cmis/cmis_sync/cmis_sync.drupal.inc: module_invoke_all('sync_drupal_cmis_prepare', $node, &$cmis_object);
Comment #2
dustin.schultz commentedComment #3
cfuller12 commentedThis is fixed in the latest commit - thanks!
Comment #4
pasqualle