vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

sitemap cron stoped working with RC4.

This is a discussion on sitemap cron stoped working with RC4. within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; My sitemap server cron seems to have stoped running after I updated VBSEO to RC4. It runs fine if run ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 09-08-2006, 12:45 AM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
sitemap cron stoped working with RC4.

My sitemap server cron seems to have stoped running after I updated VBSEO to RC4. It runs fine if run directly but the server cron no longer functions. Anything change there?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 09-08-2006, 01:50 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
what sitemap version are you running?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 09-08-2006, 02:26 AM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
1.6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 09-08-2006, 02:42 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
Thought so..

get 1.7

vBSEO v.3.0.0 Release Candidate 3 Released!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 09-08-2006, 02:45 AM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
And where would that be?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 09-08-2006, 02:52 AM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
Ah, my tired eyes see the link.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 09-08-2006, 03:42 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 09-08-2006, 11:33 PM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
Still not working.

Code:
Cannot run sitemap generator directly: you should set "Run from vB Scheduled Tasks Manager ONLY" to "No" in admincp to allow
And before you ask, it is set to no.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 09-08-2006, 11:38 PM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
Actually, it was set to no in 1.6. It doesn't even seem to exist in 1.7. I don't have that settings option anymore.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 09-08-2006, 11:55 PM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
Looking at the code it looks like it is intended only to run in shedule task or directly now. Server cron will fail since it is looking for $_COOKIE data.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 09-09-2006, 12:29 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hello,

there is the following code:
PHP Code:
    if(isset($_SERVER['REQUEST_URI'])) 
so it should work from command line (system cron) in any case.
If you want to execute sitemap generator from vbseo_sitemap/ interface, make sure that you have defined password in vB options (i.e. it's not empty).
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 09-09-2006, 12:58 AM
Loco's Avatar
Senior Member
vBSEO Pre-Release TeamBig Board Administrator
 
Real Name: Brandon Sheley
Join Date: Oct 2005
Location: Kansas
Posts: 1,923
Blog Entries: 1
Send a message via AIM to Loco Send a message via MSN to Loco Send a message via Yahoo to Loco
mine has stopped running with rc4 sitemap 1.7
I can run manually, but I haven't gotten the emails saying sitemap has been submitting since I upgraded to rc4c
I haven't had time to look into this, but I seen this thread and wanted to throw my post in
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 09-09-2006, 01:25 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hi Brandon,

are you using system cron or vBulletin scheduled task?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 09-09-2006, 01:50 AM
Code Monkey's Avatar
Senior Member
vBulletin HackervBSEO Pre-Release TeamvBSEO Code Quality Assurance
 
Real Name: Code Monkey
Join Date: Aug 2006
Posts: 773
Quote:
Originally Posted by Oleg Ignatiuk View Post
Hello,

there is the following code:
PHP Code:
    if(isset($_SERVER['REQUEST_URI'])) 
so it should work from command line (system cron) in any case.
If you want to execute sitemap generator from vbseo_sitemap/ interface, make sure that you have defined password in vBulletin options (i.e. it's not empty).
Well, it doesn't work in server cron. And it has not worked since RC4. It worked in RC3. RC4 changed something. Those are the present facts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 09-09-2006, 10:38 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Please try changing REQUEST_URI to REQUEST_METHOD. If it still doesn't work, could you please open a support ticket with ssh access for troubleshooting?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Sitemap Generator Not Working? Cky47 General Discussion 2 05-01-2006 11:10 PM
Memory Problem: TraumTeam Troubleshooting 1 04-06-2006 09:24 AM
vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, vBulletin 3.5.x & vBulletin 3.0.x Joe Ward General Discussion 0 12-17-2005 02:11 PM
Problem with sitemap setup via cpanel cron s2kinteg916 General Discussion 7 12-14-2005 12:38 PM


All times are GMT -4. The time now is 09:31 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.