Search the web
Sign In
New User? Sign Up
speckcms · Speck CMS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 763 - 792 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
763
Hello, I've been using the Speck framework for some time now and have set up several portals. I have one question about how the Speck system works though -...
tpierceint
Offline Send Email
Jun 7, 2009
4:04 pm
764
Hi Todd, Apologies for the delay in getting your message delivered to the group - I was sent an approval request by yahoo groups, but unfortunately I was off...
Mark Woods
markthickpaddy
Offline Send Email
Jun 7, 2009
4:48 pm
765
... Thanks, it's nice to hear that people find it useful. However, Speck isn't my framework, Robin did all the early work, without which Speck simply wouldn't...
Mark Woods
markthickpaddy
Offline Send Email
Jun 8, 2009
8:01 am
766
Hi, The latest version of Speck that we're testing adds support for salted hash passwords, and the portal framework will now automatically salt passwords...
Mark Woods
markthickpaddy
Offline Send Email
Jun 11, 2009
12:27 pm
767
I just migrated from CF6.2 to CF8. Having trouble with the portal setup. I keep getting this: Invalid data...
robinett.scott
Offline Send Email
Jun 16, 2009
2:13 pm
768
Hi, ... Could you provide some more details about the error and I'll dig into the code to see what could cause that. File name and line number should do the...
Mark Woods
markthickpaddy
Offline Send Email
Jun 16, 2009
2:30 pm
769
Mark, thanks for the quick reply. I am running SQL 2005. 10:58:58.058 - Database Exception - in C:\Inetpub\webapps\speck\tags\api\content\spContentGet.cfm :...
robinett.scott
Offline Send Email
Jun 16, 2009
3:50 pm
770
Hi, When spContentGet retrieves an asset column from the database, it gets a number. This is the revision at which the file was uploaded. This number gets...
Mark Woods
markthickpaddy
Offline Send Email
Jun 16, 2009
4:16 pm
771
Mark, thanks for the explanation. I don't think it is a cache issue, but I'll check everything. I knew that CF7 started the cftype thing and I have this...
robinett.scott
Offline Send Email
Jun 16, 2009
4:37 pm
772
I've just been tinkering with this and have realised that (in CF8 anyway), it's actually the querySetCell() function that forces type validation. Could you try...
Mark Woods
markthickpaddy
Offline Send Email
Jun 16, 2009
5:05 pm
773
... Ooops, I think I may have misinterpreted that blog post - what I've done is set what was an integer to a string, and that might make a mess of things. Let...
Mark Woods
markthickpaddy
Offline Send Email
Jun 16, 2009
5:10 pm
774
Mark, It was something in the config files of Coldfusion. My old config file were moved to the new directory (cf8 creates a new directory). I think the old...
robinett.scott
Offline Send Email
Jun 16, 2009
5:48 pm
775
... Interesting, I'm guessing this meant that server.coldfusion.productversion was reporting cf6 rather than 8, which would mean Speck wouldn't call...
Mark Woods
markthickpaddy
Offline Send Email
Jun 17, 2009
7:57 am
776
For the first time since I have been using speck I am in need to working with images for a staff directory. I am looking at the code of the content type of...
gspearson69
Offline Send Email
Jul 8, 2009
4:10 pm
777
Hi Graham, ... You shouldn't need to resize within the contentPut method - the asset property will automagically resize images for you if you tell it what the...
Mark Woods
markthickpaddy
Offline Send Email
Jul 8, 2009
5:16 pm
778
When I use the Asset as the type for the cf_spProperty where I would like to give the individual the ability to select a photo, I get a Number stored in that...
gspearson69
Offline Send Email
Jul 9, 2009
5:47 pm
779
... If you use the Asset as the type when calling cf_spProperty, you should see a number stored in the database. This is the revision number of the containing...
Mark Woods
markthickpaddy
Offline Send Email
Jul 10, 2009
7:32 am
780
Mark, After performing an API update the Assets and Picker are entering the information into the database as you mentioned in the message. Now I think I have...
gspearson69
Offline Send Email
Jul 14, 2009
12:51 pm
781
Hi Graham, ... When you save changes in the add image window, the id of the new image should be appended to the list of picked ids in the opener window, then ...
Mark Woods
markthickpaddy
Offline Send Email
Jul 14, 2009
2:10 pm
782
Adter I sent the message, I was able to add cfdump code to resolve the issue and looking over some SVN Repository changes also helped in this. Now I think my...
gspearson69
Offline Send Email
Jul 14, 2009
2:22 pm
783
Well On Windows 2000 Professional with CF7 MultiServer with a computer that has IE8 installed, if I was to upload a picture I get a Red X. Now if I move to...
gspearson69
Offline Send Email
Jul 14, 2009
2:28 pm
784
... It sounds like it's just an IE8 issue, but it's only affecting the copy of IE8 on the win2K machine, not your other copy. Could you check the security...
Mark Woods
markthickpaddy
Offline Send Email
Jul 14, 2009
3:16 pm
785
Until now I have always used the app.roles text file to allow access to my websites powered by speck. Now I am in need of providing this same thing through a...
gspearson69
Offline Send Email
Jul 30, 2009
6:06 pm
786
Hi Graham, ... Assuming string comparisons are case-sensitive in your database, changing the % to UPPER(%) should solve the problem. ... Speck creates a SQL...
Mark Woods
markthickpaddy
Offline Send Email
Jul 31, 2009
8:05 am
787
Mark, In my database I have a Group Table which I am using the BitAnd function to determine the level the user has access to. An example is 1 Guest 2...
Graham Pearson
gspearson69
Offline Send Email
Aug 1, 2009
2:18 pm
788
Hi Graham, ... Um, ok, this is gonna be damn tricky. So, you're using powers of two to represent real permissions, binary or to store a number representing the...
Mark Woods
markthickpaddy
Offline Send Email
Aug 3, 2009
11:52 am
789
... I may have grabbed this from the wrong end, but perhaps something like this: <cfscript> aPerms = ["Guest", "Access to Application", "Some other Level"]; ...
Robin Hilliard
wzp193
Offline Send Email
Aug 4, 2009
12:26 am
790
... Sorry, I should have made myself clearer, I meant no simple way in SQL, and therefore no simple way of configuring Speck to obtain the roles list for a...
Mark Woods
markthickpaddy
Offline Send Email
Aug 4, 2009
7:52 am
791
While I am converting the roles from a flat file to a database, I think I have come into an issue. I will try to explain and hope that I make sense. I have not...
gspearson69
Offline Send Email
Aug 7, 2009
2:29 pm
792
Hi Graham, With the promotion model is enabled, when a user edits a content item and saves their changes a new revision is created. While this new revision is...
Mark Woods
markthickpaddy
Offline Send Email
Aug 7, 2009
2:53 pm
Messages 763 - 792 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help