Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Success Publish Box Plugin => Topic started by: abuzarkandwal on October 08, 2021, 06:15:47 AM

Title: facing two errors
Post by: abuzarkandwal on October 08, 2021, 06:15:47 AM
Warning: count(): Parameter must be an array or an object that implements Countable in /home/pakhomec/public_html/oc-content/plugins/success/index.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/pakhomec/public_html/oc-includes/osclass/utils.php:2286) in /home/pakhomec/public_html/oc-includes/osclass/utils.php on line 2291








Warning: count(): Parameter must be an array or an object that implements Countable in /home/pakhomec/public_html/oc-content/plugins/success/index.php on line 35
Title: Re: facing two errors
Post by: MB Themes on October 08, 2021, 11:08:51 AM
You should have this on index.php line 35:
Code: [Select]
  if(is_array($messages) && !empty($messages) && count($messages) > 0) {

If no, update.
Title: Re: facing two errors
Post by: abuzarkandwal on October 08, 2021, 11:18:50 AM
mean i have to remove that line and replace with that code
Title: Re: facing two errors
Post by: MB Themes on October 08, 2021, 11:35:09 AM
Well, just update plugin before writing any kind of issue with it.
Title: Re: facing two errors
Post by: abuzarkandwal on October 08, 2021, 11:37:17 AM
its updated version now error not showing
but still success box not showing
Title: Re: facing two errors
Post by: MB Themes on October 08, 2021, 11:40:35 AM
Then it's not configured or you have another issue there.
Create support ticket.