Ciao,
i have a GLASS 3.1.0.6 environment where i load: Seaside 3.0.1.3 Magritte3 3.0 Magritte3AddOns 3.0.0 Pier3 3.0.0 PierAddOns 3.0.3 Now i work with Pier Admin interface to manage specific Pier environment. When i work into one pier page with the Insert Image widget it don't work. After selected a image the widget report " uploading " but the system do anything, Ideas about it ? Thanks, Dario _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ciao,
don't get ant answer at my last e-mail. Perhaps I have not explained well? In other words i need to work with Seaside and Pier in GLASS environment ( 3.1.0.6 presumably ) Can anyone tell me the latest versions of Seaside and Pier that work well in this environment? Of course i'm available to explain more the specific problem as below reported if anyone can help me. Thanks for any considerations, Dario P.S. There's a specific list about Pier and Magritte questions ? > Ciao, > > i have a GLASS 3.1.0.6 environment where i load: > > Seaside 3.0.1.3 > > Magritte3 3.0 > Magritte3AddOns 3.0.0 > > Pier3 3.0.0 > PierAddOns 3.0.3 > > Now i work with Pier Admin interface to manage specific Pier environment. > > When i work into one pier page with the Insert Image widget it don't work. > > After selected a image the widget report " uploading " but the system do anything, > > Ideas about it ? > > > Thanks, > > Dario > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by dtrussardi@tiscali.it
Dario, Since this appears to be a GemStone-only issue I can take a look at it, but ideally you would give me a simple case that I can reproduce locally. If you can share your repository, you could use our ftp site to push a copy of the repo my way with instructions for reproducing the problem and I can see what I can figure out ... Dale On Fri, Oct 17, 2014 at 3:39 AM, [hidden email] <[hidden email]> wrote: Ciao, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ciao Dale,
No i note also some error into Pharo. Into Pharo when in the browser i request one pier pierInstanceName plus -admin path the system erase the error: describeOn: config
(config string: #fileuploadPathRoot)
group: #pierAdmin;
label: 'Uploaded files path root';
comment: 'The path root used to store uploaded files; relative paths will be appended to the path returned by ''FileDirectory default''';
default: self class fileuploadPathRootDefault I don't note - considerate this error before. I working about it and after i will update the question. Thank for your collaboration, Dario
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by dtrussardi@tiscali.it
Hi Dario,
I had the same issue some time back getting Pier and GS/S playing nicely. I’m not able to recreate today sorry (big storm took everything in the area offline) but from memory I spent some time looking at the paths the NAFileUploader was using for the upload, and Pier was using for display. One of the “defaultDirectory” methods (In one of the FileDirectory classes) uses “pwd” to find the working directory so I had to launch the gem from the appropriate directory. When using tODE, I launch the gems from the "$GS_HOME/gemstone/stones/<myStone>/logs” directory. I’m sorry I can’t confirm this for you now, however it shouldn’t take to long to see if this is the issue. I think there was also a couple of other minor issues with the initialisation - trying to set #errorHandler or some other configuration option that is no longer in seaside 3 (or 3.1), and a Pillar class that defines a method variable “hasCaption” that is also an instance variable - however I believe this has been fixed, but may not be included in the Configuration. I don’t have this setup on my dev box now, however I’ll be setting up a Pier/GSS stone this week so should be able to give you better feedback in a couple of days. Good luck. Pier and GS/S - great combo. Cheers, Jupiter PS. There were a number of issues with Pier Admin rendering, however it did work for the most part. On 17 Oct 2014, at 9:39 pm, [hidden email] wrote: > Ciao, > > i have a GLASS 3.1.0.6 environment where i load: > > Seaside 3.0.1.3 > > Magritte3 3.0 > Magritte3AddOns 3.0.0 > > Pier3 3.0.0 > PierAddOns 3.0.3 > > Now i work with Pier Admin interface to manage specific Pier environment. > > When i work into one pier page with the Insert Image widget it don't work. > > After selected a image the widget report " uploading " but the system do anything, > > Ideas about it ? > > > Thanks, > > Dario > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |