Hi, This is a really basic question I guess, probably subject to a lot of opinion... I am considering swapping my companies corporate website for a CMS. I have...
Try http://cmsmatrix.org/ ... -- =+=+=+=+=+=+=+=+=+=+=+=+ Emanuel Costa http://www.emanuelcosta.com =+=+=+=+=+=+=+=+=+=+=+=+ "In the struggle for survival, the...
I try to insert data using cfm template as normal application. Why? Because I want to make a form that not like speck form. I put the template below on...
... I can't see anything there that should stop the data being inserted. All I can suggest is cfdumping the form structure to see what is being posted. BTW,...
I am moving my speck web site from one host to another and I am now getting an error with the QuerySetCell from spContentGet.cfm: line 492. <cfset void =...
I found it. I am now apparently using CF 7. So I needed to add the line : <!--- querySetCell() in CFMX7 requires that the column data type be compatible with...
... Sounds like you have a very old version of Speck installed, so it would be well worth upgrading. There have been numerous improvements and bug fixes over...
Is their a way within Speck to force all table names to lower case. I am having an issue because on my development mysql environment is linux and my production...
... Not really no, well, not without modifying a lot of code. I've just had a look at the MySQL docs and it seems that this particular problem you're having is...
... Hash: SHA1 I am working on creating a News Article section within one of the applications that is powered by SpeckCMS. My question is how do I get the path...
Hi Graham, ... Assuming you are using a picker property to create a collection of documents which are "related" to an article, you should be able to just call...
With my latest project that is using SpeckCMS I have created a News Type. My question is: Is their a way that when an article goes Live that it will send out...
Hi Graham, Apologies for the delayed response, I hope this is still of use to you. ... You could add a contentPut method and a property to record whether your...
... Sorry, these days I just add things to Speck as I need them and fix bugs when I see them. I do keep track of significant changes and I have a big list...
... haven't the time to document it. Congratulation, good luck for your new company. What you add to, will make Speckcms more mature and complete. Do you have...
... I didn't, but I'll add that in, seems a good idea (we're still running CF6.1, so it's not something I really considered). There are other snippets of code...
If you have downloaded and installed Speck after May 1st 2007, please upgrade to the version now available at www.speckcms.org (or least update the Picker.cfm...
Has anyone who is using a Multiple Instance Install of Coldfusion been able to get speckcms working. I have speck running on a single instance server install...
... Yes, at my old job we ran Speck with multiple CF7 instances (and they still do as far as I know). I don't recall there being any problem with it. What...
Hello all - I have just started using Speck CMS and I am excited about it. I got the Sydney Jabiru Demo app working with one issue - on all of the image...
... That second sydneyjabiru directory shouldn't be in the path. Can you post the full details of the error, including the template in which it occurs and line...
Hello Mark, here are some more details: More error info: 11:07:46.046 - Application Exception - in C:\inetpub\webapps\speck\tags\api\content\spImageInfo.cfm :...
Hello - I am trying to set up the Speck security file to pull from a database as opposed to a file. However I get a ColdFusion error. Here is my .users file ...
Hi, Mark ... The value of the source setting should be either "file" or "database" (without the quotes). This isn't the cause of the error though - the code...