[Seaside] Announcements not working.

Colin Putney cputney at wiresong.ca
Sun Jul 19 13:00:16 UTC 2009


On 18-Jul-09, at 10:17 PM, Robert Sirois wrote:

> I loaded Announcements into a new image with all the SandstoneDb,  
> BTree, GOODS, etc. stuff and they are throwing an error I'm not  
> quite sure how to troubleshoot.
>
> 'MessageNotUnderstood: UGAnnounceChangeContent>>yourself'
>
> This message comes up when I hit a link calling an announcement. I  
> believe this is coming from the #on: method of the parent  
> announcement class ie.:
>
> on: payLoad
>     ^(self new) payload: payLoad; yourself.
>
> Is it that they loaded wrong or is something interfering?

Did you, by chance, load UGAnnouceChangeContent before the  
Announcements package? That would cause UGAnnouceChangeContent to have  
a superclass of ProtoObject. Since #yourself is defined on Object,  
UGAnnounceChangeContent wouldn't understand that message.

Colin


More information about the seaside mailing list