Hello everybody. When trying to launch a Seaside site, I'm getting a Message not understood on the following OpenTalk code:
.... HttpBuildHandler new saveAttachmentsAsFiles: self saveAttachmentsAsFiles; ... an HttpBuildHandler does not have implemented the message #saveAttachmentsAsFiles: It seems my installation is somewhat broken, however I want to quick fix and later review all the installation in detail. Is there a way to find the package which implements that message without reinstalling OpenTalk packages and without search all OpenTalk related items in the public repository one by one? any tips or ideas are welcome too. thanks Bill |
William Hubbard wrote:
> > Is there a way to find the package which implements that message > without reinstalling OpenTalk packages and without search all OpenTalk > related items in the public repository one by one? any tips or ideas > are welcome too. > In the launcher window use the menu Store->Browse definitions->Selector R - |
In reply to this post by William Hubbard
What version of Seaside are you trying to load? There is a version of
Seaside for VW7.6(which is in beta) in the public repository. When you load that seaside you get errors like the one you describe. Not clear how much of VW7.6 you will have to pull in to get that version of Seaside to work. Roger whitney Via iPhone On Jan 10, 2008, at 5:14 AM, "William Hubbard" <[hidden email]> wrote: > Hello everybody. When trying to launch a Seaside site, I'm getting a > Message not understood on the following OpenTalk code: > > .... > HttpBuildHandler new > saveAttachmentsAsFiles: self saveAttachmentsAsFiles; > ... > > an HttpBuildHandler does not have implemented the message > #saveAttachmentsAsFiles: > It seems my installation is somewhat broken, however I want to quick > fix and later review all the installation in detail. > > Is there a way to find the package which implements that message > without reinstalling OpenTalk packages and without search all > OpenTalk related items in the public repository one by one? any tips > or ideas are welcome too. > > thanks > > Bill > |
What versions of MIME and HTTP packages do you have in your image?
Make sure that MIME and HTTP packages are latest for 751. HTTP 751 94 MIME 751 101 Tamara Kogan Smalltalk development, Cincom Systems > -----Original Message----- > From: Roger Whitney [mailto:[hidden email]] > Sent: Thursday, January 10, 2008 8:19 AM > To: William Hubbard > Cc: [hidden email] > Subject: Re: How to find missing code in the Public Repository? > > What version of Seaside are you trying to load? There is a version of > Seaside for VW7.6(which is in beta) in the public repository. When you > load that seaside you get errors like the one you describe. Not clear > how much of VW7.6 you will have to pull in to get that version of > Seaside to work. > > Roger whitney > Via iPhone > > On Jan 10, 2008, at 5:14 AM, "William Hubbard" <[hidden email]> > wrote: > > > Hello everybody. When trying to launch a Seaside site, I'm getting a > > Message not understood on the following OpenTalk code: > > > > .... > > HttpBuildHandler new > > saveAttachmentsAsFiles: self saveAttachmentsAsFiles; > > ... > > > > an HttpBuildHandler does not have implemented the message > > #saveAttachmentsAsFiles: > > It seems my installation is somewhat broken, however I want to quick > > fix and later review all the installation in detail. > > > > Is there a way to find the package which implements that message > > without reinstalling OpenTalk packages and without search all > > OpenTalk related items in the public repository one by one? any tips > > or ideas are welcome too. > > > > thanks > > > > Bill > > |
Free forum by Nabble | Edit this page |