PHP Notice Error
Posted: Fri Nov 17, 2017 5:55 pm
Script URL: behind firewall
Version of script: 2.7.3
Hosting company: Self
URL of phpinfo.php: behind firewall
URL of session_test.php: behind firewall
What terms did you try when SEARCHING for a solution: php, php error, php7
Write your message below:
I am getting a php notice error: PHP Notice: Only variables should be passed by reference in C:\inetpub\wwwroot\eservicedesk\admin\manage_knowledgebase.php on line 213.
I cannot seem to figure out what is not being passed as a variable. I am using php 7.0.25.
Version of script: 2.7.3
Hosting company: Self
URL of phpinfo.php: behind firewall
URL of session_test.php: behind firewall
What terms did you try when SEARCHING for a solution: php, php error, php7
Write your message below:
I am getting a php notice error: PHP Notice: Only variables should be passed by reference in C:\inetpub\wwwroot\eservicedesk\admin\manage_knowledgebase.php on line 213.
I cannot seem to figure out what is not being passed as a variable. I am using php 7.0.25.
Code: Select all
{
$node[$my] = $node[$up]->addItem(new HTML_TreeNode(array('hesk_selected' => $selected, 'text' => $text, 'text_short' => $text_short, 'menu_icons' => $menu_icons, 'hesk_catid' => $cat['id'], 'hesk_select' => 'option'.$j, 'icon' => $icon, 'expandedIcon' => $expandedIcon, 'expanded' => true)));
}