Osclass Support Forums

Osclass plugin support => Forums Osclass Plugin => Topic started by: Vlad7 on April 18, 2022, 06:37:04 PM

Title: I get errors
Post by: Vlad7 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
Title: Re: I get errors
Post by: MB Themes 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.