Have you tried running the query outside of Frontier? One of the best debugging techniques I use (both for SQLite and MySQL) is to use one of the client...
3538
creecode
Mar 10, 2008 10:38 pm
Hello Russ, ... This looks OK. ... (this file does not ... exist I suspect this ... I don't think colons are the problem, they get translated by the OS. Since...
3539
russellgum
Mar 10, 2008 11:56 pm
... I don't think the file is in the expected location. It is not at Big Mac:Users:russgum:Library:Caches:TemporaryItems:states.db3 It is in the top level of...
3540
creecode
Mar 11, 2008 12:25 am
Hey Russ, ... (not the path - the / are ... Oh my that is a problem! I would suggest moving to v10.1a15 and see if the problem happens with it. There have...
3541
russellgum
Mar 11, 2008 3:16 am
... I moved to 10.1a15 and there was no problem. Thanks again. BTW the link to the files (From the home page of frontierkernel) says "Source code and builds...
3542
David Gewirtz
zatzdiagnostic
Apr 4, 2008 3:26 am
Anyone know if this is a "301" redirect? Google likes those for moving domains and rather than dig into the code, figured I'd see if anyone had tinkered with...
3543
Matt Neuburg
mattneub
Apr 4, 2008 5:26 pm
I'm curious as to whether there's anyone out there (on this list) who is using Frontier *just* for static Web site rendering, i.e. the stuff in chapter 41 of...
3544
David Gewirtz
zatzdiagnostic
Apr 4, 2008 5:32 pm
I used to use the Web site framework for everything, but I've since converted to feeding out of Frontier with mainResponder, but not Manila. I've thought about...
3545
Brian Hughes
brianvh
Apr 4, 2008 5:45 pm
Hey, Matt. I've still got a couple of websites, here at Dartmouth, managed by Frontier static site publishing. And I, for one, would be very interested in...
3546
Brian Hughes
brianvh
Apr 4, 2008 5:48 pm
Actually, I believe mainResponder.redirect uses the 302 (i.e. Temporary) redirect code and not the 301 (Permanent) redirect code. -Brian...
3547
Jörg Kantel
joerg_kantel
Apr 4, 2008 6:42 pm
Hi Matt, I use only the Frontier static page framework (without main responder) for my (in Germany) very popular blog "Der Schockwellenreiter"...
3548
Pete Beaumont
furbies100
Apr 4, 2008 8:45 pm
... My Dad still uses 5.0.1 b20 ru 114 to maintain over 40 web sites (static rendered) Pete......
3549
David Gewirtz
zatzdiagnostic
Apr 5, 2008 8:35 am
Hmmm... if I wanted to force a 301 rather than a 302, any idea where I'd have to insert the code? The actual script for redirect simply sets a URL for the...
3550
creecode
Apr 6, 2008 1:48 am
Hey David, ... I believe the 302 is set in mainResponder.respond. If you want more control over the error in your script you could do something like... ...
3551
wmueller4711
Apr 6, 2008 2:04 pm
I would be very interested. It would be great to have table support in addition. Werner Muller...
3552
David Gewirtz
zatzdiagnostic
Apr 11, 2008 1:10 am
Say you want to download http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif to a local drive, file.copy doesn't work. Is there any easy...
3553
Doug Frick
doug_frick
Apr 11, 2008 1:25 am
... On a Mac: ret = sys.unixShellCommand("curl " + imagefile) or something like that. See curl(1). Or use Anarchy. That's what I do, but I had to re-write the...
3554
russellgum
Apr 11, 2008 1:59 am
I have been looking into the crash caused by trying to export a single table. It looks like the export.card.run () script causes the crash. Can this be...
3555
creecode
Apr 11, 2008 2:41 am
I think you can do this with tcp.httpClient, assuming you're looking for a UserTalk based way of doing it. You then need to parse the response and store the...
3556
Dave Winer
dwiner
Apr 11, 2008 10:05 pm
I'm trying to build the code snapshot that Andre gave me in the XCode that comes with Leopard. I want to add some verbs, think about stuff, maybe attempt a...
3557
Dave Winer
dwiner
Apr 12, 2008 6:51 pm
Hi David. Try this... local (f = "Macintosh HD:test.gif"); local (url = "http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif"); ...
3558
creecode
Apr 12, 2008 7:59 pm
Hello Dave, ... Is that Xcode v3? I believe Seth mentioned that he was working with the Frontier Kernel Project; project file in Xcode v3. I know it works...
3559
Dave Winer
dwiner
Apr 13, 2008 12:25 am
I'm using XCode 3.0, the release that comes with Leopard. Right now my problem (as I said in the earlier email) are compiler errors, type mismatches. Obviously...
3560
David Gewirtz
zatzdiagnostic
Apr 13, 2008 2:00 am
OK, now that's sweet! Works on Windows as well. Thanks! ... "http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif"); ... ...
3561
David Gewirtz
zatzdiagnostic
Apr 13, 2008 2:09 am
We've had a lot of success using branches to go off and tinker, and then when something works well, reintegrate the branch into the whole. What I'd recommend...
3562
creecode
Apr 14, 2008 7:51 am
Hello Dave, Are you trying to compile from the 10.1a8 src that was/is available from the opml.org website? I say was/is because I couldn't actually reach the...
3563
Andre Radke
andre_radke
Apr 14, 2008 5:08 pm
... I'm still using Tiger and Xcode 2.2.1. Trying to compile my local archive of the OPML 10.1a8 source code with that version of Xcode, I also get compiler...
3564
Dave Winer
dwiner
Apr 14, 2008 5:38 pm
Any suggestions on how to proceed? Has the version of the kernel at Sourceforge been compiled for XCode 3.0? Intel? I'm likely going to hire a contractor to...
3565
creecode
Apr 14, 2008 8:13 pm
Hello Dave, ... I just did a successful build of the Frontier Kernel Project SourceForge trunk using the Universal Binary project and the Frontier target. ... ...
3566
creecode
Apr 14, 2008 11:08 pm
I went a bit further and got the OPML target updated here locally to work with Xcode 3 and the trunk of the FKP source. I downloaded the OPML dmg file and...