Same error in link-template.php, but on line 2128 I’m fixed by changing sharepress-lite.php on line 628:
From wp_enqueue_script(‘fancybox’, plugins_url(‘sharepress/fancybox/jquery.fancybox-1.3.4.pack.js’, array(‘jquery’)));
To wp_enqueue_script(‘fancybox’, plugins_url(‘sharepress/fancybox/jquery.fancybox-1.3.4.pack.js’, ‘jquery’));