... 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...
I am having a really hard time getting the portal demo up and going. Right now I am encountering the error ... Could not find the included template ...
... Sorry about that. I haven't touched or even tested the portal demo app in a couple of years (I never did find the time to enhance it). ... If the speck...
I've just done something rather ... unfortunate in a Speck portal app. I made a small mistake in the portal.users file, refreshed the application, and then...
... Just edit the call to cf_spPortal in your Application.cfm and set the refresh attribute to true... <cf_spPortal refresh="true"> Load any page to refresh to...
... Hash: SHA1 What I have done in my application.cfm I test for a Variable called ReInit and if it is set to a value I defined then I do a <cf_spApp ...
Hi, Just started using this and have set things up fine with a blank access db. If I want to setup the Hellospeck app using a MySQL or MSSQL db I know I have...