1st error is
Strict Standards: Only variables should be passed by reference in /home/.sites/143/site2/dispatch.php on line 196
dispatch.php 's line 196 looks like so
$table_name = array_pop(split('/',$controller));
2nd error is
Strict Standards: Only variables should be passed by reference in /home/.sites/143/site2/lib/referer.php on line 18
referer.php 's line 18 looks like so
$agentInfo = array_pop($db->get('agencies','company_name,enabled',"id='$agent_id'"));
3rd error is
Strict Standards: Only variables should be passed by reference in /home/.sites/143/site2/controllers/step4.php on line 978
step4.php 's line 978 looks like so
$info = array_pop($this->db->get_records_by_sql($sql));