• Resolved TeroSalminen

    (@terosalminen)


    Getting PHP-errors:
    PHP message: PHP Warning: Illegal string offset 'feed' in /var/www/blog/wp-content/plugins/top-10/includes/counter.php on line 61

    Wp is running on Nginx 1.13.6 + PHP 7.1.11 on Debian Stretch 9.2

    Started on first update today, still exist in fix-version.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ajay

    (@ajay)

    Are you in a position to edit this line?

    From:

    if ( $add_to['feed'] ) {
    

    to

    if ( ! empty( $add_to['feed'] ) ) {
    
    Thread Starter TeroSalminen

    (@terosalminen)

    Edited, will wait a while and see if errors are gone.

    Plugin Author Ajay

    (@ajay)

    Thanks. Quick way to check is to visit /feed/ on your site to see if this comes back.

    Thread Starter TeroSalminen

    (@terosalminen)

    No more errors, excellent work, thank you! ??

    Plugin Author Ajay

    (@ajay)

    Thanks. I’ll make the edit as well. I am waiting to see if there are any more bugs being reported and will put them into a new version.

    ElectricEye

    (@electriceye)

    That fixed worked for me as well to fix the error occurring when Dlvr.it sent a new post link to Facebook. Thank you for the quick solution. Great Plug in as well.

    Plugin Author Ajay

    (@ajay)

    Thanks for confirming. I’ve got to work through few minor changes and then I’ll push through a release next weekend.

    Grzegorz.Janoszka

    (@grzegorzjanoszka)

    I had the same issue and the edit seems to help ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PHP Illegal string offset’ is closed to new replies.