I've just uploaded a new version of Speck which has been testing with Firebird 1.0.3 Some minor changes were required to handle a Firebird restriction I was...
... with ... bytes. Hi Mark, I've read lately about Firebird (open source Interbase?) and I'm curious about how does it perform. More interesting than MySQL or...
... tbh, I haven't tested Firebird's performance, what interests me is that like postgres it's very standards compliant and feature complete, but unlike...
Alright Hugh, I've fixed this for ya... In your types directory for the application in question, you had article.cfm and article_old.cfm type templates. The...
Hi Mark and list, Just using Speck on a new site with Oracle 9i and CFMX 6.1 and got this (security compromising bits omitted): Error Executing Database Query....
Ok, solved - it's all Oracle's fault. It should know when I'm putting "no" into an integer field that I actually meant 1 :-) Something to watch out for: I'm...
Hi there, I'm new to Speck. I downloaded and installed the demo sydneyjabiru application as a virtual directory and it worked. Now, I'm trying to install the...
Cezar, did CF report the line number / file this occured in? If not, enable debugging in the CF administrator so that we know which variable couldn't be...
Not quite enough debugging unfortunately - tick all the boxes on the debugging page, we're looking for a file and line number of the errror. -- Robin...
... yup, that'd be a bug. It hasn't caused any errors because url.type is available where spWasCached is called within SpeckCMS. I'll include the updated...
FYI, I've just tested the helloworld app with CF5 and CFMX 6.0 on Win2K with IIS5 and can't reproduce the problem. Looking forward to getting more info as...
Hello, Can anyone help me, I have folled the instruction in the Documention and have the Demo Application (sydneyjabiru) running, but I can't get it to use the...
Hello All, I am having an odd problem with speck. I created a page that uses a new type called doclinks. All it is is a list of assets categorized via...
... Ok, might sound like a stupid question, but just in case - are you using IE 5+ on Windows? The SiteObjects Editor requires this. Otherwise... the soEditor...
The "invalid base tag" exceptions are handled internally by Speck and are expected when refreshing an application. There's nothing else in the debug which...
Hi Mark, Thanks for answering to me. Unfortunately there's no other aditional information about this error, otherwise I would post it. I'm new to Speck and I...
... No worries, can you try adding these two lines to your Application.cfm (after the call to cf_spToolbar)... <cfoutput>test</cfoutput> <cfexit> If this does...
Hi Mark, Thanks for your time. I just tried and "test" is written on the screen. Where should I look next ? Thx ... aditional ... Application.cfm ... after the...
You are absolutely correct, I checked the type definition, and I forgot to change a property name when I cut & pasted ;) Thanks Mark! -Christine _____ From:...
... This really is odd, I've just updated to CFMX 6.1 here on Win2K and still cannot reproduce the error. Could you remove that test output and exit from your...
tks for coming back. I work out what was wrong, my CF server was have problems with customs tags. Fixed the problem and is now working. Mark.C ... From: Mark...
Hi Mark, I downloaded and installed speckcms_20040204.zip. Here's what I got from home.cfm: query BLURB SPCREATED SPCREATEDBY SPID SPKEYWORDS SPLABEL...
... grand, that's the most recent version available for download ... so, content retrieval is working fine too, damn ;) Digging deeper - can you try modifying...
Hi Mark, This is MAGIC ! It worked ! But what are the conclusions now ? BTW, I don't know if I mentioned but I'm running Speck over XP Professional with IIS. ...