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.
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 |
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.
BlogCFC will never have an installer. Ever. Until today...
Raymond Camden said: Check your blog.ini.cfm file. One line should be installed=yes
[More]
BlogCFC will never have an installer. Ever. Until today...
Paul Baylis said: Raymond,
I'm installing blogcfc525. Ran http://localhost:8500/cat......
[More]
BlogCFC 5.9.6
Raymond Camden said: It is no different than it ever was - you go to the readme, find your version, and "move "...
[More]
BlogCFC 5.9.6
Russ said: I haven't updated my blog in a long time, it is running version 5.5.002, is this a straight forward ...
[More]
BlogCFC Update
Raymond Camden said: Nope, should be safe to skip that step.
[More]
You can download the latest version from Subversion, use this url: http://svn.riaforge.org/blogcfc
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()>