PHP Error in WordPress Theme

Replcace this

function start_el(&$output, $item, $depth, $args) { ....

with this

function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { ....

I hope this will work.