Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-15-2012, 07:07 PM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish I knew enough about this stuff to understand what you just wrote......

A couple questions:

1. Where would I find my feed id?
2. Can you please go step by step (I mean like baby step by baby step) of what I need to do after clicking on admincp > Maintenance > Execute SQL Query? I see three boxes where I can type stuff. The top box says "Automatic Query". Beneath that it says "Manual Query". The one beneath that says "Results to Show Per Page" and it is default set at 20.

By the way, the RSS feed that is not working for me with pulling the video or images into my posts is: http://feeds.bbci.co.uk/news/world/rss.xml

For example, on this link http://www.bbc.co.uk/news/world-asia-china-19613295# it is only showing this in my forum post:

VIDEO: China holds world goldfish championships

More than 3,000 goldfish have been competing at the first International Goldfish Championships in China's Fujian Province.

More...
Reply With Quote
  #12  
Old 09-17-2012, 04:14 AM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, my RSS feeds don't seem to be updating..... I have to go into admincp RSS Feed Manager and click "Run" for the feeds, but the past couple times I tried it today it goes to one of those "Internet Explorer cannot display the webpage" screens (like that screen within the frame of the admincp, where my internet is working fine, but the message dispalys anyway).

This has happened quite a few times before, but eventually it would work like if I closed out of the screen and then reopened it. However, the last couple times I tried it it simply would not work.

I have the RSS feeds being updated every 30 minutes, so it really should be updating the website with new RSS feeds...........

Do you know why this might be happening?
Reply With Quote
  #13  
Old 09-17-2012, 04:38 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave234 View Post
I wish I knew enough about this stuff to understand what you just wrote......
Well, you might want to consider just creating the feeds through the Manager, unless you have hundreds you want to change. Changing the database directly isn't really a good idea in general. You should be pretty safe only making changes ot the rssfeed table, but it's always a good idea to have a backup of your database.


Quote:
A couple questions:

1. Where would I find my feed id?
It doesn't display directly, but it's part of the url when you edit a feed, so you can see it in the url when you mouse over the Edit link in some browsers, or else you can check the "Frame Info" (in FireFox, for instance). Or you can use a query, like:
Code:
SELECT title, rssfeedid FROM rssfeed

and it will display the titles and feed ids of all your feeds.


Quote:
2. Can you please go step by step (I mean like baby step by baby step) of what I need to do after clicking on admincp > Maintenance > Execute SQL Query?
It's easy, you just enter your query into the "Manual Query" box and hit continue. If you're doing a query that changes the database it will warn you on the next screen and you'll have to hit continue again. That's it.
Reply With Quote
  #14  
Old 09-17-2012, 04:44 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave234 View Post
Also, my RSS feeds don't seem to be updating.....
Is your forum busy? The feeds update throgh the Scheduled Tasks mechanism, and that only runs if your forum has traffic.


Quote:
Do you know why this might be happening?
I don't know. I think that error probably means that the php script is ending in an error, but unfortunately that doesn't narrow it down very much. If you've been changing the feed "template" areas like we were talking about above, maybe there's an error in one of those or something (but that's just a wild guess).
Reply With Quote
  #15  
Old 09-17-2012, 10:38 AM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Well, you might want to consider just creating the feeds through the Manager, unless you have hundreds you want to change. Changing the database directly isn't really a good idea in general. You should be pretty safe only making changes ot the rssfeed table, but it's always a good idea to have a backup of your database.
I think, just to be safe, I will enter the rss feeds one at a time, in my RSS Manager, even though there are literally hundreds. I really don't want to mess with the database.

Quote:
Is your forum busy? The feeds update throgh the Scheduled Tasks mechanism, and that only runs if your forum has traffic.
There is no one on my forum yet -- it's closed at the moment. I'm trying to get it up and running before I open it to the public.

Quote:
I don't know. I think that error probably means that the php script is ending in an error, but unfortunately that doesn't narrow it down very much. If you've been changing the feed "template" areas like we were talking about above, maybe there's an error in one of those or something (but that's just a wild guess).
Maybe it's because I'm doing the rss feeds through yahoo pipes. I think I'm going to just have to enter them into the RSS Manager one by one, even though that is going to be literally hundreds of them. If it's gotta be done that way, it's gotta be done that way.

Would you be able to provide any insight on why the RSS feed that is not working for me with pulling the video or images into my posts?

Using the RSS feed, for example, of: http://feeds.bbci.co.uk/news/world/rss.xml

For example, on this link http://www.bbc.co.uk/news/world-asia-china-19613295# it is only showing this in my forum post:

VIDEO: China holds world goldfish championships

More than 3,000 goldfish have been competing at the first International Goldfish Championships in China's Fujian Province.

More...

--------------- Added [DATE]1347883800[/DATE] at [TIME]1347883800[/TIME] ---------------

I don't know why it's STILL not working. I've unchecked the vast majority of the RSS feeds and then clicked "Run Scheduled Task Now", and it still comes to that "Internet Explorer cannot display the webpage". Why would it be doing this?????

--------------- Added [DATE]1347883848[/DATE] at [TIME]1347883848[/TIME] ---------------

This is happening EVERY time now.

--------------- Added [DATE]1347883994[/DATE] at [TIME]1347883994[/TIME] ---------------

Quote:
I don't know. I think that error probably means that the php script is ending in an error, but unfortunately that doesn't narrow it down very much. If you've been changing the feed "template" areas like we were talking about above, maybe there's an error in one of those or something (but that's just a wild guess).
I definitely haven't been doing that. I thought it might have something to do with yahoo pipes but even after I unchecked the ones with the yahoo pipes rss feeds, it still shows the "Internet Explorer cannot display the webpage" error....................... It used to just do this every once in a while, but now it is literally every time, so much so that I can't even run the rss feeds now. I really need this to work.

--------------- Added [DATE]1347941693[/DATE] at [TIME]1347941693[/TIME] ---------------

Please, can someone help me with this?
Reply With Quote
  #16  
Old 09-20-2012, 10:52 AM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anybody?
Reply With Quote
  #17  
Old 09-20-2012, 11:01 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have access to your web server error logs? You might be able to look there and see if there is any more information. Otherwise, I suppose it might be some problem with one feed so you might try disabling feeds to see if you can get any of them to work. Or if you don't have too many feeds defined you might try deleting them all and starting over.
Reply With Quote
  #18  
Old 09-20-2012, 06:32 PM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could there be too many feeds, making it not work?

--------------- Added [DATE]1348169654[/DATE] at [TIME]1348169654[/TIME] ---------------

I've asked vbulletin.com to assist, and they will help, but they say the following:

Quote:
- Whether or not you have edited any files (if you have installed hacks or modified any of the vBulletin PHP files, we cannot offer any support until the original files are restored.)
Which makes me very nervous. I would much prefer to fix it on my own than have them mess with anything I've spent a lot of time already doing.

--------------- Added [DATE]1348171993[/DATE] at [TIME]1348171993[/TIME] ---------------

To disable feeds, I would just need to uncheck all of the feeds in my RSS Manager?
Reply With Quote
  #19  
Old 09-21-2012, 12:55 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, it's too much work for them to have to debug problems that may be caused by mods. Have you made edits to any of the vb files?

Yes, I meant just uncheck feeds in the manager to disable them.

One thing you might try: edit the file includes/cron/rssposter.php, and at the top near the error_reporting line, add this:
Code:
ini_set("display_errors", "1");

That may show the error when you run the scheduled task manually. (remove that line when you're done).
Reply With Quote
  #20  
Old 09-21-2012, 01:59 PM
Dave234 Dave234 is offline
 
Join Date: Mar 2012
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know, I really don't want to mess with anything in the ftp....... Can I do this in admincp?

--------------- Added [DATE]1348239616[/DATE] at [TIME]1348239616[/TIME] ---------------

What could be wrong with it, if it was working before? Is there anything within the settings that say I can only have a maximum number of RSS feeds at one time?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:28 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.09540 seconds
  • Memory Usage 2,269KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete