Jump to content

getting error on email history


netforce

Recommended Posts

hi guys

 

when a user clicks on the email history link I get this error:

 

TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/notcool/public_html/clientarea.php:0
Stack trace:
#0 {main}

How do I fix this? Using v 8.6.1

 

Thank you

Link to comment
Share on other sites

this error message is indicating  that the 'count ()' function is being passed a null value instead of a countable value or array in  the "clientarea.php " file where the count function is being called with a "null value " and modify it to ensure that a countable value or array is being  passed, it is possible that this error can be caused due to a bug or a missing value in the code. 

Link to comment
Share on other sites

12 hours ago, WHMCS Stephen said:

Hello @netforce

Given your description and the detailed error information this looks to be a known issue.

For your reference

Once you have that Hotfix in place I suspect that this will resolve this error moving forward.

I hope this information helps.

Already applied this hotfix and still get this error with one specific user. 

Link to comment
Share on other sites

  • 1 month later...
  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated