<div><br></div><div>I loaded Seaside 2.8.3 into the new core for fun (I used MetacelloRepository ConfigurationOfSeaside28) . It&#39;s less than 10M, which is pretty sweet. It loads, which is sweet. On executing WAKom startOn: 8080 to get the party started , I go to localhost:8080/seaside/config. So far so good. </div>
<div><br></div><div>Then the page renders and all CSS is gone. Not a huge problem. But not ideal. No CSS at all. </div><div><br></div><div>I decide to save my work. I&#39;ll address the disappearance of the CSS some other time. Then I get:</div>
<div><br></div><div>MessageNotUnderstood: SmalltalkImage&gt;&gt;extractParameters: </div><div><br></div><div>This is something that exists in 3.10.2. Pressing Debug, the method that needs this is:</div><div><br></div><div>
WAKom&gt;&gt;#startUp</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>self name = #WAKom ifTrue: [</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>SmalltalkImage current <b>extractParameters</b></div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>at: &#39;PORT&#39; ifPresent: [ :value |</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>value isEmptyOrNil</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>ifFalse: [ port := value asInteger ] ] ].</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>port ifNotNil: [ self startOn: port ]</div><div><br></div><div>I don&#39;t know if anybody else has this problem, but it kind of looks like a thing. </div>
<div><br></div><div>Chris </div>