Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread Nathan Pierce
> > On 9 Apr 2013, at 01:52, Nathan Pierce > > wrote: > > I'm really perplexed. I'm following the ACL guide > :HERE<http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html> > and > I

cake bake User - Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-08 Thread Nathan Pierce
RootSHH [~/public_html]# cake bake User Welcome to CakePHP v2.3.2 Console --- App : app Path: /home/learning/public_html/app/ --- Interactive Bake Shell -

Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-08 Thread Nathan Pierce
I'm really perplexed. I'm following the ACL guide :HERE and I've run into a snag. SSHROOT [~/public_html]# cake bake User Welcome to CakePHP v2.3.2 Console --

Re: Login and registration form on same page - Flash issue

2013-04-08 Thread Nathan Pierce
t;> keywords for example. >> >> Em quarta-feira, 3 de abril de 2013 20h25min51s UTC-3, Nathan Pierce >> escreveu: >>> >>> Hey all! I have to say this community is awesome. I'm pleased to see >>> there is help for newbies like me. >>> >&

Re: Login and registration form on same page - Flash issue

2013-04-05 Thread Nathan Pierce
then it won't connect properly and log me in. Can someone clarify the best method of doing this? On Wednesday, April 3, 2013 7:25:51 PM UTC-4, Nathan Pierce wrote: > > Hey all! I have to say this community is awesome. I'm pleased to see there > is help for newbies like me.

Re: Registration Question - Two Different Users (Not using User table)

2013-04-05 Thread Nathan Pierce
On Sat, Mar 30, 2013 at 6:14 PM, Nathan Pierce > > > wrote: > > >> If I post the form, I get sent to /users/login. >> > > You need to tell Auth that this action doesn't require login. Create a > beforeFilter in StudentsController: > > function be

Re: Login and registration form on same page - Flash issue

2013-04-04 Thread Nathan Pierce
Let me think about how to > do what you want... > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 4 Apr 2013, at 12:58:55, Nathan Pierce > > wrote: > > Oh, interesting. I've got the User model handling the flash messages. > May

Re: Login and registration form on same page - Flash issue

2013-04-04 Thread Nathan Pierce
27;, 'action' => 'dashboard')); } else { } } } // END REGISTER I'm building this from the ground up, to learn both php and cakephp. So things might not seem secure,

Re: Login and registration form on same page - Flash issue

2013-04-04 Thread Nathan Pierce
nd when needed. See: > http://book.cakephp.org/2.0/en/core-libraries/components/sessions.html#creating-notification-messages > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 4 Apr 2013, at 12:37:50, Nathan Pierce > > wrote: > > Fortunately

Re: Login and registration form on same page - Flash issue

2013-04-04 Thread Nathan Pierce
ue to "admin" for example, or try another possible > keywords for example. > > Em quarta-feira, 3 de abril de 2013 20h25min51s UTC-3, Nathan Pierce > escreveu: >> >> Hey all! I have to say this community is awesome. I'm pleased to see >> there is help for

Login and registration form on same page - Flash issue

2013-04-03 Thread Nathan Pierce
Hey all! I have to say this community is awesome. I'm pleased to see there is help for newbies like me. I have an issue which I need suggestions for. I like doing things the proper way and not creating an obtuse mess of code to do something simple. Here it is: Uses Auth (nothing crazy) View -

Re: Registration - Teacher & Students - Multiple Auth?

2013-04-02 Thread Nathan Pierce
component, called LockerComponent, it > extends the AuthComponent, so it makes the samething but with some > features. The groups and roles can be created in a separate file in > /app/Config/locker.php, I prefer this solution tham Cake´s solution. > > > Em segunda-feira, 1 de abri

Re: Registration - Teacher & Students - Multiple Auth?

2013-04-02 Thread Nathan Pierce
Actually, I looked over your code and get it, but it doesn't really answer all of my questions. On Tuesday, April 2, 2013 4:47:39 AM UTC-4, Vinicius Dusso wrote: > > Hi Nathan, > > I've just finished setting up my project with separated auths. > > Here is

Re: Registration - Teacher & Students - Multiple Auth?

2013-04-02 Thread Nathan Pierce
Hey Vincius! That is EXACTLY what I needed to know. I'm going to use this method to implement into my app. Thanks for the example! On Tuesday, April 2, 2013 4:47:39 AM UTC-4, Vinicius Dusso wrote: > > Hi Nathan, > > I've just finished setting up my project with separa

Registration - Teacher & Students - Multiple Auth?

2013-04-01 Thread Nathan Pierce
Hey y'all, I got a question. I've got the registration form for my site putting stuff in the database, but I'm wondering if someone has any suggestions on how I can achieve some features. 1. I'm going to have a table for teachers and students. They will have two separate login forms on the si

Registration Question - Two Different Users (Not using User table)

2013-04-01 Thread Nathan Pierce
Hey everyone. If this has been answered before, I didn't find it on the forums. Please link me if it was. I'm a newbie with Cake. I've gone through and understand the MVC setup and how it works. However, before I spend another countless hours I was wondering if someone could point me into the r

Re: Media Plugin - Getting Started

2012-02-29 Thread nathan
Hi to all, I'm trying to handle with video files, but with no luck. I'm working on this stuff var $validate = array( 'file' => array( 'resource' => array('rule' => 'checkResource'), 'access' => array('rule' => 'checkAccess'), 'location' => array('rule' => array('checkLocation', array( ME

Re: Anyone care to help with Media Temple dv?

2010-11-03 Thread td-nathan
ar as permissions, you need to 777 the tmp/ directory and subdirectories Hope that helps, Nathan On Nov 3, 9:35 am, "Dave Maharaj" wrote: > Hey thanks. > > Ok htaccess is there and site is up but cache not writable is next > errorsplenty of those. > > Did some reading

Re: Anyone care to help with Media Temple dv?

2010-11-02 Thread td-nathan
Try the .htaccess first, next I'd look at php.ini settings like safemode or basedir restrictions depending on where you placed the cake install relative to httpdocs -Nathan On Nov 2, 7:25 pm, "Dave Maharaj" wrote: > I had my site on Media Temple gs service no problem. Now m

Re: CakePHP Session on MAMP

2010-09-10 Thread td-nathan
What version of Cake do you have installed? On Sep 8, 7:20 pm, xwteoh wrote: > I encounter a weird problem where I tried to search around and doesn't > find the answer. Hope someone could help me over here. > > My problem: > > I set a session by calling "$this->Session->write('Suppliers', > $supp

Re: Dynamic Navigations

2010-01-27 Thread Nathan Lane
nd email to cake-php@googlegroups.com > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.comFor > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Nathan Lane Blog, http://blog.nathandelane.com Check out the

Re: Displaying apostrophes

2010-01-26 Thread Nathan Lane
Is there something different about your different pages? Like encoding. For example are you maybe not encoding a page as "text/html" for the content type? I doubt this is the problem though, since the entity ' should work for XML also. But it may be a possibility. Nathan On Tue,

Re: How to implement Comet in CakePHP ?

2010-01-03 Thread td-nathan
I also need to implement a chat room system, are there any good tutorials for integrating these Jabber systems with CakePHP? Ideally something that covers the server-side installation and then how to build an accessible front-end for users using CakePHP or an existing plugin? On Jan 2, 11:26 am,

Re: CakeFest IV - America - Help us pick a location!

2009-11-13 Thread td-nathan
1 vote for west coast (LA/SF?) On Nov 12, 7:43 pm, Graham Weldon wrote: > Hi all, > > The CakePHP team has been considering the location for the next   > upcoming CakeFest. > We've decided to bring it back home to the United Sates of America. > Thus far we haven't chosen a location for the event,

Email/IMAP data source

2009-10-21 Thread td-nathan
I need to process an email inbox, monitor it for messages with a particular subject line. If it finds a match I need to get the body content, manipulate, and insert into a database. Ideally would mark the message as read and move it to another IMAP folder as well. I'm poking around PHP document

Re: CakePHP & jQuery - Update multiple selects?

2009-05-31 Thread td-nathan
If you want to use code like you had before, check the livequery plugin. It reattached applicable events as new elements are added to the DOM (ie. Your change event to a new select box) On May 30, 2:47 pm, DigitalDude wrote: > Hey, > > THX for the response. I already changed my approach to the p

Re: Good way to paginate my index view by several keys / and-conditions

2009-05-27 Thread td-nathan
I've dealt with this before and usually end up reading/writing from the named params and doing some of the lifting that paginator usually does. Sometimes tho, if the table is small enough, I just switch to JavaScript and use the excellent TableSorter jQuery plugin. http://tablesorter.com/ There'

404 File not found when try to browse my first project

2009-04-30 Thread Nathan
Here is the background. - cakePHP 1.2 in Linux with Apache - everything was extract to /root/cakePHP - when I browse http://localhost/cakePHP, it shows the first page correctly (CSS, tmp writable, DB connected.) I establish my first project by creating files (in Dreamweaver) and store them in app

Need Experienced Developer for Immediate Project

2007-08-24 Thread Nathan R
I'm looking for a developer who is experienced with the CakePHP framework to join an in-progress project as soon as possible. The time-frame is 4 to 6 weeks, and I will consider anyone able to commit at least 15 hour/week within that timeframe. I will bring on 1 or 2 more developers depending on

Recursive finds with hasMany/belongsTo

2007-07-23 Thread Nathan
search), it finds the associated resident just fine. Any guesses on what I might be doing wrong to not have the ability to search by this associated model? Thanks a bunch and hopefully this isn't something that gets asked all the time! Nathan --~--~-~--~~~--

Re: CakePHP php5?

2007-05-29 Thread Nathan Garza
e set. -- Nathan Garza AshLeaf Media | Director of Technology Innovations _ www.ashleafmedia.com | [EMAIL PROTECTED] | 832.514.5726 On 5/29/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > > On 5/29/07, R. Rajesh Jeba Anbiah <[

Re: Help me set up cakephp on godaddy

2007-05-24 Thread Nathan Garza
Ooops, looks like you already figured it out. Teach me to post before reading to the end of a thread. Well, congrats on getting it all worked out! On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Okay everone good news, got it set up and running. > > Here's what I did (This applies

Re: Help me set up cakephp on godaddy

2007-05-24 Thread Nathan Garza
back to the start page with no layout defined. > > > > > > It was my understanding that this was a fresh cake install, but it > > > seems you're running a complete site - which is it? How are you > > > linking to your CSS in the layouts? > > > > &g

Re: cakephp written in php 4 or php 5

2007-05-21 Thread Nathan Garza
On 5/21/07, Pablo Godel <[EMAIL PROTECTED]> wrote: > > > you should learn the PHP5 OO side regardless of what cake uses. > > Pablo > I agree with Pablo. However, my understanding is that cake is written in such a way that either way will work. Jus

Re: hasMany query question

2006-11-19 Thread Nathan Garza
his->Ad->findAll("Classification.id = > > {$this->data['Classification']['id']} AND Location.id = > > {$this->data['Location']['id']}"); > > > > But this results in: "SQL Error in model Post: 1054

Re: element in forms

2006-10-07 Thread Nathan Garza
e js-function "Form.serialize" is ignoring > button-elements and thus the data is not posted to the action. > > Regards, > Kjell aka m3nt0r. > > 2006/10/7, Nathan Garza <[EMAIL PROTECTED]>: > > > > > > Any one know if you can't use a button elemen

element in forms

2006-10-06 Thread Nathan Garza
nt is making me think otherwise. Any one have any ideas? -- Nathan Garza AshLeaf Media | owner _ www.ashleafmedia.com | [EMAIL PROTECTED] | 832.514.5726 --~--~-~--~~~---~--~~ You received this message

delete rows on session experation

2006-10-04 Thread Nathan Garza
Is it posible to delete database rows whenever the session expires? -- Nathan Garza AshLeaf Media | Owner _ www.ashleafmedia.com | [EMAIL PROTECTED] | 832.514.5726 --~--~-~--~~~---~--~~ You received this