Why would some .cgi file code appear in the browser, and not execute? Unfortunately, it's not for every .cgi file, so I'm stumped. The .cgi files all have ...
David Bitton
proviticus@...
Jun 2, 2001 1:26 am
9499
bam! ... David B. Bitton proviticus@... __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo!...
David Bitton
proviticus@...
Jun 2, 2001 2:07 am
9500
Is there any documentation on roxen.ImageCache? I'm trying to follow the code in graphic_text.pike, but it's a but confusing. -dave ... David B. Bitton ...
David Bitton
proviticus@...
Jun 3, 2001 12:56 pm
9501
I have removed my site which used PHP. Roxen still locks up generating a zombie process (<defunct>) and not responding to any signals. This is periodic and...
Csongor Fagyal
concept@...
Jun 4, 2001 2:07 pm
9502
From the MySQL command line: +------+------+------+------+------+------+------+------+------+------+------+------+------+ ... ...
Graeme B. Davis
Graeme.Davis@...
Jun 4, 2001 5:09 pm
9503
I'd like to document my module. I've followed the format from other modules (as to the code at the top), but what do I use to generate the docs? ... David B....
David Bitton
proviticus@...
Jun 5, 2001 9:44 pm
9504
Hi, On my site I've got a textarea in which people can type their text. After hitting a "submit"-button this text is put in a MySQL database. ... Testtext ...
Olaf van Zandwijk
olafz@...
Jun 5, 2001 10:17 pm
9505
... The story is this: The bug identified a general problem, that entities were not "quoted" according to their surrounding context. That general problem is...
Martin Nilsson
nilsson@...
Jun 6, 2001 3:00 am
9506
... <yournewtag help/> -- Sincerely, srb@... Stephen R. van den Berg (AKA BuGless). "If I had to...
Stephen R. van den Berg
srb@...
Jun 6, 2001 10:52 pm
9507
I'm trying to setup a simple search of artists. I have the following in my results page: <table border=1><tr bgcolor="#3366ff"> <th>Title</th><th>Song ...
Barry Rumsey
bjrumsey@...
Jun 8, 2001 12:12 pm
9508
... That depends on what you mean. Perhaps <yourtag help/> or <help for="yourtag"/> is what you are looking for? If not, and you want to generate HTML docs...
Johan Sundström
jhs@...
Jun 8, 2001 12:17 pm
9509
I have tried that but still the same. The search page has just plain <form></form> tags. Do I need to change these so that the information is passed onto the...
Barry Rumsey
bjrumsey@...
Jun 8, 2001 12:42 pm
9510
... ^ &form.artist:mysql; maybe? I guess you have a form in which to enter the artist in an input-field named artist? // M...
Mikael Brandström
mikael@...
Jun 8, 2001 12:48 pm
9511
Thank you Mikael , that was it. It now works :) bjrumsey ... _________________________________________________________________________ Get Your Private, Free...
Barry Rumsey
bjrumsey@...
Jun 8, 2001 12:54 pm
9512
What is the ':mysql' appended to the end of the &form.artist variable for? ... David B. Bitton proviticus@... ...
David Bitton
proviticus@...
Jun 8, 2001 1:03 pm
9513
... Quting, to replace \ with \\, ' with '' etc. I'm not sure if it's still needed, but for 2.0 it was since there was no context-sensitive quoting. // M...
Mikael Brandström
mikael@...
Jun 8, 2001 1:32 pm
9514
I'm using 2.1 build 247 & the ':mysql' appended to the end of the &form.artist variable worked for me, so maybe it is still needed. bjrumsey ... ...
Barry Rumsey
bjrumsey@...
Jun 8, 2001 1:49 pm
9515
... There must be a problem with your code somewhere else. It works all right for me; take a look at http://dan.emsphone.com/~dan/sql.html . Hit 'search' with...
Dan Nelson
dnelson@...
Jun 9, 2001 3:44 am
9516
If I want to use mySQL for caching, is there a .sql file, or script available somewhere to create the roxen DB? ... David B. Bitton proviticus@... ...
David Bitton
proviticus@...
Jun 11, 2001 2:14 pm
9517
... If you're talking about the new 2.2 features from CVS, I need input as well :-) Otherwise, I would need to dig through existing modules and cut&paste code...
Kai Voigt
k@...
Jun 11, 2001 2:44 pm
9518
Kai, I actually was refering to the argument cache option in 2.1. When I enabled it, and pointed Roxen to my mySQL server, Roxen wouldn't startup (errors ...
David Bitton
proviticus@...
Jun 11, 2001 3:06 pm
9519
that's what i get when trying to login to hlstats on my machine using roxen 2.1, its some kind of error in php4. any ideas? event log: Internal server error:...
Magnus Werner
magnus@...
Jun 11, 2001 6:25 pm
9520
... What is the purpose of the stars? Shouldn't it be <emit soure="sql" host="songs" query="SELECT artist FROM songdb WHERE artist LIKE '%&form.artist;%' ORDER...
Martin Nilsson
nilsson@...
Jun 11, 2001 11:05 pm
9521
... I think that cimg.pike is a much better place to look. The essentials are This variable will hold the cache object: roxen.ImageCache the_cache; It is...
Martin Nilsson
nilsson@...
Jun 11, 2001 11:05 pm
9522
Hello! 'cause we're talking about using mySQL for argument caching, I have some questions about this feature. Like David, I want to know how to set up this...
Peter Ohlerich
peter.ohlerich@...
Jun 12, 2001 7:44 am
9523
Is there a mechanism within Roxen to implement .war servlet files? ... David B. Bitton proviticus@... __________________________________________________ ...
David Bitton
proviticus@...
Jun 13, 2001 6:46 pm
9524
If you use resin with Roxen, it supports war files. www.caucho.com ... From: David Bitton [mailto:proviticus@...] Sent: Wednesday, June 13, 2001 2:46 PM...
jkowall
jkowall@...
Jun 13, 2001 7:39 pm
9525
That's funny you mention resin. I've had no luck trying to implement resin w/ roxen 2.1. I have built it, and I though I setup the servlet bridge properly, ...
David Bitton
proviticus@...
Jun 13, 2001 8:07 pm
9526
I haven't used resin with Roxen. My company uses resin, and I know we have deployed our software in warfiles before. We normally don't do it that way, but we...
jkowall
jkowall@...
Jun 13, 2001 8:11 pm
9527
... Is the data being quoted while it is inserted in to the MySQL database, i.e. if you look in the database by using e.g. the mysql command, does everything...