Chris was partially right when he pointed out at
'connection' problems.
In fact the problem is that in order to have HTTPSocket
work behind the firewall in my company (with proxy password)
I had to replace Squeak 3.7 version of
HTTPSocket class>>httpGetDocument:args:accept:request:
with the one from 3.8
The installation of the pre-requisites for smallwiki
was at some point reverting the above method back
and so my HTTPSockect was not going thru the firewall
anymore.
I repeated the installation manually, taking care to
have always the 3.8 version of
httpGetDocument:args:accept:request:
and now everything works...
Hope it helps to somebody else
Bye
Enrico
> -----Original Message-----
> From: Chris Burkert [mailto:chris@chrisburkert.de]
> Sent: Friday, February 18, 2005 6:42 PM
> To: Smallwiki
> Cc: SPINIELLI Enrico
> Subject: Re: error installing SmallWiki with SM due to Monticello
> upgrade prob lem
>
>
> SmallWiki loads great in my 5989 Image. No Problems. Please
> try another
> time. It might be caused by your connection?!?
>
> best regards
> Chris Burkert
> --
> http://www.chrisburkert.de/
>
____
This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful.
Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL unless it is confirmed by appropriately signed hard copy.
Any views expressed in this message are those of the sender.
Hi,
I saw th new site of seaside, and they informed that was made
customizing a smallwiki.
I foud it very appropiate for some page we have to deploy in the
near future.
How do I customize a smallwiki to archieve that? Where to begin?
thanks,
Sebastián Sastre
<mailto:ssastre@seaswork.com.ar> ssastre(a)seaswork.com.ar
Seaswork
Special Software Solutions
www.seaswork.com.ar <http://www.seaswork.com.ar/>
Hi all,
while trying to install SmallWiki 0.9.53 from SqueakMap
I got the following error message:
Error occurred during install:
can't find EOCD position
Would you like to open a debugger?
While doing the above the Transcript shows something like:
(SWServer is Undeclared) Fetch: 194 ms
Size: 8 bytes
I then tried the script manually and found that
The problem surfaces when the first package pre-requisite
Monticello is sent the upgradeOrInstall message:
the ZipArchive>>readFrom: aStreamOrFileName
fails
I then tried to upgrade all installed packges and Monticello
is the only one which is failing (I have currently 218) with
the same above error.
For information I am using
Squeak version: 3.7
latest update: 5989
Any helps is welcome.
Bye
---
Enrico Spinielli Eurocontrol
mailto:enrico.spinielli@eurocontrol.int Rue de la Fusée, 96
tel:+32-2-7299716 B-1130 Bruxelles
fax:+32-2-7299022 Belgium
____
This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful.
Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL unless it is confirmed by appropriately signed hard copy.
Any views expressed in this message are those of the sender.
Hi guys
smallWiki and squeak needs you :)
Can someone contact goran to set up a smallwiki on his server.
Thanks a lot
Begin forwarded message:
> From: goran.krampe(a)bluefish.se
> Date: 16 février 2005 12:11:28 GMT+01:00
> To: Discussion on the formation of the Squeak Foundation
> <sqf-formation(a)lists.squeakfoundation.org>
> Subject: Re: [Sqf-formation] New prototype website
> Reply-To: Discussion on the formation of the Squeak Foundation
> <sqf-formation(a)lists.squeakfoundation.org>
>
> Hi people!
>
> I am swamped and would really like if some SmallWiki guru could help me
> set up a headless (preferrably small image) SmallWiki on the new
> server.
> Sure, I can do it but... Or if you just send me an image and a startup
> instruction and I can set it up. :)
>
> If noone responds I will still do it myself.
>
> regards, Göran
> _______________________________________________
> Sqf-formation mailing list
> Sqf-formation(a)lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/sqf-formation
>
Hi,
How can I add a link to a resource or to an action simply by editing
a page? I mean, I tried with *Alias>ActionName* or *Alias>ResourceName(a
file)* but it doesn't work.
thanks a lot.
mailto:garbiner@libero.it
Hi,
Does anybody know how can I perform tests on a Action subclass
responsable of rendering html contents and data managing? I mean, the
original idea was to implement a subclass of TestCase but I don't
think this would be the best solution. I found out ActionTest class and
maybe it would be better to implement an ActionTest subclass!
Thanks.
Andrea Loddo.
mailto:garbiner@libero.it
Brent Pinkney wrote:
> I really need to know how to upload files to SmallWiki.
>
> I edited a page to create a resouce and then use the SWResouceEdit page
> to choose a file (d:\temp\tbms.txt) and do not check the embedded
> option. This this the appears in my Squeak explorer with a byte array
> containing the file contents. This looks ok.
>
> However if I clock on the link to (view/download the resouce) I return
> to the SWResourceEdit page, but the fields are empty.
>
> The issue appears to be in
>
> SWResource class>>defaultViewAction
> ^SWResourceEdit
> !
>
> How does one download a resource ?
Did you try another URL in your browser:
http://url/To/Your/Resource?action=SWMimeView
You can change the method to:
SWResource class>>defaultViewAction
^SWMimeView
I don't know if this is a bug or a feature?!? How does the VW Version
behave (unfortunatly VW currently doesn't run on my xorg)?
best regards
Chris Burkert
--
http://www.chrisburkert.de/
Hi
What expression should I use in the Stylesheet editor
such that the Webserver will use a locally defined stylesheet?
I tried:
@import "mystyle.css";
and put this file in the Squeak image directory.
thx,
Ernest
--------------------------------------------
Free Webmail courtesy of http://www.444.net/
Hi,
Does anyone know where did the "edit" link go from the kilana server? I
need this urgently, because the ESE teams rely on the Wiki.
Thanks,
Doru
--
Tudor Adrian Girba Software Composition Group
(www.iam.unibe.ch/~girba) University of Bern, Switzerland
"Problem solving efficiency grows with the abstractness level
of problem understanding."
hi,
the instance method
renderForm
html form: [
html fileUploadWithCallback: [:f | file _ f].
html submitButton.
].
of an Action subclass I used for a file upload has a problem:
"f" is an istance of my Action subclass and it is not the file I want to upload.
Could anybody tell me why?
Is it necessary to implement a subclass of Action to perform a file
upload?
Thanks a lot.
Andrea Loddo.
mailto:garbiner@libero.it