Re: Multi user login

2006-05-05 Thread CraZyLeGs
othAuth the latest version: othy.wordpress.com/2006/04/28/othauth-01-is-about-to-be-released/ best Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: News rss

2006-05-05 Thread MJ Ray
On 2006-05-04 09:22:41 +0100 davide [EMAIL PROTECTED] wrote: I was searching for a feed service about the news on cake[1]. http://cakebaker.wordpress.com/feed/rdf seems to carry most things of interest, although not an exact feed of the page you want. -- MJ Ray [EMAIL PROTECTED]

Re: Setup problems on linux

2006-05-05 Thread MJ Ray
On 2006-05-05 04:14:44 +0100 lifebythedrop [EMAIL PROTECTED] wrote: I'm trying to setup cake on a linux server with apache. I do not have access httpd.conf, so my DocumentRoot is locked as www. Here is my setup DocumentRoot = /home/treetothee/www Core Cake = /home/treetothee/cake App

Re: News rss

2006-05-05 Thread h3raLd
Ciao Davide, è bello vedere anche qualche italiano in questo newsgroup, di tanto in tanto :) Yes, CakeBaker is one of the most frequently updated Cake-related blogs, but there are also many others... I keep a list on my site of various Cake-related blogs, articles and resources:

Re: IBM DB2

2006-05-05 Thread hems
williamn wrote: Hi all, Can I use CakePHP with IBM DB2? Thanks, --William yes we can use na iam also working on tht --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group,

Re: Setup problems on linux

2006-05-05 Thread [EMAIL PROTECTED]
I made one change to the bootstrap.php file so that my cake directory actually resides in my app directory. Then I can just copy my app directory to any documentroot and run www.domain.com/app and know that everything for that app is in one directory. So, look at bootstrap files. I think it is

Re: HABTM doesn't seem to be working

2006-05-05 Thread [EMAIL PROTECTED]
Sounds like you are on track. You are modifiying an existing DBO file to make the necessary changes to create valid SQL statement for Oracle. What other less obtrusive way could their be? And what is not ideal? You are making a new controller for Oracle that doesn't currenlty exist.

Re: How to accomplish SELECT [not *] and WHERE clause?

2006-05-05 Thread [EMAIL PROTECTED]
findAll is only for performing a select on all or certain fields with where clause. findBySQL is deprecated. Use query instead. It also looks like query can be cached and execute cannot. And if you are doing joins then I would SERIOUSLY recommend the associations.

Re: Using Oracle with Cake

2006-05-05 Thread [EMAIL PROTECTED]
The latest CakePHP 1.x has a dbo_odbc.php. Have you tried setting up your Oracle as ODBC and using that?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
Hi there: I've downloaded the ACM plugin and can see it by going to http://mysite/acm - however, I'm getting some errors even though I'm pretty sure I have my database set up right. For instance, I get: SQL Error in model Aro: 1054: Unknown column ' lft' in 'order clause' Warning: Invalid

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
Tracy, The best place I would be able to help you is if you could jump on the irc channel #CakePHP , but if not I will attempt to assist you in getting ACM running. I am really excited to get it as easy to install and setup as possible. First, what version of Cake are you using? Just so I

Re: pretty URL's problem

2006-05-05 Thread ivan
I'm working on a windows machine. should that make any diference? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
Hi Ryan, I'm running cake_1.0.1.2708 I'm not sure why my plugins dir wouldn't be readable by my webserver, it's below the site root and I'm pretty sure everything gets permission masked upon creation and upload. open_basedir certainly has access to it if that's what you mean? Maybe I can take

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
calzone, I just realized I was working with cake 0.1 so I am working on fixing it up to make sure it all works with 1.0 Ryan Hi Ryan, I'm running cake_1.0.1.2708 I'm not sure why my plugins dir wouldn't be readable by my webserver, it's below the site root and I'm pretty sure everything

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
I would jump on IRC if I weren't at work :) Ports blocked and all that. I just downloaded cake from the cakephp.org website today, so I'm guessing I'm running the most recent - 1.0.1.2708. I created an empty user and permission model because the first errors were looking for models for those 2

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Dominik Schlütter
Hi, TracyB wrote: I've downloaded the ACM plugin and can see it by going to http://mysite/acm - however, I'm getting some errors even though I'm pretty sure I have my database set up right. Yes, that's a problem that git introduces with the 1.0 release. SQL Error in model Aro: 1054:

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB, I found some issues, I just realized I was still running 0.1 of cake so I am working on getting some bugs worked out of it here with 1.0 and will get it updated as soon as I get it all working. Ryan I would jump on IRC if I weren't at work :) Ports blocked and all that. I just

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
Ryan :) There may be a lot of us because cake 1.x just got dugg this week and I think there's been a massive newbie influx. Thanks for your patience and persistence. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
Thanks for the swift fix :) I'm getting another issue now though - I deleted the old installation and have no files except the new ACM in plugins, and user.php and permission.php (empty models) in the models directory. When I try to go to http://mysite/acm, I get: Fatal error: Call to a member

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread rpeterson
Hey All! Ok, I uploaded a new release ACM 0.10.0.7 that will work with CakePHP 1.0, also added Install instuctions in docs and in the notes of the release. See the change log for what was done. Let me know if you have other issues. ~rpeterson

Re: Cake installation on Wamp

2006-05-05 Thread graylag
Thanks Troy. I was running the latest release of Cake 1.0.1.2708 that threw the error. I rolled back to verson 0.10.9.2378_final which works fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group.

LDAP AppModel?

2006-05-05 Thread elijah
I am working on an interface for managing scalable mail systems (to be released under GPL) and I would like to use Cake! The user directory is stored in LDAP. I have a bunch of PHP code which uses reflection and crude to access the LDAP data in a clean way, and I want to convert it over to cake.

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB, done by cake ~rpeterson Is there something that has to be done to initialize the session? or is that done automatically by cake? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To

Re: Something like RJS

2006-05-05 Thread RosSoft
Why do you need to access the view object? Exactly what do you want to do? Do a print_r($this); from a helper function to see what objects are accessible (the view and the controller aren't directly accessible) If you really need to access the view, create a function within the helper like

Re: LDAP AppModel?

2006-05-05 Thread John Anderson
On May 5, 2006, at 1:00 PM, elijah wrote: I am working on an interface for managing scalable mail systems (to be released under GPL) and I would like to use Cake! The user directory is stored in LDAP. I have a bunch of PHP code which uses reflection and crude to access the LDAP data in a

Re: Extending the blog tutorial to include login?

2006-05-05 Thread John Anderson
On May 5, 2006, at 2:33 PM, roberts.sean wrote: The blog tutorial was great, but I think it left out a crucial step: securing it from malicious users who want nothing more than to make a series of hahaha lol owned you posts on your blog. The section in the manual on ACL was interesting,

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
TracyB, At the risk of coming across as a complete moron, I need to ask: how did you know to set up user.php and permission.php, how did you know what to put inside, and how did you know what to do with config.php? I'm totally in the dark.

Re: Extending the blog tutorial to include login?

2006-05-05 Thread Samuel DeVore
I think the plan for the cake bakery tutorial is to include this. https://trac.cakephp.org/wiki/BuildingCakeBakery On 5/5/06, Carlos Mauricio Samour [EMAIL PROTECTED] wrote: I would like help in what skills should I learn before building alogin authentication features in my cake apps. Thanks!On

Cake and Plesk or other Managed Hosting software

2006-05-05 Thread calzone
Does anyone have any experience using cake in production mode under Plesk or other managed hosting software? There are two specific questions I have: 1) Is it possible to install cake in production mode without confusing plesk? (plesk automatically sets virtual host roots in apache at

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
I'm making progress. I actually got a usable UI to appear at mysite.com/acm It had some errors about missing tables, and then missing fields. I took wild guesses that the missing fields should be varchar 32 to see what would happen. Once I stopped getting errors, I tried adding the code below

Re: How to accomplish SELECT [not *] and WHERE clause?

2006-05-05 Thread calzone
Thank you, it looks like that's the stuff I need! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
calzone, Yes as I note in the doc, I didn't test that script it was just a sample. Here is the same script actually implemented into an app of mine. This is put in the app_controller.php or your App. You will have to set the session information to whatever you use for your user

Re: change database on the execution

2006-05-05 Thread comechao
Tkz man!!! :D --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more