Active
Project:
Boost
Version:
6.x-1.18
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 09:32 UTC
Updated:
14 Jun 2011 at 14:54 UTC
I have a shared database setup where I share the node tables among different drupal instances (shared_node, shared_node_revisions, etc.). I use the boost module and enabled the option:
"Check database timestamps for any site changes. Only if there has been a change will boost flush the expired content on cron." But everytime cron runs I get an error in the log saying that the table tc_node does not exist. The prefix tc_ is used for tables of that drupal instance, but not for the node tables as I said above.
Any hints are very much welcome!
Thank you.
Chris
Comments
Comment #1
chris_car commentedI tried the 6.x-dev version as well, but I run into the same problem. It is strange that the functions boost_get_time and db_query_range don't get the correct db_prefix from my settings.php file for node, node_revision tables (shared_node, shared_node_revisions) but instead use the tc_ default prefix.
Chris