Hello, getting this message Fatal error: cannot access empty property and then path to the UserTable.php and line 290, attached screenshot and copy/pasted code from UserTable.php, below
288 public function bindThisUserFromDbArray( $arr, $oid = null ) {
289 foreach ( $arr as $kk => $v ) {
290 $this->$kk = $v;
291 }
I'm getting it after trying to update profile from the front end, there are image, video, audio, file and website fields which i leave empty before updating, and the same was when i was trying to remove value (image, file). i deleted and recreated new fields, as the previous fields came from older CB, but the issue remained. How to solve it? what's wrong?
thank you
Nino