I need help on php scripting, the script is the plugin of my CMS, and the developer no longer maintained the script…http://wakka.xiffy.nl/gallery
I see following error on the server log:
[13-Mar-2015 01:41:40 America/New_York] PHP Fatal error: Cannot pass parameter 2 by reference in /home/myweb/public_html/nucleus/plugins/gallery/admin.php on line 22
Following is the Line 22 for the admin.php
$manager->notify(‘NPgAdminTab’, array(‘tabs’ => &$this->tabs ));