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).

Comments

dustin.schultz’s picture

Need 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);

dustin.schultz’s picture

StatusFileSize
new1.03 KB
cfuller12’s picture

Status: Active » Needs review

This is fixed in the latest commit - thanks!

pasqualle’s picture

Status: Needs review » Closed (fixed)