• Resolved tdclarke

    (@tdclarke)


    Two warnings in Twitter feed, posted below, occur in every quote tweet in feed:

    Warning: Undefined property: stdClass::$quoted_status_permalink in /home/[mydirectory]/[my.site.url]/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 381

    Warning: Attempt to read property “expanded” on null in /home/[mydirectory]/[my.site.url]/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 381

    The page I need help with: [log in to see the link]

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

    (@slickchris)

    Hi @tdclarke,

    Our developers will look into these warning errors.

    In the meantime, we may be able to help you sort this. Could you please send the following info to support@ slickremix.com (please close the gap in the email address before sending).

    1. The shortcode you are trying to use.
    2. An example link (or screenshot) to the problem in question.
    3. Even better, a screenvideo of your process.
    4. The report from the System Info page of our plugin. Click here if you are unsure how to do this.

    Thanks,
    The SlickRemix Team

    Plugin Author slickremix

    (@slickremix)

    Thanks again for reporting those warnings.

    Without seeing the system report I’m guessing you have error reporting turned on at the moment too. In the root of your WordPress install open the wp-config.php file and set false for this option instead of true.

    define('WP_DEBUG', false);

    That should suppress those warning from appearing. I tested your feed out here and it looks great with no warnings reporting. https://feedthemsocial.com/twitter-feed-demo/?feedID=tinebeest

    Spencer

    • This reply was modified 3 years, 7 months ago by slickremix.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Warning: Undefined property: stdClass::$quoted_status_permalink’ is closed to new replies.