From punkey at xs4all.nl Sun Sep 8 13:56:20 2002 From: punkey at xs4all.nl (Punkey) Date: Sun Sep 8 13:56:20 2002 Subject: [thesite] evolttest.sql in SQL2000? Message-ID: <1815759581.20020908164005@xs4all.nl> Hey all, I downloaded the Evolt CMS last night to check it out and see if I can help somewhere. But I seem to have a problem with the sql-script which is included in the package. I can't get it to run in my Query analyzer in SQL2000. I found in the archives here that it actually is an oracle-script. Is there anybody who already has a .sql-file for the creation of the tables in SQL2000? Any other help would be appreciated! Kind regards Frank Meeuwsen Punkey.com From shaun at mindlock.co.uk Sun Sep 8 17:43:01 2002 From: shaun at mindlock.co.uk (Shaun) Date: Sun Sep 8 17:43:01 2002 Subject: [thesite] evolttest.sql in SQL2000? Message-ID: <000501c23f14$94609a90$2137c350@nex> Hi Frank I m also looking for one as well, can you let me know if you find one? regards Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: From r937 at interlog.com Sun Sep 8 17:43:03 2002 From: r937 at interlog.com (rudy) Date: Sun Sep 8 17:43:03 2002 Subject: [thesite] evolttest.sql in SQL2000? Message-ID: <01c2577c$9b2eec20$1be6059a@rudy> >Is there anybody who already has a .sql-file for the creation of the >tables in SQL2000? if there is, i'd like to know too but i suspect there isn't, because of the need to change the code to match we make extensive use of oracle's sequences, with the result that every INSERT uses NEXTVAL in sql/server, with identity fields, all the INSERTS would have to be rewritten to remove reference to those fields rudy From spectrum at post.com Thu Sep 12 13:39:13 2002 From: spectrum at post.com (Spectrum WebDesign) Date: Thu Sep 12 13:39:13 2002 Subject: [thesite] Evolt-CMS script from Oracle to SQL Message-ID: <20020912183155.42254.qmail@mail.com> hi guys, finally ok. Scripts from Oracle to SQL for Evolt-CMS. Success for all. Marco Brazilian Poor CFDeveloper p.s.: any error please contact me -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sql2.txt URL: From punkey at xs4all.nl Fri Sep 27 11:09:00 2002 From: punkey at xs4all.nl (Punkey) Date: Fri Sep 27 11:09:00 2002 Subject: [thesite] How to get the application started with CFMX? Message-ID: <823712878.20020927180822@xs4all.nl> Hey all, I'm having the hardest time getting the Evolt application running. I have IIS 5.0 and Cold Fusion MX. I install the public_html folder in the c:\cfusionMX\wwwroot folder and make a virtual directory in IIS to that folder (C:\CFusionMX\wwwroot\public_html\) Now, I see the startpage from Evolt, but I can't do anything! Whatever I click, I get errors, because of wrong mappings (I guess). The link "Submit an article links to localhost/article/index.html?action=submit instead of localhost/evolt/article/index.html?action=submit. But the again, that link doesn't work either What am I missing here? Am I doing something wrong? I hope someone can help me out here.... Kind regards, Frank From jeff at members.evolt.org Fri Sep 27 14:48:22 2002 From: jeff at members.evolt.org (.jeff) Date: Fri Sep 27 14:48:22 2002 Subject: [thesite] How to get the application started with CFMX? In-Reply-To: <823712878.20020927180822@xs4all.nl> Message-ID: frank, ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< > From: Punkey > > I'm having the hardest time getting the Evolt > application running. I have IIS 5.0 and Cold Fusion MX. ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< the source code will require some serious modifications to get it to run under iis. start by changing the custom 404 handler to a url handler set to /index.cfm. second, you'll need to fool around with the formurl2attributes custom tag to parse the query string instead of the cgi.request_uri. ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< > I install the public_html folder in the > c:\cfusionMX\wwwroot folder and make a virtual directory > in IIS to that folder > (C:\CFusionMX\wwwroot\public_html\) Now, I see the > startpage from Evolt, but I can't do anything! ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< you've got that part setup right. ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< > Whatever I click, I get errors, because of wrong > mappings (I guess). ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< you'll need a mapping for /evolt which points to c:/cfusionmx/wwwroot/public_html/ ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< > The link "Submit an article links to > localhost/article/index.html?action=submit instead of > localhost/evolt/article/index.html?action=submit. ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< it's not supposed to point to /evolt/article/index.html?action=submit. what you're seeing is correct. the entire site purposely generates 404 errors in order to maintain the search engine friendly urls. get the url parsing correct, and that'll solve most of your problems. .jeff http://evolt.org/ jeff at members.evolt.org http://members.evolt.org/jeff/ From Liorean at user.bip.net Fri Sep 27 16:33:00 2002 From: Liorean at user.bip.net (Liorean) Date: Fri Sep 27 16:33:00 2002 Subject: [thesite] Referrers for m.e.o account? Message-ID: <5.1.0.14.0.20020927232928.00b2a7d0@pop3.bip.net> Hello! If I'm trying to collect the referrers for the bookmarklets I have on my m.e.o account. Where can I find the referrers log, and do I have access to it? If you have one but I haven't got access to it, is there any possibility to get access to those concerning my account? I thought that people might be interested in what pages my bookmarklets have been used on. (ViewStyles is the most interesting in this case...) // Liorean From dmah at members.evolt.org Sun Sep 29 11:10:00 2002 From: dmah at members.evolt.org (Dean Mah) Date: Sun Sep 29 11:10:00 2002 Subject: [thesite] Referrers for m.e.o account? In-Reply-To: <5.1.0.14.0.20020927232928.00b2a7d0@pop3.bip.net> References: <5.1.0.14.0.20020927232928.00b2a7d0@pop3.bip.net> Message-ID: <20020929160539.GA1214@alice.cg.shawcable.net> Currently the logs are not separated for individual accounts and are not accessible. I'll look into the possibility, however. Dean - on behalf of evolt.org - On Fri, Sep 27, 2002 at 11:35:08PM +0200, Liorean wrote: > Hello! > > If I'm trying to collect the referrers for the bookmarklets I have on my > m.e.o account. > Where can I find the referrers log, and do I have access to it? > If you have one but I haven't got access to it, is there any possibility to > get access to those concerning my account? > > I thought that people might be interested in what pages my bookmarklets > have been used on. > (ViewStyles is the most interesting in this case...) > > // Liorean