<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Dario,<div><br></div><div>The stack trace you provide at the bottom of your email shows that the version of Pier you are loading was not adapted to use Seaside 3.1.x</div><div><br></div><div>Seaside 3.1.x comes with jQuery 1.11.x (or 2.1.x) and jQuery-UI 1.11 and there have been significant API changes in the jQuery and jQueryUI plugins which are included in the Seaside wrappers.</div><div><br></div><div>In this particular case, the error is that the #resize method is no longer present on JQAccordion.&nbsp;</div><div><br></div><div>See the jQuery and jQueryUI documentation for all details:</div><div>-&nbsp;<a href="http://jquery.com/upgrade-guide/1.9/">http://jquery.com/upgrade-guide/1.9/</a></div><div>-&nbsp;<a href="http://jqueryui.com/upgrade-guide/1.11/">http://jqueryui.com/upgrade-guide/1.11/</a></div><div><br></div><div>Johan</div><div><br></div><div><div><div>On 21 Oct 2014, at 12:06, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><div>Ciao,</div><div><span class="Apple-tab-span" style="white-space: pre;">        </span></div><blockquote type="cite"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 1:42 PM,<span class="Apple-converted-space">&nbsp;</span><a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a><span class="Apple-converted-space">&nbsp;</span><span dir="ltr">&lt;<a href="mailto:dtrussardi@tiscali.it" target="_blank">dtrussardi@tiscali.it</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;"><br><br><div style="word-wrap: break-word;"><br><div><span style="white-space: pre-wrap;">        spec 
        name: 'NAFileUpload-Component';
        projectReference: [
                spec
                        className: 'ConfigurationOfNAFileUpload';
                        versionString: #'1.0.1';
                        loads: #('NAFileUpload-Component' );
                        repository: '<a href="http://www.squeaksource.com/fileupload'" target="_blank">http://www.squeaksource.com/fileupload'</a> ].</span></div><div><br></div><div><span style="white-space: pre-wrap;">        </span>It's significative?</div><span class=""></span><br></div></blockquote><div><br></div><div>Yes, that is the error ... it should probably be just '1.0.1' instead of #'1.0.1' ...<br></div></div></div></div></blockquote><div><span class="Apple-tab-span" style="white-space: pre;">        </span></div><div>FIRST:&nbsp; The&nbsp;ConfigurationOfPier3AddOns &nbsp;version311 &nbsp;method &nbsp; define the&nbsp;error &nbsp;version</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>version311: spec</div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>&lt;version: '3.1.1' imports: #('3.1.0-baseline' )&gt;</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>spec for: #'common' do: [</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>spec blessing: #'development'.</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>spec description: 'Development version, based on Pier 3.1.0'.</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>spec author: 'DiegoLont'.</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>spec timestamp: '2014 March 4'.</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>spec&nbsp;</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Pillar Book' with: #development;</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: &nbsp;'Pillar Exporter' with: #development;</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Pier Core' with: #'release3.1';</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Pier Tests' with: &nbsp;#'release3.1';</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'XML Parser' with: #'stable';</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Seaside RSS' with: &nbsp;#'release3.1';</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Twitter Bootstrap' with: #'stable';</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>project: 'Magritte-Json' with: &nbsp;#'release3.1';</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>****<span class="Apple-tab-span" style="white-space: pre;">        </span>project: 'NAFileUpload-Component' with: &nbsp;#'1.0.1'; &nbsp;&nbsp;</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span></div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>*****&nbsp; change to:<span class="Apple-tab-span" style="white-space: pre;">                </span>&nbsp;project: 'NAFileUpload-Component' with: &nbsp;'1.0.1'; &nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>........................</div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>................</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span></div><div><br></div><div>SECOND: &nbsp;The&nbsp;<span class="Apple-tab-span" style="white-space: pre;">        </span>ConfigurationOfNAFileUpload version101<span class="Apple-converted-space">&nbsp;</span><span class="Apple-tab-span" style="white-space: pre;">        </span>method define a wrong name</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span></div><div><span class="Apple-tab-span" style="white-space: pre;">                version101: spec
        &lt;version: '1.0.1' imports: #('1.0-baseline')&gt;
        spec
                for: #common
                do: [ 
                        
                        spec blessing: #release.
                        spec project: 'Seaside' with: #'release3.1'.
                        
                        spec 
                        repository: '<a href="http://www.squeaksource.com/fileupload'">http://www.squeaksource.com/fileupload'</a>.
                        
                </span>*****<span class="Apple-tab-span" style="white-space: pre;">        spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-</span>N<span class="Apple-tab-span" style="white-space: pre;">PaulDeBruicker.13'.</span></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span></div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>***** change to:<span class="Apple-tab-span" style="white-space: pre;">        </span>&nbsp;<span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-</span><span class="Apple-tab-span" style="white-space: pre;">PaulDeBruicker.13'.</span></div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>........................</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>........................</div><div><br></div><div><br></div><div>CONCLUSIONS:</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;"><span class="Apple-tab-span" style="white-space: pre;">        </span>A</span>)&nbsp;ith this changes the:<span class="Apple-tab-span" style="white-space: pre;">                </span>( ConfigurationOfPier3AddOns &nbsp;project version:'3.1.1' )</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>is 'right' &nbsp;loaded in the system.</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>It erase only a error at : &nbsp;&nbsp;PRAdminSetup &nbsp; initialize<span class="Apple-tab-span" style="white-space: pre;">                </span></div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>when&nbsp;declare:<span class="Apple-tab-span" style="white-space: pre;">                </span>&nbsp;preferenceAt: #useCookies put: false;</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>because #useCookies&nbsp;is not configured.</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>B)&nbsp;Now the &nbsp;application&nbsp;<span class="Apple-tab-span" style="white-space: pre;">                </span>piersetup &nbsp; &nbsp; &nbsp; is calling from the browser, &nbsp;although displays&nbsp;some &nbsp;incorrect data.</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>C)&nbsp;The &nbsp; &nbsp;pier-admin<span class="Apple-tab-span" style="white-space: pre;">                </span>is calling from the &nbsp;browser but erase the error:</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span></div><h1 style="color: rgb(1, 89, 141); margin-bottom: 1ex; font-weight: normal; margin-top: 4px; font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Seaside Walkback</h1><h2 style="color: rgb(1, 89, 141); margin: 2px 0px 0.5em; font-weight: normal; font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">MessageNotUnderstood: JQAccordion&gt;&gt;resize</h2><p style="color: rgb(42, 42, 42); font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><a title="Open a debugger in your IDE and block until you hit &quot;Proceed&quot;" href="http://www.lapprodoclusone.org/pier-admin?_s=iSjyFLaXoVDsBWUD&amp;_k=sSUfyYYXNkPXk0PX&amp;_debugAction=_debug" style="color: rgb(0, 138, 255); text-decoration: none;">Debug</a>&nbsp;<a href="http://www.lapprodoclusone.org/pier-admin?_s=iSjyFLaXoVDsBWUD&amp;_k=sSUfyYYXNkPXk0PX&amp;_debugAction=_proceed" style="color: rgb(0, 138, 255); text-decoration: none;">Proceed</a>&nbsp;<a href="http://www.lapprodoclusone.org/pier-admin?_s=iSjyFLaXoVDsBWUD&amp;_k=sSUfyYYXNkPXk0PX&amp;_debugAction=_fullStack" style="color: rgb(0, 138, 255); text-decoration: none;">Full Stack</a></p><h3 style="color: rgb(1, 89, 141); margin: 2px 0px; font-weight: normal; font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Possible Causes</h3><ul style="color: rgb(42, 42, 42); font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><li>you sent a message this type of object doesn't understand</li></ul><h3 style="color: rgb(1, 89, 141); margin: 2px 0px; font-weight: normal; font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Stack Trace</h3><ol style="color: rgb(42, 42, 42); font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><li style="list-style: square;"><dl><dt><a href="http://www.lapprodoclusone.org/?1" style="color: rgb(0, 138, 255); text-decoration: none;">thisContext</a></dt><dd>JQAccordion(Object)&gt;&gt;doesNotUnderstand: #resize</dd><dt><a href="http://www.lapprodoclusone.org/?2" style="color: rgb(0, 138, 255); text-decoration: none;">self</a></dt><dd>a JQAccordion ($("#sidebars").accordion())</dd></dl></li><li style="list-style: square;"><dl><dt><a href="http://www.lapprodoclusone.org/?3" style="color: rgb(0, 138, 255); text-decoration: none;">thisContext</a></dt><dd>PRAdminUI&gt;&gt;renderLayoutOn:</dd><dt><a href="http://www.lapprodoclusone.org/?4" style="color: rgb(0, 138, 255); text-decoration: none;">self</a></dt><dd>a PRAdminUI</dd></dl></li><li style="list-style: square;"><dl><dt><a href="http://www.lapprodoclusone.org/?5" style="color: rgb(0, 138, 255); text-decoration: none;">thisContext</a></dt><dd>PRAdminUI&gt;&gt;renderAdminInterfaceOn:</dd><dt><a href="http://www.lapprodoclusone.org/?6" style="color: rgb(0, 138, 255); text-decoration: none;">self</a></dt><dd>a PRAdminUI</dd></dl></li><li style="list-style: square;"><dl><dt><a href="http://www.lapprodoclusone.org/?7" style="color: rgb(0, 138, 255); text-decoration: none;">thisContext</a></dt><dd>PRAdminUI&gt;&gt;renderContentOn:</dd><dt><a href="http://www.lapprodoclusone.org/?8" style="color: rgb(0, 138, 255); text-decoration: none;">self</a></dt><dd>a PRAdminUI</dd></dl></li><li style="list-style: square;"><dl><dt><a href="http://www.lapprodoclusone.org/?9" style="color: rgb(0, 138, 255); text-decoration: none;">thisContext</a></dt><dd>WARenderVisitor&gt;&gt;visitPainter:</dd><dt><a href="http://www.lapprodoclusone.org/?10" style="color: rgb(0, 138, 255); text-decoration: none;">self</a></dt><dd>a WARenderVisitor</dd></dl></li></ol><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">        </span>Your considerations are welcome.</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre;">                </span>Dario</div><div><br></div><div><br></div></div></div><br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></div></blockquote></div><br></div></body></html>