vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   RSS feed / scheduled task not updating - Date set as last update at 8th Aug (https://vborg.vbsupport.ru/showthread.php?t=286594)

John Diver 08-14-2012 10:50 PM

None are working since I made my first thread, I have tried to add others that I know are working, but they aren't running at all.
Previous feeds that I added are still working right now...I have added around 7 feeds now that aren't updating or even being checked, but they are working fine on a test forum, just not on my live forum...

The last date checked is just showing "-" and they aren't showing any posts at all.

Lynne 08-15-2012 01:23 AM

Are you sure the script isn't timing out? It really sounds like the script isn't getting around to some of the feeds.

John Diver 08-15-2012 08:43 AM

Hey Lynne,

The script is running no problem and also displays the page after running - Showing if any posts have been made or not.

Do you know what order vBulletin runs the feeds? In the order they were created, name or....?

Thanks again Lynne!

Lynne 08-15-2012 04:10 PM

The script that runs when you click to run it manually is different than what runs when it runs via the Scheduled Tasks.

I honestly do not know what order it goes in. This is a query which doesn't have an order:
PHP Code:

$feeds_result $vbulletin->db->query_read("
    SELECT rssfeed.*, rssfeed.options AS rssoptions, user.*, forum.forumid
    FROM " 
TABLE_PREFIX "rssfeed AS rssfeed
    INNER JOIN " 
TABLE_PREFIX "user AS user ON (user.userid = rssfeed.userid)
    INNER JOIN " 
TABLE_PREFIX "forum AS forum ON (forum.forumid = rssfeed.forumid)
    WHERE rssfeed.options & " 
$vbulletin->bf_misc_feedoptions['enabled'] . "
"
); 


John Diver 08-15-2012 04:48 PM

I don't know why the new feeds aren't working...

I added a few general, daily updated feeds just to check it, they aren't being checked / updated at all either, so something is definitely wrong..

The feeds are working in general, but no recently added feeds are working, the older feeds are still working and adding the posts.

kh99 08-15-2012 05:22 PM

The "last checked" doesn't get updated unless it runs successfully and finds at least one item. But that doesn't help a lot, it could fail to connect, fail to get the xml, have an xml error, find no new items, or not find any matching search terms (which shouldn't apply to you since you said you have none). It's difficult to debug it "blind" - when you run it from the admincp some of those errors will print a message, but I'm not sure all of them do.

Hate to ask this, but are you sure you selected "Yes" next to "Feed is Enabled"?

If you wanted to dump you rssfeed db table and attach it to a post, I could see what happens when I try it on my test forum.

John Diver 08-15-2012 05:50 PM

Quote:

Hate to ask this, but are you selected "Yes" next to "Feed is Enabled"?
Haha no problem Kevin, it's always good to ask :) Yes, I have them enabled.

I'm not getting any errors at all when running.

I will get a dump of the table now and attach it :)

Thanks for helping :)

Lynne 08-15-2012 11:45 PM

How about posting the links to some of the feeds that aren't working? Are you sure they actually have recent stuff to post in your forums?


All times are GMT. The time now is 04:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01018 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete