"Armand A. Verstappen" <[EMAIL PROTECTED]> wrote: Hi Armand!
> > You then also need to alter the cache table in your midgard database: > > alter table cache add column style int(11) not null default 0; > alter table cache drop primary key; > alter table cache add primary key (page,type,style,id); > > Let me know if this solves your problem. I do not think if this really solves problem. And I am almost sure that this fixing "--with-cache-fix" doesn't fix that at all because it is designed to fix page caching when page has more than one style. Frankly I have never seen any page which has more than one style.... I do use (quite seldom at all) midgard with all new features compiled in for about two months , and had to turn off cache feature to get midgard work properly... :( Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
