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,...
Ah, I see, white space. OK, well I can probably work around it. I would have to say that 75% of the time this probably wont be an issue. I really can't...
Ok, So I downloaded the latest SpeckCMS package and 'installed' it on my server (IIS5, Win2K Server). Then I tried to access the webapp that I've been trying...
Hi Judith, Speck no longer requires the appName setting in the application configuration file (it defaults to using the name of the file minus the .app...
Thanks Mark. That got me past the first hurdle. Now I seem to be having fun with the login stuff. Remember, I'm the weirdo using virtual directories for an...
... The toolbar html was updated to use an unordered list, with one list item for each toolbar item. It looks like your /speck/toolbar.css hasn't been updated....
... I actually considered this and took the step of deleting all previous speck files, mappings, etc. and reinstalling clean. Judith -- Ms. Judith Taylor ...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
... previous speck files, mappings, etc. ... Ah, I think I know what's going on then. Has the "speck" virtual directory been created as a sub-directory of your...
... There is a new Sydney Jabiru demo app to match the latest Speck release - the old one should still work mind you. I'm a bit confused as to how that error...
I've just uploaded an new version of Speck that contains a fix for a bug with the Picker property type. In certain circumstances, picked content items were not...
Has anyone been able to get the latest version of Speck running under CF7. I am having an issue that CF7 has experienced an unexpected error which is due to...
... Gotta run and get a train but... I personally know of one company using Speck with CF7 on windows, so it should work. They aren't using the latest version,...
... it ... Sorry it has taken me this long to reply but work has been crazy. The error message I am getting with CF7 is: The web site you are accessing has...
... The other message I get is Cannot lock Application scope. This error is a result of Line 527 of spApp.cfm when it tries to cflock the application scope...
... error ... I solved this which was an error on my part which going through the files line by line showed me what I did wrong. Sorry for the extra traffic on...
When I set refresh to No on the cf_spApp line I am getting an error message which I am unable to solve. The error being produced is on line 1496 of spApp.cfm...
I am working on a custom type for one of my new projects. Within the <cf_spHandler method="smalldisplay"> I am wanting to check the recordcount and if it is 0...
... Odd, Speck doesn't use components, so there shouldn't be a reference to a component in application.speck. You could hack the code to only duplicate the...
... Yup, this is true, Speck only calls the handler template for the rows returned by cf_spContentGet. ... Easiest solution is cfsavecontent... <cfsavecontent...