Hello,
i just updated wpforo and now i have an error in this line of code
Â
$fs[$kr][$kc][$field] = $this->get_field($field);
Â
Below is the full code
Â
Â
public function fields_structure_full_array($fields, $need_password = null ){ if(is_string($fields)) $fields = maybe_unserialize($fields); $fs = array(array(array())); if(!is_array($fields)) return $fs; if( is_null($need_password) ){ foreach( $fields as $kr => $row ){ if( is_array($row) ){ foreach( $row as $kc => $cols ){ if( is_array($cols) ){ foreach( $cols as $kf => $field ){ $fs[$kr][$kc][$field] = $this->get_field($field); } } } } }
Â
i have attached images for better understanding
Â
Can any one help please? it's urgent. Thanks
Hi @davemyon,
We just released bug fix 1.7.6 version. Please update, then delete all kind of caches (plugin cache, CDN, optimizer, minifiers)