Sorry it took so long to get back, I've been caught up in a debugging phase.
Greg Matheson wrote:
<snipped my original post>
How long is registry.dd?
172 lines.
172 lines? Does it start like this:
{
'action' => {
'display' => [
'display'
],
'edit' => [
'edit'
],
'edit_contention' => [
'edit'
]
},
'add_order' => {
Yes, those are exactly the lines in each of 4 registry.dd files.
The lines in Spoon/Hub.pm just before it dies with the error message you quote are:
$self->preload; my $action = $self->action;
preload is loading data from the registry. My guess is that it is
dying because it doesn't find the lines above in registry.dd.
A permissions issue perhaps?
Anyway, Kwiki-0.37 and Spoon-0.21 don't seem to have this
problem.
The changelog from 0.37 to 0.38 is pretty hefty, and it features a line reading:
- Refactors to get rid of hub connections
But a bird in hand ...
-- Christopher L. Everett
Chief Technology Officer www.medbanner.com MedBanner, Inc. www.physemp.com
