Search the web
Sign In
New User? Sign Up
roxen
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5384 - 5413 of 9614   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5384
Bah kiwi's are basicly australian's anyway ;) ... Regards Simon Network and System Management Officer ITS University of Wollongong Wollongong, 2522 Phone:...
Simon Coggins
simon@...
Send Email
Jan 1, 2000
9:47 am
5385
Hi, I am using the NTv1.3 of challenger. Having my first taste of the product and it works great. However, it caches pages and I can't stop it. Are there...
Fong, Kenneth
kenneth.fong@...
Send Email
Jan 1, 2000
11:55 am
5386
I heard that the last one to come to Australia forgot to turn the lights out over there anyway :) <duck> ... -- ...
Allen Bolderoff
allen@...
Send Email
Jan 1, 2000
12:26 pm
5387
The only solution I've found sofar that really works (even for IE5) is Aleph One's patch with the DYNAMIC() function. He sent the patch to this list some time...
Mikael Blomqvist
micke@...
Send Email
Jan 1, 2000
1:16 pm
5388
... You send an unsubscribe message to the roxen-request@... address from the correct mail address. I've now unsubscribed <rahsheen@...> which I...
Henrik Grubbström
grubba@...
Send Email
Jan 2, 2000
4:07 pm
5389
Hello, I've installed Roxen 1.3.122 that is in Debian potato and found a bug in base_server/wizard.pike. It blindly divides the 'action' variable with "\0" not...
Hirling Endre
endre@...
Send Email
Jan 2, 2000
8:40 pm
5390
... This is a known bug. There's a patch for it available from <ftp://ftp.roxen.com/pub/roxen/patches/roxen_1.3.122-wizard.pike.patch>. ... This belongs on the...
Martin Stjernholm
mast@...
Send Email
Jan 3, 2000
2:50 am
5391
I'm trying to register for the community, but keep getting this message: "Could not register user. Try changing the name." Does anyone know what that means?...
Glenn Crownover
glenn@...
Send Email
Jan 3, 2000
6:32 am
5392
In my version nothing works. I use wizard on allmost all pages ... Roxen version: Roxen·Challenger at Heidrich.internet.deltav (Roxen Challenger/1.3.122) ...
Heidrich Attila
heidrich@...
Send Email
Jan 3, 2000
8:02 am
5393
... Oh right. Think perl :) James Tyson -- Head Engineering Toolsmith - The Internet Group....
James Tyson
james.tyson@...
Send Email
Jan 3, 2000
9:27 am
5394
... I just tried registering a new user, and it worked. There probably already exists a user with the email address you're trying to use. Until I (or someone...
Johan Schön
js@...
Send Email
Jan 3, 2000
3:32 pm
5395
... I've just recently posted an answer to this issue, but maybe it deserves a repeat: A patch for this bug is available from ...
Martin Stjernholm
mast@...
Send Email
Jan 3, 2000
3:40 pm
5396
OK, the calendar tag looks great so far, but I have two questions on it: o Is it possible to alter the colors without altering the code? o Is it possible to...
Bill Anderson
bill.anderson@...
Send Email
Jan 3, 2000
5:15 pm
5397
... it seems that you are refering to the calendar module i wrote http://www.iaeste.or.at/~mbaehr/(unfoldtree,calendar)/ both colors and direction are...
Martin Baehr
mbaehr@...
Send Email
Jan 3, 2000
6:53 pm
5398
Quick and easy question. Can anyone point me to the documentation for the Intraseek search engine for use on the Roxen Challenger Web Server??? I've downloaded...
Steven Lemons
slemons@...
Send Email
Jan 3, 2000
10:13 pm
5399
The downloadable doc's on roxen.com does only cover Roxen Challenger and as you may know, IntraSeek is part of Roxen Platform. The manual for this is included...
Joachim Nyman Silvers...
jocke@...
Send Email
Jan 4, 2000
7:53 am
5400
Hi! I have problems accessing my postgres databases. I have roxen-1.3.122-1mdk installed, it has postgres in the feature list. I used the database with the...
Heidrich Attila
heidrich@...
Send Email
Jan 5, 2000
9:52 am
5401
... There could be a postgres-library version mismatch. You could try recompiling from the sources in oprder to match your setup. ... That's corrct. In the...
Francesco Chemolli
kinkie@...
Send Email
Jan 5, 2000
10:32 am
5402
Hi, On Wed, 5 Jan 2000, Heidrich Attila wrote: [...] ... [...] ... ^^^^^^^^^^^^^^^^^^^^^^^ The Pike interpreter is at a different place: /usr/bin/pike-roxen,...
Oliver Schade
schade@...
Send Email
Jan 5, 2000
10:54 am
5403
Is is possible to do sub-reports with Roxen? i tried to have more than 1 sql query inside <sqloutput> but it barfed.. or how can i use an <if> to determine if...
Andrew Dauncey
daunce@...
Send Email
Jan 5, 2000
11:45 am
5404
... This should work, I guess: <sqloutput query="select foo from bar"> <sqloutput query="select name from gazonk where id=#foo#" quote=*> ID: #foo#, name:...
Rasmus Sten
Rasmus.Sten@...
Send Email
Jan 5, 2000
11:52 am
5405
... I've never gotten it to work. My suggestion is to re-write it in Pike-script (which I had to do when i needed nested SQL-outputs) -- /Ian D 0705-261517 ::...
Ian Delahorne
ian@...
Send Email
Jan 5, 2000
12:26 pm
5406
... Nesting sqloutput works fine for me. Here is a snippet from a page I wrote recently: <formoutput quote='@'> <sqloutput host=energy query="select * from...
Peter J. Holzer
hjp@...
Send Email
Jan 5, 2000
12:44 pm
5407
... You could use a variable in the loop to determine whether it's the first iteration or not, something like this: <sqloutput query="select txtName, intRuns...
Rasmus Sten
Rasmus.Sten@...
Send Email
Jan 5, 2000
1:29 pm
5408
Hi, I'm about to start writing a (probably relatively complex) tag container module, and I'de like to make sure that I start doing it a sensible way! The tags...
Lee Essen
lee.essen@...
Send Email
Jan 5, 2000
6:11 pm
5409
... That's probably the way I'd do it (and did in eg the config-tablist module). ... Depends on if the <item> tags are meaningful outside the scope of the ...
Henrik Grubbström
grubba@...
Send Email
Jan 5, 2000
6:32 pm
5410
... no (no, yes) register internal tags is possible but pollutes your rxml-namespace (you might have a different kind of item somewhere else) also using...
Martin Baehr
mbaehr@...
Send Email
Jan 5, 2000
7:16 pm
5411
... Interesting.. I've never got quote=.. to work with sqloutput.. I've used to escape with ## in the inner sqloutput.. Will have to try it again... // M ... ...
Mikael Brandström
mikael@...
Send Email
Jan 6, 2000
12:48 am
5412
(Dammit, the roxen list still refuses any mail possibly originating from a root-user, and the stupid netscape of course sends my uid regardless of my address,...
Sten Eriksson
sten.eriksson@...
Send Email
Jan 6, 2000
2:28 am
5413
... Of course, becouse RPM does not create link or script I can use for my standalone pike applications. Afterall I replaced the Postgres.so from the one in...
Heidrich Attila
heidrich@...
Send Email
Jan 6, 2000
7:47 am
Messages 5384 - 5413 of 9614   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help