• Resolved lorenz90

    (@lorenz90)


    Hi,

    I tested migrating my site to PHP8.

    Unfortunately, FTS gave me an error:

    Parse error: syntax error, unexpected token “\” in /################/wp-content/plugins/feed-them-social/feeds/facebook/class-fts-facebook-feed.php on line 953

    Please provide a fix so that I can migrate to PHP 8 🙂

    Best,
    Lorenz

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support slickchris

    (@slickchris)

    Hi @lorenz90,

    Thank you for alerting us to this. Our developers will look into it this week.

    Best regards

    It is a syntax error. Just remove “\” in this line.

    You want to have money for selling this plugin and can’t fix this simple error?
    3 weeks? Are you serious?

    Plugin Author slickremix

    (@slickremix)

    We’re just getting through a major update on another plugin and will address this problem in the coming week. This has not been looked into sooner because we have to make this backwards compatible for users that are running 7.4 and below. Thanks for your patience.

    Another month has passed, no update.

    Plugin Author slickremix

    (@slickremix)

    The fix is not to remove the \ but to remove the whitespace after the \ then the function will work proper. I am prepping to push an update to fix this today. Thanks again for everyones patience here 🙂

    Spencer

    Plugin Author slickremix

    (@slickremix)

    This has been fixed in version 2.9.5. Apparently PHP 8 does not like whitespace after the back slash…. new \ classname, it needs to be like new \classname. Thanks for everyones input and patience 🙂

    Spencer

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘PHP 8 compatibility’ is closed to new replies.