BlogCFC 5.9.5.004
I just released a minor update to BlogCFC. This includes fixes by Gary Funk, minor tweaks here and there, and an updated SweetTweets/ColdFish plugin.
I just released a minor update to BlogCFC. This includes fixes by Gary Funk, minor tweaks here and there, and an updated SweetTweets/ColdFish plugin.
For the latest packaged version, you may download the zip from here. For the very latest version, however, you should use the Subversion repository.
For general questions and support, please use the BlogCFC Forums.
You can download the latest version from Subversion, use this url: http://svn.riaforge.org/blogcfc
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Question for folks concerning RTEs
Steve W said: Disregard my previous post. The only way I am able to get it to work consistently is to be in sourc...
[More]
Question for folks concerning RTEs
Steve W said: It seems to work just fine. I am transitioning another blog to use ckeditor and will post a details...
[More]
Question for folks concerning RTEs
Raymond Camden said: The big question is - what about code blocks?
[More]
Question for folks concerning RTEs
Steve W said: I have successfully added CKEditor to BlogCFC with no problems. It requires almost no work. All yo...
[More]
BlogCFC will never have an installer. Ever. Until today...
Raymond Camden said: Does removing the ( and ) in the WITH clause make it work?
[More]
MSSQL Script missing tables tbluserroles and tblblogroles (even though readme says at least tblblogroles is in there). Even after creating these and doing the manual seeding I can't get it to work. Also readme references a 'blog' variable, but not sure what to enter there. It's not defined anywhere that I can tell. Anyway here is the error I'm getting when trying to hit blog "Invalid token '{' found on line 43 at column 38. ". When trying to hit the admin the logon page comes up but just goes back to same logon after putting in the username and password.
2) What part of the readme do you mean? Can you give me the line #? Also note the readme is primarily for people upgrading. It details changes from build to build. If you are doing a fresh install, you can ignore it.
3) As to your error, can you provide more detail? What template is that being reported with?
Invalid token '{' found on line 43 at column 38.
The CFML compiler was processing:
* a cfset tag beginning on line 43, column 18.
* a cfset tag beginning on line 43, column 18.
<cfset articleData = {}>
and change it to
<cfset articleData = structNew()>