• Resolved jezbeard

    (@jezbeard)


    I’m getting a long list of PHP errors from embedded Twitter shortcodes that end up crashing my site (the twitter feeds work on the page). I’ve done hours of trouble shooting including disabling all plugins and changing themes etc. and occur every time a page is called. The errors are below along with system info. Hope you can please advise as I really love the product aside from this issue.

    ### Begin System Info ###
    SITE_URL:                 https://celebnewsstream.online
    Feed Them Social Version: 3.0.1
    
    -- WordPress Configuration:
    WordPress Version:        6.0.2
    Multisite:                No
    Permalink Structure:      /%postname%/
    Active Theme:             Twenty Twenty 2.0
    PHP Memory Limit:         256M
    WP_DEBUG:                 Enabled
    
    -- Webserver Configuration:
    PHP Version:              7.4.30
    Web Server Info:          nginx1214
    
    -- PHP Configuration:
    Upload Max Size:          100M
    Post Max Size:            100M
    Upload Max Filesize:      100M
    Time Limit:               300
    Max Input Vars:           1000
    Allow URL File Open:      On (0)
    Display Erros:            N/A
    
    -- PHP Extensions:
    json:                     Your server supports json.
    FSOCKOPEN:                Your server supports fsockopen.
    cURL:                     Your server supports cURL.
    curl_multi:               Your server supports curl_multi_select.
    
    -- FTS Settings->Global Options: 
    Cache time: 1 Day (Default)
    
    -- Active Plugins: 
    Feed Them Social - for Twitter feed, Youtube, and more: 3.0.1
    
    -- Custom Token or Keys added to Options Pages
    -- You must have a custom token to use the feeds
    
    Facebook App Token:         No
    Twitter Consumer Key:       No
    Twitter Secret:             No
    Twitter Token:              Yes
    Twitter Token Secret:       Yes
    Instagram Basic Token:      No
    Instagram Business Token:   No
    YouTube: 		    No
    
    -- FaceBook & Twitter Date Format and Timezone
    
    Date Format: one-day-ago
    Timezone: No
    
    -- Hide Facebook Images in Posts:
    
    Hide: No
    
    -- Hide Facebook Error Handler:
    
    Hide: No
    
    -- Fix Twitter Time:
    
    Fix: No
    
    -- Disable Magnific CSS:
    
    Fix: No
    
    -- Fix Internal Server Error:
    
    Fix: No
    ### End System Info ###
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Undefined property: stdClass::$quoted_status_permalink in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 427
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Trying to get property 'expanded' of non-object in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 427
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Undefined property: stdClass::$quoted_status in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 428
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Trying to get property 'user' of non-object in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 428
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Trying to get property 'name' of non-object in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 428
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Undefined property: stdClass::$quoted_status in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 429
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Trying to get property 'user' of non-object in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 429
    [18-Sep-2022 06:04:05 UTC] PHP Notice:  Trying to get property 'screen_name' of non-object in /var/www/htdocs/wp-content/plugins/feed-them-social/feeds/twitter/class-fts-twitter-feed.php on line 429

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

Viewing 1 replies (of 1 total)
  • Plugin Support slickchris

    (@slickchris)

    Hi @jezbeard,

    Thank you for alerting us to this. Our developers are looking into it.

    A quick fix to suppress php warnings is to turn off wp_debug mode. That should only be set to true if you are developing the website. Make false to fix.

    Best Regards,
    The SlickRemix Team

Viewing 1 replies (of 1 total)
  • The topic ‘Twitter feed undefined property errors’ is closed to new replies.