Hi, I'm trying to make a addPosting over xml-rpc with php as a client and Zope / Squishdot as Server. but i cant get it to work to accept the data / parameter....
Folks, While I'm not /exactly/ a Zope/Squishdot novice, I wouldn't call myself an expert, either. That said... We've got SquishDot-1.5.0 on top of Zope...
I've been trying to post emails as postings to my squishdot site. Zmailin gets the emails perfectly, my question is how could I call addPosting method of the...
... Indeed it does :-) ... Well, I say keep it simple and worry about it when a problem arises. Zope's cache management doesn't seem to cope with this kind of...
... Sounds cool :-) ... What error messages do you get back? ... Interesting, what changes did you make? ... It's something I've never tried. I used to do...
Hi Dave, Sprry for the delay in replying, been setting up a new company and things got kinda hectic... ... Can you give me a recipe for how to reproduce this...
I am currently using Squishdot as a forum so that members of a committee can read and discuss account requests. These requests come from users who fill out an...
... come ... a ... the ... whether ... these ... members ... be ... that ... Don't know if anyone has even read this, but I figured it out. The poll displays...
Hi, my squishdot site is at "/squishdot" and it's name is "squishdot" my script is located at /ZMailIN (the sample python code comes with ZMailIn) Here it's;...
Hi, I'm upgrading my web server from a Windows machine running Zope 2.4.3 and Squish 1.4 to a Red Hat machine running 2.6.2 and (soon) squish 1.5. Could...
First, let me say that I built my first Squishdot site this week and I love it. It's a great, stable blog program that easy to use and administer and I'm...
Hi Tom, Sorry for the late reply, I've been somewhat busy recently :-) ... thanks :-) ... Well, Squishdot is stable and does what I want. I use it lots, so...
... I'd install Zope 2.6.2 and Squish 1.5 onto your new machine, then do a .zexp of your old squish site from your old machine and import it into your new Zope...
... Cool, how did you link the right poll to the right article? ... Oh? what was that? ... Can you give an exception type, value and traceback for this? ...
Greetings. I asked this question quite some time ago, and nobody had any suggestions for me. Since then, I had to shelve squishdot for a time, but now I'm ...
Hi! Just trying some optimizations due to high server load: Our index_html methods usually do something like: <dtml-in "this()(reviewed=1, meta_type='Article',...
Hi Gari, ... sort_order='reverse')" size=10 start=start_ndx> ... start_ndx. ... 6,100 postings) ... sort_limit parameter, but what about putting an start_ndx...
... Well... start_ndx is just an integer specifying the start point of the next 10 articles, so that we put a link: <a href="index_html?start_ndx=10>Next 10...
... Well... start_ndx is just an integer specifying the start point of the next 10 articles, so that we put a link: <a href="index_html?start_ndx=10>Next 10...
... Hmmm, it is, but there's no index for you to do a range search on. I suppose you could try the id and create a FieldIndex for that if one doesnt' exist. ...
I'm making a new site with squishdot and have several questions - I hope you guys can help me out and don't mind the newbie questions: 1) I'm trying to set...
Hi Charlie, ... Hmm, not actually sure this is possible, but try this: In the Squishdot Site object, go to the security tab and remove Anonymous' access to the...
... We have a Simple User Folder with several roles - one of which is Manage - they can access the Zope Management pages. So in our header we have the...
tb: Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39,...
Hello All, especially Chris How to post multiple images attached to one posting? Now i use Extfile with its preview thumbnail generation option, and manually...
Alexander Chelnokov
uniitos@...
Mar 1, 2004 7:34 am
2482
Thanks -that's what I needed! Charlie ... -- Charlie Kalech Director, J-Town Productions Ltd. _________________________________ Designing Web Sites Since 1994 ...
... It'd need to be quite a big change that let the posting's file attribute hold multiple files instead of just the one. Also, some mechanism would be needed...
... Nasty, what version of Zope are you using? The self.data BTree has become corrupted, so: 1063958497 in self.data.keys() == 1 but: self.data[1063958497] ...