*

Vlad7

  • ****
  • 244 posts
I get errors
« on: April 18, 2022, 06:37:04 PM »
Every day I get errors

[15-Apr-2022 21:42:04 Europe/Kiev] PHP Warning:  Undefined array key "i_num_posts" in /home//public_html/oc-content/plugins/forums/form/user.php on line 32
[15-Apr-2022 21:42:04 Europe/Kiev] PHP Warning:  Undefined array key "i_num_posts" in /home//public_html/oc-content/plugins/forums/form/user.php on line 48

*

MB Themes

Re: I get errors
« Reply #1 on: April 19, 2022, 04:47:04 PM »
@Vlad7
in that file find:
Code: [Select]
$user['i_num_posts']
update to:
Code: [Select]
@$user['i_num_posts']
I suppose this message should be shown in case user is removed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots