Re: Classic CGI on Win

2010-08-11 Thread Mark Wieder
be in for if you did decide to go this route. - I don't recommend this, but if you *really* have to get Revolution working as a cgi service on a Windows server, here's how. Note that you have to start with having IIS already installed. And you have to be logged

Re: Classic CGI on Win

2010-08-10 Thread Malte Pfaff-Brill
Thanks for the head ups guys. Will have my coworker try to set things up today. Mark, you raised my curiosity. What exactly were the problems you encountered on IIS? Did it work at all? Or was it just complicated? All the best, Malte___

Re: Classic CGI on Win

2010-08-10 Thread Mark Wieder
from the server rather than anything meaningful. I remember the Alamo. It did work eventually. I'll see if I can dig up my writeup for you, but my conclusion after having gone through the experience was that Apache was a *much* better solution for serving cgi scripts than IIS. And I doubt

Learning CGI - Woes

2010-08-10 Thread Bob Cole
cr put Hello World! end startup - I put this hello.cgi file into the /Library/WebServer/CGI-Executables folder. - I copied the standalone to the CGI-Executables folder from: /Applications/Revolution Enterprise/4.0.0-gm-1/Runtime/Mac OS \ X/x86-32/Standalone.app/Contents

Re: Learning CGI - Woes

2010-08-10 Thread Malte Pfaff-Brill
Hi Bob, I could not get it to work with the 4.0 engine either. I did fall back to the 3.5 engine which works as advertised. :-) Hth, Malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Learning CGI - Woes

2010-08-10 Thread Andre Garzia
The last engine to have that behaviour is 3.5. Can't use 4.x as CGI. 3.5 is great, till some time ago I was using 2.9 :D On Tue, Aug 10, 2010 at 9:42 PM, Malte Pfaff-Brill revolut...@derbrill.dewrote: Hi Bob, I could not get it to work with the 4.0 engine either. I did fall back

Re: Learning CGI - Woes

2010-08-10 Thread J. Landman Gay
times) but I can't get the Hello World script to work! As mentioned, 3.5 is the last CGI engine that works. This has sort of broken Zygodact too, since one of it's features is CGI compatibility. I did get RR's permission to send the 3.5 Linux CGI engine to a customer to overcome that. If you don't

Classic CGI on Win

2010-08-09 Thread Malte Pfaff-Brill
Hi folks, as we do not yet have a win version of revServer, I need to set up a CGI on Win Server 2003 (if possible) Requirements are: Needs to work with local postGreSQL DB Needs to work with revXML Is this possible? If so, which components do I need to install where? Server can run Apache

Re: Classic CGI on Win

2010-08-09 Thread Pierre Sahores
version of revServer, I need to set up a CGI on Win Server 2003 (if possible) Requirements are: Needs to work with local postGreSQL DB Needs to work with revXML Is this possible? If so, which components do I need to install where? Server can run Apache. Cheers

Re: Classic CGI on Win

2010-08-09 Thread Malte Pfaff-Brill
Merci beaucoup Pierre, the crux is I have no control over the OS the server is running. :-/ Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Classic CGI on Win

2010-08-09 Thread Pierre Sahores
Hum ! ... Le 9 août 2010 à 13:55, Malte Pfaff-Brill a écrit : Merci beaucoup Pierre, the crux is I have no control over the OS the server is running. :-/ Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Classic CGI on Win

2010-08-09 Thread Andre Garzia
Malte, I think you're in for a wild ride here my friend. I never used CGI on windows machines but if you can run apache then it should be easier than trying this kind of stunt with IIS. Below I will reproduce the steps needed. I haven't tried them I am just converting the common steps for other

Re: Classic CGI on Win

2010-08-09 Thread Peter W A Wood
Malte Thanks to RRobert from Hamburg, if you can do all you want in a standalone, you can do it as a CGI. It is easy to forget that a CGI is just an ordinary program with specific output. His detailed explanation is here - http://forums.runrev.com/phpBB2/viewtopic.php?f=8t=5160p=24096hilit

Re: Classic CGI on Win

2010-08-09 Thread Andre Garzia
, Aug 9, 2010 at 10:36 AM, Peter W A Wood peterwaw...@gmail.com wrote: Malte Thanks to RRobert from Hamburg, if you can do all you want in a standalone, you can do it as a CGI. It is easy to forget that a CGI is just an ordinary program with specific output. His detailed explanation is here

Re: Classic CGI on Win

2010-08-09 Thread Peter W A Wood
Andre I must admit I only tried a simple hello world test on Mac OS X and then not as a CGI but a simple command line executable. Regards Peter On 9 Aug 2010, at 21:44, Andre Garzia wrote: Peter, The standalone trick will not work on some circunstances. If you don't have X11 installed

Re: Classic CGI on Win

2010-08-09 Thread Andre Garzia
, Peter W A Wood peterwaw...@gmail.com wrote: Andre I must admit I only tried a simple hello world test on Mac OS X and then not as a CGI but a simple command line executable. Regards Peter On 9 Aug 2010, at 21:44, Andre Garzia wrote: Peter, The standalone trick will not work on some

Re: Classic CGI on Win

2010-08-09 Thread Mark Wieder
Apache, forget it's a Windows box, and do everything normally (copy into the cgi-bin folder, set the permissions, etc). -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Rev CGI and saving time of event in users time

2010-06-23 Thread jim sims
I'm using a Rev CGI on my server. I am not using iRev, but the older Rev CGI. When a user clicks, asking for a file, I want to save the time of that event using the users time. In other words, not the server's location time but what the user would see wherever they are. Am I correct

Re: Rev CGI and saving time of event in users time

2010-06-23 Thread Andre Garzia
Yo Sims, If this is coming from a HTML form, you can add a hidden field there and use some javascript magic to write the current time there on form submission. :D On Wed, Jun 23, 2010 at 12:58 PM, jim sims s...@ezpzapps.com wrote: I'm using a Rev CGI on my server. I am not using iRev

Re: Rev CGI and saving time of event in users time

2010-06-23 Thread Jim Sims
On Jun 23, 2010, at 7:20 PM, Andre Garzia wrote: Yo Sims, If this is coming from a HTML form, you can add a hidden field there and use some javascript magic to write the current time there on form submission. Thanks! I was thinking of the user clicking on a web page button image but that

Re: No-asci chars from the on-rev CGI

2010-05-04 Thread paolo mazza
Thank you. You are right. Now I realize that from the on-rev CGI (using the put command) i receive a Mac OS character-set string, So, when I am in windows I have to use a macToISO() to translate it into the ISO 8859-1character set. On Mon, May 3, 2010 at 6:21 PM, J. Landman Gay I'm not sure

Re: No-asci chars from the on-rev CGI

2010-05-03 Thread paolo mazza
I am still fighting with the NO-ASCI chars. Even if I encodeBase64 the data, if I connect to the CGI from a web-plugin using Windows platform , I get stange chars. From exactly the same CGI, and using the same revlet, from MAC i get the correct chars with accent (i.e. è à ù ) and from

Re: No-asci chars from the on-rev CGI

2010-05-03 Thread Richmond Mathewson
) and so on where 'X' and 'Z' are the DECIMAL Unicode call numbers of your characters. On 03/05/2010 18:54, paolo mazza wrote: I am still fighting with the NO-ASCI chars. Even if I encodeBase64 the data, if I connect to the CGI from a web-plugin using Windows platform , I get stange

Re: No-asci chars from the on-rev CGI

2010-05-03 Thread J. Landman Gay
paolo mazza wrote: I am still fighting with the NO-ASCI chars. Even if I encodeBase64 the data, if I connect to the CGI from a web-plugin using Windows platform , I get stange chars. From exactly the same CGI, and using the same revlet, from MAC i get the correct chars with accent (i.e

No-asci chars from the on-rev CGI

2010-04-15 Thread paolo mazza
I am facing a problem sending NO-ASCI chars with the rev CGI ( i. e. put ùàòè ) to a Rev application. When I receive a string containing chars with accent (i.e. ùàòè) from the Revolution CGI , I get strange chars. Example: put ùàòè I receive: ^:' How can I fix this? Thanks a lot Paolo

Re: No-asci chars from the on-rev CGI

2010-04-15 Thread Richard Gaskin
paolo mazza wrote: I am facing a problem sending NO-ASCI chars with the rev CGI ( i. e. put ùàòè ) to a Rev application. When I receive a string containing chars with accent (i.e. ùàòè) from the Revolution CGI , I get strange chars. Example: put ùàòè I receive: ^:' How can I fix

Re: No-asci chars from the on-rev CGI

2010-04-15 Thread paolo mazza
Thank you Richard. I fixed everythingh and now my first application in the iPhone is running. Thanks a lot to everybody in this great list !!! All the best Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Old CGI engine and POST

2010-03-25 Thread Klaus Major
Hi all, maybe someone happens know this? We are using an old Rev engine as a CGI engine on our server. Is it possible to POST something to an url with this old CGI engine? Know what I mean? I do not have the chance to test this in the moment. Thanks for all answers :-) Best Klaus -- Klaus

Re: Old CGI engine and POST

2010-03-25 Thread Björnke von Gierke
this? We are using an old Rev engine as a CGI engine on our server. Is it possible to POST something to an url with this old CGI engine? Know what I mean? I do not have the chance to test this in the moment. Thanks for all answers :-) Best Klaus -- Klaus Major http://www.major-k.de kl

Re: Old CGI engine and POST

2010-03-25 Thread Klaus Major
Hi Björnke, should work, but you need to load liburl yourself, as it's (for obvious reasons) not included directly in the engine. Note that some colocation and shared servers will not allow any outgoing sockets. thanks for the fast answer! Since this is our server, there won't be any

Re: Old CGI engine and POST

2010-03-25 Thread Andre Garzia
Klaus, I think it is easier to shell() to CURL than to load libURL on old CGI engines. CURL can POST, GET and pretty much anything you want. Cheers andre On Thu, Mar 25, 2010 at 11:33 AM, Klaus Major kl...@major.on-rev.comwrote: Hi Björnke, should work, but you need to load liburl

Re: Old CGI engine and POST

2010-03-25 Thread Klaus Major
Hi Andre, Klaus, I think it is easier to shell() to CURL than to load libURL on old CGI engines. CURL can POST, GET and pretty much anything you want. ah, yes, I see! Good idea, since we have a Mac server (an old eMac, but what the heck :-) CURL shoould already avialble on that machine

Re: Old CGI engine and POST

2010-03-25 Thread J. Landman Gay
Klaus Major wrote: Hi all, maybe someone happens know this? We are using an old Rev engine as a CGI engine on our server. Is it possible to POST something to an url with this old CGI engine? If you mean, the cgi needs to catch POST requests and process them then yes, I catch those all

Re: Old CGI engine and POST

2010-03-25 Thread Klaus Major
Bonjour Jacqueline, Klaus Major wrote: Hi all, maybe someone happens know this? We are using an old Rev engine as a CGI engine on our server. Is it possible to POST something to an url with this old CGI engine? If you mean, the cgi needs to catch POST requests and process them then yes, I

Re: Old CGI engine and POST

2010-03-25 Thread Richard Gaskin
Klaus Major wrote: Bonjour Jacqueline, Klaus Major wrote: Hi all, maybe someone happens know this? We are using an old Rev engine as a CGI engine on our server. Is it possible to POST something to an url with this old CGI engine? If you mean, the cgi needs to catch POST requests

Re: Old CGI engine and POST

2010-03-25 Thread Andre Garzia
Richard, it is a CGI context, the CGI engine does not load libURL by default. Cheers andre On Thu, Mar 25, 2010 at 12:50 PM, Richard Gaskin ambassa...@fourthworld.com wrote: Klaus Major wrote: Bonjour Jacqueline, Klaus Major wrote: Hi all, maybe someone happens know this? We

Can a Rev cgi accept connections?

2010-01-18 Thread Nicolas Cueto
Why do I ask? Cause, after studying about sockets using Rev's chat server/client sample stack (thank you to Bill Vlahos for pointing it out), I'm now trying to get a Rev cgi script to act as the server (the script will be in my on-rev Rev-cgi folder). Unfortunately, what works locally isn't

Re: Can a Rev cgi accept connections?

2010-01-18 Thread Mark Schonewille
for pointing it out), I'm now trying to get a Rev cgi script to act as the server (the script will be in my on- rev Rev-cgi folder). Unfortunately, what works locally isn't at all on the web. If it helps, here's the Rev cgi server-script and a snippet of the client stack

Re: Can a Rev cgi accept connections?

2010-01-18 Thread Nicolas Cueto
As far as RunRev is concerned, it is possible, but your web host may not allow it. Thanks Mark. My webhost is onrev. So, I'd think they'd allow it. -- Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Can a Rev cgi accept connections?

2010-01-18 Thread Jim Ault
Cause, after studying about sockets using Rev's chat server/client sample stack (thank you to Bill Vlahos for pointing it out), I'm now trying to get a Rev cgi script to act as the server (the script will be in my on- rev Rev-cgi folder). Unfortunately, what works locally isn't at all

4.0 engine as an executable shell/cgi

2009-12-23 Thread Bernard Devlin
. Seems like a strange explanation, but there you go... It means anyone who does use that kind of functionality should keep old copies of Rev around. And with Rev version 4+ it will no longer be possible to use Rev as a cgi program. Has the apache module been released so that Rev can be used on one's

Re: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Richard Gaskin
to produce revlets. Seems like a strange explanation, but there you go... It means anyone who does use that kind of functionality should keep old copies of Rev around. And with Rev version 4+ it will no longer be possible to use Rev as a cgi program. Has the apache module been released so that Rev

Re: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Bernard Devlin
Hi Richard On Wed, Dec 23, 2009 at 12:52 PM, Richard Gaskin ambassa...@fourthworld.com wrote: In the meantime I've continued using the v3.5 engine as a CGI, and given that most of the v4 changes affect things that don't come into play in a faceless mode I would imagine v3.5 would be suitable

Re: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Richard Gaskin
Bernard Devlin wrote: But I thought it was important to raise this issue about the changes to the way Rev works in case other people were thinking to use Rev 4 in a cgi environment. Agreed. I understand RunRev Ltd. is on holiday break at the moment, but I'm hoping when they get back they'll

Rev compress, cgi, php, zip

2009-12-11 Thread Jim Ault
I am refining my algorithms to connect web hosted servers that do not work with Revolution CGI to On-Rev and other web servers that do run Rev CGI. I have several mechanisms working for moving data and processing logic between domains, and would like to add the compression scheme

Re: Rev compress, cgi, php, zip

2009-12-11 Thread stephen barncard
/disco.irev 2009/12/11 Jim Ault jimaultw...@yahoo.com I am refining my algorithms to connect web hosted servers that do not work with Revolution CGI to On-Rev and other web servers that do run Rev CGI. I have several mechanisms working for moving data and processing logic between domains, and would

Re: Rev compress, cgi, php, zip

2009-12-11 Thread David Beck
Hi Jim, In order to decompress data in PHP that was compressed using Rev you need to strip a few bytes off the start of the data: $decompressedData = gzinflate( substr( $dataCompressedWithRev , 10 ) ); However I have not been able to figure out how to go the other way, that is,

Re: Rev compress, cgi, php, zip

2009-12-11 Thread Jim Ault
Your library is on my list to study as I journey toward my client's goals. I have a couple new ideas (after reading Stephen Barncard's email) and digging up some of my own work from 2008. I think a couple solutions will blossom and I will let you know. The most valuable part for my project

Re: about Rev cgi and MySQL

2009-11-03 Thread Jan Schenkel
This problem isn't unique to cgi-scripting - you have the same issues with a desktop application where concurrent updates need to be handled. There are 3 approaches to concurrent changes: - pessimistic locking (no one can change the record while somebody has it locked) - optimistic locking

Re: about Rev cgi and MySQL

2009-11-03 Thread Rick Harrison
, or to cancel their update for later.) I hope this helps! Rick On Nov 3, 2009, at 8:28 AM, Jan Schenkel wrote: This problem isn't unique to cgi-scripting - you have the same issues with a desktop application where concurrent updates need to be handled. There are 3 approaches to concurrent changes

Irev; Rev Cgi; stack as dBase: runs in iFrame in Word Press

2009-11-02 Thread Sivakatirswami
CMS frameworks. In this case a Word Press mu blog. http://himalayanacademy.com/blog/taka/2009/11/02/words-to-ponder/ The chain of elements in the framework are interesting, as we use -- an iFrame -- Calls a .irev page -- .irev page calls a rev-cgi -- rev-cgi starts using a stack -- stack

Re: Irev; Rev Cgi; stack as dBase: runs in iFrame in Word Press

2009-11-02 Thread J. Landman Gay
Sivakatirswami wrote: The chain of elements in the framework are interesting, as we use -- an iFrame -- Calls a .irev page -- .irev page calls a rev-cgi -- rev-cgi starts using a stack -- stack function digs for and returns the content -- results are posted back to word press. The thing

about Rev cgi and MySQL

2009-11-02 Thread Nicolas Cueto
Just curious about something. But I don't know the technical vocabulary, so please forgive this verbose (and confusing?) explanation. I think it essentially has do with user queues. I have a Rev.cgi script on the On-Rev server that works in this 3-step sequence: (STEP 1) uses SELECT to

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
-based Japanese cellphones to an .irev script. As a workaround, I've make a .php script that can read in $_POST. The next step is using php to forward the $_POST data to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Nicolas Cueto
Thank you Pierre, but I do not understand your example. Where is the ?rev declaration? How does the (rev?) function sc_contact_report get called? I see a contact_report, but no sc_contact_report. About the input type submit, shouldn't there be a form action=somefile.irev method=post line

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
. The next step is using php to forward the $_POST data to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php, so am instead posting this somewhat off-topic request for help. Has someone tried to use php

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php, so am instead posting this somewhat off-topic request for help. Has someone tried to use php to relay data to .irev/rev-cgi? Thanks. -- Nicolas Cueto

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Richard Gaskin
This discussion has taken some useful and enlightening turns, but has anyone yet pinned down the specific recipe for the root problem which started this, in which it seems that Rev seems unable to get POST data in non-English/non-ISO8959-1 languages? Is there a but report filed against

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Interesting. I did'nt know about this. Thanks for the input, Richard -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 28 juil. 09 à 15:02, Richard Gaskin a écrit : This discussion has taken some useful and enlightening turns, but has anyone yet pinned down the specific

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
that can read in $_POST. The next step is using php to forward the $_POST data to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php, so am instead posting this somewhat off-topic request for help. Has

a php relay to either rev cgi or onrev

2009-07-27 Thread Nicolas Cueto
to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php, so am instead posting this somewhat off-topic request for help. Has someone tried to use php to relay data to .irev/rev-cgi? Thanks. -- Nicolas Cueto

Re: a php relay to either rev cgi or onrev

2009-07-27 Thread Jim Ault
. The next step is using php to forward the $_POST data to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php, so am instead posting this somewhat off-topic request for help. Has someone tried to use php to relay

Re: a php relay to either rev cgi or onrev

2009-07-27 Thread Bernard Devlin
Japanese cellphones to an .irev script. As a workaround, I've make a .php script that can read in $_POST. The next step is using php to forward the $_POST data to an .irev or rev-cgi script -- assuming of course that such a thing is possible. But, I really want to avoid having to learn (any more!) php

[ON-REV] on-rev server and labelling directories cgi-bin

2009-06-29 Thread Nicolas Cueto
Pushing the OT envelope maybe but... Does the on-rev server treat subdirectories and their contents differently when the directory housing them is labelled cgi-bin? In the directory linked to my domain name, I've created a folder cgi-bin and then within it created a folder junkimg with jpgs

Re: [ON-REV] on-rev server and labelling directories cgi-bin

2009-06-29 Thread Bill Marriott
envelope maybe but... Does the on-rev server treat subdirectories and their contents differently when the directory housing them is labelled cgi-bin? [...] when I try to access the images inside kweto.net/cgi-bin/junkimg/, I get a 500 error

Japanese text, cgi, sql (again)

2009-06-04 Thread Nicolas Cueto
with this final part of my cgi script: -- put Content-Type: text/plain cr before buffer -- put Content-Type: text/html; charset = utf-8 cr put Content-Length: the length of buffer cr cr put buffer As the commented-out lines show, I've tried different Content-Type. But not having

Re: Japanese text, cgi, sql (again)

2009-06-04 Thread Martin Baxter
), my latest thought is the problem may lie with this final part of my cgi script: -- put Content-Type: text/plain cr before buffer -- put Content-Type: text/html; charset = utf-8 cr put Content-Length: the length of buffer cr cr put buffer As the commented-out lines show

Re: Japanese text, cgi, sql (again)

2009-06-04 Thread Kay C Lan
On Thu, Jun 4, 2009 at 2:35 PM, Nicolas Cueto nicon...@gmail.com wrote: On and off over the last three years, I've been trying to crack the problem of downloading Japanese text which is contained in a mysql database by a stack + rev.cgi combination. It's that time of year again. As with

Converting server-based cgi app to work locally

2009-05-19 Thread Richard Miller
I have a Rev app that is closely integrated with some remote server-based Rev cgi scripting. I'd like to modify the app so it can work locally when there's no internet connection. I have lots of calls like this: put url (http://65.23.xxx.x/cgi-bin/RevSearch.cgi?setcompdata=; compfile

Re: Converting server-based cgi app to work locally

2009-05-19 Thread Sarah Reichelt
On Wed, May 20, 2009 at 12:40 AM, Richard Miller w...@together.net wrote: I have a Rev app that is closely integrated with some remote server-based Rev cgi scripting. I'd like to modify the app so it can work locally when there's no internet connection. I have lots of calls like this: put

Re: Converting server-based cgi app to work locally

2009-05-19 Thread Richard Miller
Thanks, Sarah. I was able to sort it out using localhost. Richard Sarah Reichelt wrote: On Wed, May 20, 2009 at 12:40 AM, Richard Miller w...@together.net wrote: I have a Rev app that is closely integrated with some remote server-based Rev cgi scripting. I'd like to modify the app so

Django with On-Rev Using CGI

2009-05-04 Thread Gordon Tillman
Howdy Folks, Here is a quick post that shows how to install Django (and several other packages) and configure it to work with your On-Rev account. http://www.gordontillman.info/computers/41-web-application-development/99-django-with-on-rev --gordon

Re: Django with On-Rev Using CGI

2009-05-04 Thread David Bovill
Fab! Have not used Django in a few years - have some Rev scripts hanging around somewhere that would parse / create Django XML files... by the way what do you like about Mercurial? I've just moved over to GIT, but not had a look at Mercurial? 2009/5/4 Gordon Tillman g...@mindspring.com Howdy

Re: Django with On-Rev Using CGI

2009-05-04 Thread Gordon Tillman
David Bovill wrote: Fab! Have not used Django in a few years - have some Rev scripts hanging around somewhere that would parse / create Django XML files... by the way what do you like about Mercurial? I've just moved over to GIT, but not had a look at Mercurial? David I've never used Git, so I

Re: Django with On-Rev Using CGI

2009-05-04 Thread Mark Wieder
Gordon- Monday, May 4, 2009, 8:43:42 AM, you wrote: Here is a quick post that shows how to install Django (and several other packages) and configure it to work with your On-Rev account. !!! This is exciting and timely. I was just wondering this morning about what it would take to get Django

[ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Hello Again my Friends, Are you struggling to install the Revolution CGI engine on your On-Rev account? Can't stand cPanel? Don't know what FTP or CHMOD is? Well, well, well, your problems are OVER! With this new handy self contained self distributable self selfish installer, you'll be able

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
needed replaced. I downloaded the zip file and put it in my public_html folder using the webdisk from on-rev. then I entered the below in my broswer. http://sundown.on-rev.com/cgi-bin/hello.cgi instead of taking me to a page with Hello World like your example I get an Internal Server Error Do you

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
needed replaced. I downloaded the zip file and put it in my public_html folder using the webdisk from on-rev. then I entered the below in my broswer. http://sundown.on-rev.com/cgi-bin/hello.cgi instead of taking me to a page with Hello World like your example I get an Internal Server Error

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread runrev260805
Hi Andre, and again thanks for your amazing work. Although i have already installed the engine manually into one folder a few days ago, this tool will help me to install the cgi into other domain folders. Matthias Original Message Subject: [ANN] Revolution CGI Engine

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
into one folder a few days ago, this tool will help me to install the cgi into other domain folders. Matthias Original Message Subject: [ANN] Revolution CGI Engine installation tool for On-Rev accounts (24-Apr-2009 18:26) From:Andre Garzia an...@andregarzia.com

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
in on by the webdisk offered with on-rev and it appears to have been poorly copied so needed replaced. I downloaded the zip file and put it in my public_html folder using the webdisk from on-rev. then I entered the below in my broswer. http://sundown.on-rev.com/cgi-bin/hello.cgi instead

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
that was installed. I had put in on by the webdisk offered with on-rev and it appears to have been poorly copied so needed replaced. I downloaded the zip file and put it in my public_html folder using the webdisk from on-rev. then I entered the below in my broswer. http://sundown.on-rev.com/cgi-bin

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
I have Personal Web Sharing turned on in my system preference folder. Is that wrong, right or doesn't matter? -=JB=- On Apr 24, 2009, at 9:22 AM, Andre Garzia wrote: Hello Again my Friends, Are you struggling to install the Revolution CGI engine on your On-Rev account? Can't stand cPanel

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
to have been poorly copied so needed replaced. I downloaded the zip file and put it in my public_html folder using the webdisk from on-rev. then I entered the below in my broswer. http://sundown.on-rev.com/cgi-bin/hello.cgi instead of taking me to a page with Hello World like your example I

Re-2: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread runrev260805
returned status 2 tar: Error exit delayed from previous errors chmod: cannot access `cgi-bin/revolution': No such file or directory chmod: cannot access `cgi-bin/*.cgi': No such file or directory Regards, Matthias Original Message Subject: Re: [ANN] Revolution CGI Engine

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
://sundown.on-rev.com/cgi-bin/hello.cgi instead of taking me to a page with Hello World like your example I get an Internal Server Error Do you have any idea what the problem is? -=JB=- On Apr 24, 2009, at 9:22 AM, Andre Garzia wrote: Hello Again my Friends, Are you struggling to install

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread J. Landman Gay
-= JB =- wrote: I have Personal Web Sharing turned on in my system preference folder. Is that wrong, right or doesn't matter? It doesn't matter. Your home PC is irrelevant to on-rev. The only connection in this case is that you are mounting the remote server on your desktop in order to

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Thanks again. The reason I turned it on is in your lesson it told me to turn something on in a preference and that was the closest thing I found. Maybe that was one of my problems since I turned that on instead of something else that needed turned on. -=JB=- On Apr 24, 2009, at 10:16

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread J. Landman Gay
-= JB =- wrote: Thanks again. The reason I turned it on is in your lesson it told me to turn something on in a preference and that was the closest thing I found. Maybe that was one of my problems since I turned that on instead of something else that needed turned on. That was for testing

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Thanks to you and Andre again. The info you provided cleared a lot of things up and is needed even though it is installed. -=JB=- On Apr 24, 2009, at 10:30 AM, J. Landman Gay wrote: -= JB =- wrote: Thanks again. The reason I turned it on is in your lesson it told me to turn something on

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
. The auto-update code is very small, it allows me to patch things, and you there using it on your own servers will see the announcement as soon as you load the page. Quite nice! http://andregarzia.on-rev.com/installcgi.irev Even if you already installed the revolution cgi engine, it is nice to check

Re: Re-2: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Matthias, there is a new version with version check and auto updating of the installation tool. Can you check it out please? Thanks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
. The auto-update code is very small, it allows me to patch things, and you there using it on your own servers will see the announcement as soon as you load the page. Quite nice! http://andregarzia.on-rev.com/installcgi.irev Even if you already installed the revolution cgi engine, it is nice to check

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
the page. Quite nice! http://andregarzia.on-rev.com/installcgi.irev Even if you already installed the revolution cgi engine, it is nice to check this code to see how to make auto-updating pages. Very user friendly. Cheers ___ use-revolution mailing list

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread andre
/installcgi.irev Even if you already installed the revolution cgi engine, it is nice to check this code to see how to make auto-updating pages. Very user friendly. Cheers ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: suddenly not working -- Rev cgi plus mysql on webhost (DreamHost)

2009-03-26 Thread Nicolas Cueto
, and all get placed in the same directory I use for rev-cgi work. (Side note # 1: Still curious about why the 2.6 engine and the new server set up didn't get along.) Then, I added the following lines to my rev-cgi script: put /[PATH TO CGI DIRECTORY]/revdb.so into tExternals set

Re: suddenly not working -- Rev cgi plus mysql on webhost (DreamHost)

2009-03-24 Thread Nicolas Cueto
Things still ain't working like they used to, but, following up on some of the advise here, some other possibly useful clues have come up. BTW, perhaps I wasn't clear on this. It's not that my Rev-cgi setup no longer works. All my Rev-cgi scripts still work. What is not working well since

Re: suddenly not working -- Rev cgi plus mysql on webhost (DreamHost)

2009-03-23 Thread Nicolas Cueto
Thank you, Richard. Following your advice, I have now checked the error logs. The possible source of the problem seems to be that, in the move of my account by DreamHost to a new server, a required library was not reinstalled (Could not open libgdk-x11-2.0.so: libgobject-2.0.so: cannot open

Re: suddenly not working -- Rev cgi plus mysql on webhost (DreamHost)

2009-03-23 Thread Björnke von Gierke
is not a number then put Error: Could not open connection to database connid into buffer Hi Nicolas I think the path should be the old one, as your test-cgi does see it's own path as such: $SCRIPT_FILENAME = /home/USERID/USERID.com/myRevcgiFolder/revGlobals.cgi What I'd try (into the blue

Re: suddenly not working -- Rev cgi plus mysql on webhost (DreamHost)

2009-03-23 Thread stephen barncard
Hi Nicolas I think the path should be the old one, as your test-cgi does see it's own path as such: $SCRIPT_FILENAME = /home/USERID/USERID.com/myRevcgiFolder/revGlobals.cgi What I'd try (into the blue) is using localhost instead of revsql.USERID.com for the revOpenDatabase function

  1   2   3   4   5   6   7   8   9   10   >