Limited Support
Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
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)