Hi David, Apologies, that was my fault. I tidied up some code on the 16th and released it on the 17th after some minor testing (obviously not enough). It looks...
On one of my Speck enabled websites I am passing a variable on the URL line and after the user gets logged into the application the variable is no longer apart...
I looked at this for most of the day and when I left this for awhile I solved this. Sorry for the Extra Traffic. ... URL ... variable ... after ... access ... ...
Hi, I am trying to install SpeckCMS on Mac OS X server. I have ColdFusion MX 7 running, and use MySQL 4.1 Has anyone been successful in setting up the demo...
... It was tested with MySQL on both Linux and Windows, though not OSX (having said that, the OSX install should be pretty much the same as Linux). Do you get...
Has anyone developed (or incorporated) a calendar app with SpeckCMS? What I'm hoping for is to basically have an event calendar that I can then have users...
The problems seem to occur when I first try to go to the demo site. Errors occur in the spApp.cfm - my guess is these errors are occurring because of the...
Hi Elaine, I run it on OS X with CF 7 no probs, although I use the JDBC driver from the MySQL site, not the one that comes CF (there is a Technet article about...
... I started writing a fairly generic Event content type back in September that I intended to throw in with the portal demo app, but I never finalised it....
I have a js calander that you should be able to wrap up with some coldfusion very, very, very easily. email me if you would like it. ... Andrew Winn ...
... Thanks for the offer Andrew. I do have a JS calendar that I could figure out how to wrap into CF, if I felt like it. ;) I was just hoping to keep things in...
Hi Mark, First off, thanks for all your hard work and for making SpeckCMS available! I am quite eager to take it for a spin. Follwing the directions in the...
... Glad to hear it, but Speck was by no means all my work. Far from it, Robin did *all* the initial work designing and building the API. I'm the hard-assed...
... Glad to hear it, but Speck was by no means all my work. Far from it, Robin did *all* the initial work designing and building the API. I'm the hard-assed...
... True I wrote the original Speck, but NO-ONE would be using it now if it wern't for Marks contribution (which over the years has probably amounted to three...
I just ran into this problem going through making a "Hello World" application. When I go to edit the homepage blurb, I get "Speck encountered an error while...
Hi, ... This error should only occur if the user has not logged in or does not have edit permissions (i.e. have either spSuper or spEdit role). If you enable...
... It turns out that request.speck.session.auth is set to "cookie" instead of "logon". I don't know why this is or what the significance of the difference...
... That does actually sound like another version of the old cookies problem. ... Can you try adding setClientCookies="no" to your call to cf_spApp in the...
This has been solved off-list. It turned out that the appName setting in the application configuration file was mixed case, while the name attribute for the...
Hah - I pointed that out on the Livedocs for cfapplication in July last year and I see the docco team haven't updated the description of the name attribute. ...
What do I do if I want to get a content type or all content types to write to a static file when they are promoted to "live"? Is there a place that I can...
... Add a new method to your content type (we'll come back to doing it for all in a moment) called "promote". This method will automatically be called by Speck...
... Hi Matt, I've just uploaded sydneyjabiru.sql into the files area of the Speck site: http://groups.yahoo.com/group/speckcms/files/ It was imported into...
So maybe I'm missing something big here but when I try to load my header and footer using cfinclude nothing happens. I can see that the server is referencing...
So I see now that everything (even html) has to be with in a <cfoutput></cfoutput>. Is there a better way to turn this off then editing the spApp custom tag?...
... Well, forcing cfoutputonly does reduce whitespace so there is a very good reason for taking advantage of this option in CF templates. ... Unfortunately,...