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...
... Hash: SHA1 I solved this. I was putting my componets into the Application.Speck.ComponentName like Application.Speck.ReportIssues and under CF7 that is not...
Is there some one of you running Speck on Railo (railo.ch), the new CFML engine? I have try palying with it, but not succesfully. I am trying to running Speck...
Hi, Does anyknow know if SpeckCMS support japanese characters? Since it manages the content tables by itself, I guess there must be some settings to change for...
... Yup, Speck does support Japanese characters from the unicode character set, though support is dependent on your DBMS and has only been tested with MySQL...
Thanks a lot for your quick reply Mark, I've figured out most of these things myself in the meanwhile and could successfully use Japanese characters with MS...
... Cool, I haven't really used SQL server since my old ASP days - i.e. waaay back ;-) ... You might be better off putting that info into a database section in...
Hello everyone, Is anyone successfully using the Related Documents picker in the Default Article Type? For one, I get a garbled display in the Article editing...
... Ooops, eh, that is kinda messed up alright. I'll fix it asap. We're not using the related documents feature on any sites, so I never noticed the bug. I'll...
... Thanks a lot, I just received the file. I'll check it later today. ... Well, actually I don't need the attached documents to be revisioned, so this...
... The Documents added were never promoted beyond the edit level, so when you disabled revisioning for documents, they disappeared because Speck couldn't find...
... Hash: SHA1 I am upgrading one of my applications to CF7 which I would like to use the report builder to create [printable reports instead of using a third ...
Hi Graham, Is this report application on the a cluster? ... iD8DBQFEu6uXTaiPMnvbJeURAkBLAKCM6ZN3F+a8OosIWS1HPSIWb1sj4ACgjbC5 ... Sharjil Nawed Email:...
... Hash: SHA1 I do nothing with clusters. The Server is Windows 2000 Pro or Windows 2000 Server running CF7 Standard and Apache 2.0.58. I have been able to ...
I would like to install Speck CMS but we use a hosted server. What considerations or requirements are there that might impact installation on a hosted server?...
... Speck requires that a template mapping and custom tag path be added in the ColdFusion administrator. It also uses cffile, cfdirectory and cfcontent and,...
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,...