<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>
<br>
</div>It looks like I need very basic help. First, which list should I go to answer<br>
your post. I don&#39;t see a threaded list, the archives are not answerable (I see<br>
my post there). the list at gmane is not where I initially posted the message.<br>
<br></blockquote><div><br>Weird...i have just forwarded the email.<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Now to the meat of the problem - appears that Pharo is running Seaside2.8.<br>
For example when I start the server via<br>
&lt;code&gt;<br>
WAComancheAdaptor startOn: 8080.<br></blockquote><div><br>Maybe I am wrong, but I think that WAComancheAdaptor is ONLY in Seaside 3.0. So...it should be running Seaside 3.0<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




WAAdmin register: WebCounter asApplicationAt: &#39;webcounter&#39;<br>
&lt;/code&gt;<br>
and attempt to open <a href="http://localhost:8080/seaside" target="_blank">http://localhost:8080/seaside</a> I get the error:<br>
&lt;error&gt;<br>
Internal Server Error<br>
WAError: My subclass should have overridden #handleFiltered:<br>
<br>
KomHttpServer/7.1.2 (unix) Server at &#39;localhost&#39; Port 8080<br>
&lt;/error&gt;<br>
which indicates to me that 2.8 is active, and not 3.0<br></blockquote><div><br><br>Why ? I ask just for ignorance. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<br>
When I &#39;doit&#39; the following recommended by Mariano:<br>
&lt;code&gt;<br>
<div>(Smalltalk at: #Gofer) new    squeaksource:<br>
&#39;MetacelloRepository&#39;;<br>
package: &#39;ConfigurationOfSeaside&#39;;<br>
load.<br>
</div><div>ConfigurationOfSeaside project latestVersion load: &#39;Seaside 3.0&#39;<br>
</div>&lt;/code&gt;<br>
<br>
there is no error messages that I see, I sill get the &#39;Internal Server Error&#39;<br>
described above.<br>
<br></blockquote><div><br>I think you have a weird problem. One of the things I hate more about seaside (it is a detail, thus) is that when you try to start it in a port that has already been started in another image, instead of raising an error, it just do nothing. So....if you have ANOTHER image opened and running in 8080, be aware that when you go to <a href="http://localhost:8080/seaside" target="_blank">http://localhost:8080/seaside</a>  
 you will go to the opened image, and not the last one. So...my advice is:  close ALL opened pharo images. Take a pharo 1.0 CLEAN, evaluate the following:<br><br>Gofer new<br>    squeaksource: &#39;MetacelloRepository&#39;;<br>
    package: &#39;ConfigurationOfSeaside&#39;;<br>    load.<br><br>(Smalltalk at: #ConfigurationOfSeaside) project latestVersion load: &#39;Seaside 3.0&#39;<br><br>And then start Seaside in another port, let&#39;s say 8888:<br>



<br>WAComancheAdaptor startOn: 8888<br><br>Of course you can do this also from the Seaside Control Panel, that can be found in the menu -&gt; &quot;Tools&quot; -&gt; &quot;more&quot; -&gt; &quot;Seaside control panel&quot;<br>

<br>And then go to: <a href="http://localhost:8888/" target="_blank">http://localhost:8888/</a> or  <a href="http://localhost:8888/seaside/" target="_blank">http://localhost:8888/seaside/</a><br> <br>Did this work ?<br><br>

</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Now,when I open Monticello while on Pharo, and I see that Seaside Development<br>
history says &#39;Ancestors: Seaside-Development lr.133, the repository frame of<br>
Monticello says &#39;<a href="http://www.squeaksource.com/Seaside30" target="_blank">http://www.squeaksource.com/Seaside30</a>.<br>
<br>
Sorry for trouble, and I hope I can get past this problem<br>
<div><div></div><div><br>
<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>