Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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)