stéphane ducasse wrote:
Hi david
I loaded the admin package:
- the postload action seems broken
Smallwiki.Advanced is needed
I'm using vw 7.1 on windows xp.
I just loaded the newest version 0.9.48 of smallwiki from cincom store,
then I started the wiki server: everything is ok.
after that, I also loaded the smallwiki.admin package 1.3 from cincom
store. the post load stuff worked fine and the rest is fine too:
- I can log in as admin, and the advanced menu is also available.
( see:
http://badefix.unibe.ch:2020/?action=Advanced )
- can you tell me your environment details?
- can you see the class Smallwiki.Advanced in your class browser?
kind regards,
david
- then when I try to log I get: with admin/smallwiki I
get an error
*aHTTPRequest postData* does not understand: postKeysAndValuesDo:
prepareRequestFields: aHTTPRequest
| fields |
fields := Dictionary new.
aHTTPRequest uri queryData keysAndValuesDo: [ :key :value |
fields at: key put: value ].
aHTTPRequest isPost
ifTrue: [ *aHTTPRequest postData* postKeysAndValuesDo: [ :key :value |
fields at: key put: value value.
value contentType isNil
ifFalse: [ fields at: 'mime-' , key put: value contentType ] ] ].
^fields
So what can I do?
Nothing.
Stef