Closed (fixed)
Project:
Boost
Version:
6.x-1.0-rc3
Component:
Cron Crawler
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2009 at 15:21 UTC
Updated:
15 Sep 2009 at 18:10 UTC
Hi,
I have installed Boost and followed the Readme and Install.txt files. Everything appears to be working as static pages are being served to unauthenticated users. However, when I go to my status report page I am getting the message:
Boost - Boost Crawler Key Not Found.
Please Run the database update, as the crawler key is not generated yet.
I have run the update script and that did not work. I have tried disabling and enabling the module and that did not clear the message either.
Any ideas?
Thanks,
Matthew
Comments
Comment #1
drupalnesia commentedSomething left on 6.x-1.0-rc3, read this: http://drupal.org/node/564914
then you will got this report after run 6108 update:
Have a nice day
Comment #2
mikeytown2 commented#564914: New Install, crawler key missing
Comment #3
matshep1 commentedExcellent thank you drupal-id.com.
Took me a few minutes to figure this out (not a Drupal expert by any means!) so in case anyone else needs to know how to do this:
1) Go to http://drupal.org/node/564914 and view the patch for the boost.install file found in you Boost module folder.
2) Modify the original file (and upload to your server) as indicated adding the one line with the + in front of it between the existing code as listed above and below the + line.
3) Go to your update.php page of your site e.g. mysite.com/update.php and click continue.
4) Click on the select versions link to expand the modules section. Look for the Boost module and click on the select list below it. Look for and select the number 6108 and then click the update button. This will manually run the update number 6108 and generate your Boost crawler key.
Thanks again to the module contributors and drupal-id.com.
Mat
Comment #4
matshep1 commentedOh...forgot to mark this issue as fixed :)