Posted by aaronshaf on April 16, 2009 at 1:29am
Jump to:
| Project: | Cache Router |
| Version: | 6.x-1.0-beta8 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I don't see the admin interface, as demonstrated here:
There simply isn't an item in administration for CacheRouter. The module is installed and configured, but I simply don't see it in the interface.
Comments
#1
dito
#2
Same here!
#3
It's because the module does not need an admin interface.
#4
So it doesn't have one? There's nothing wrong?
#5
Yep, nothing wrong. The string you have to put in your settings.php does the job.
#6
sorry if this seems obvious but, then, what's the purpose of the screenshot? a clarification note would be helpful, i also tried to find it ;)
#7
I think I read somewhere that's a D7 screen.
#8
subscribing
#9
Um, yeah. That's pretty confusing. I looked around for a bit trying to find that, too.
#10
I found that confusing too! But, then looked in the code and saw there was no cacherouter_menu so thus no pages associated with it. Maybe good to at least have a help page that explains the settings.php changes.
Kristen
#11
I found that confusing too!
#12
yeah not completely clear. easy set up though :)
#13
Definitely need an admin screen or at least a confirmation message. Twenty precious minutes lost...
#14
I also spent some time looking for the "Cache Router admin" that is presented in the screenshot but nowhere to be seen in the D6 installation. What's up with that? Is it available or not?
#15
Doh! Me too!
#16
me too! another one that thougth that the module had a problem because there isn't admin page with charts.
#17
"Cache Router admin" it's not available
#18
so, we have nothing to configure?
Just install it and add the code in stettings.php?
#19
@junro:
You must configure, but only from within settings.php - not in any admin pages.
#20
Sure I added:
$conf['cache_inc'] = './sites/all/modules/contrib/cacherouter/cacherouter.inc';$conf['cacherouter'] = array(
'default' => array(
'engine' => 'db',
'servers' => array(),
'shared' => TRUE,
'prefix' => '',
'path' => 'sites/default/files/filecache',
'static' => FALSE,
'fast_cache' => TRUE,
),
);
No others changes in setting.php are necessary?
in: http://groups.drupal.org/node/21897
I read for the cache router module:
What are these options?
#21
@junro: There's documentation here and there. I don't mean to sound snotty, but it's helpful when issues are isolated in the tickets. This ticket is specifically about the absence of the admin screen, and it would get off track to discuss the configuration / setup of the module in this ticket.
Sorry if I led you on. I only meant to confirm your question of whether or not there's an admin screen.