Quote:
Originally Posted by xtreme-mobile
when running sitemap.php i get this
Script can only be run by vB Scheduled Tasks. Set $run_by_vb_Scheduled_Task_only to 0 to call this script directly.
i dont understand this bit how do i change it to what its asking 
|
Open /archive/forums_sitemap.php file
change: $run_by_vb_Scheduled_Task_only = 0;
to: $run_by_vb_Scheduled_Task_only = 1;
Now you (and everyone else) can run the script directly.
You can also leave it to 0 and run this script in your scheduled tasks manager, that way, you are the only person who can run it.