[rt-devel] Re: Problems with 1.3.71

Jesse jesse at fsck.com
Sat May 12 12:14:14 EDT 2001


Ok. Found the issue in Cachable.pm.  There was a small bug in how it was
constructing its cache keys. this should make it happier. It will be in
1.3.72:

--- Cachable.pm.bak     Sat May 12 12:10:02 2001
+++ Cachable.pm Sat May 12 12:11:16 2001
@@ -151,7 +151,7 @@
 
 sub _gen_cache_key {
   my ($this, %attr) = @_;
-  my $cache_key="";
+  my $cache_key= $this->Table .":";
   while (my ($key, $value) = each %attr) {
     $cache_key .= $key . '=' . $value . ',';
   }



On Sat, May 12, 2001 at 03:33:21PM +0200, Jonas Liljegren wrote:
> Jonas Liljegren <jonas at liljegren.org> writes:
> 
> > (Used cvs update from an hour ago)
> > 
> > On the start page, in teh Queue column for owned and requested
> > tickets, the name for one of the queues has been replaced by the login
> > name.
> 
> More switches... In the global scrips, The template part has been
> replaced by the actions:
> 
> OnComment NotifyOwnerAsComment AdminComment 
> NotifyOwnerAsComment OnComment NotifyOwnerAsComment 
> OnComment AdminComment AdminComment 
> NotifyOwnerAsComment NotifyRequestorsAndCcs OnComment 
> OnCreate NotifyAdminWatchers NotifyRequestorsAndCcs
> 
> 
> I did a make upgrade..  Then I tested.  Then I rememberd to edit the
> configuration and restart apache...
> 
> 
> 
> The db seems corrupt or something.  Switching back to 1.3.70...
> 
> 
> -- 
> / Jonas  -  http://jonas.liljegren.org/myself/en/index.html
> 
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

And I'm told we do share some common rituals. Our "flame war" is apparently 
held in person in their land and called "project meeting".
					-Alan Cox [on "Suits"]




More information about the Rt-devel mailing list