Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
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)