Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread John Zimmerman [gmail]
She meant they are deleting the entries in the application.Most likely they are just trying to test everything to get a feel for what is going on and don't actually mean to be malicious.If it seems appropriate I would still post the URL, but maybe back up your database before hand.
Also if before you give the link you precede it by "please don't delete the data" I am sure those on this group will obey your wishes.  I don't think anyone here is trying to cause harm.
On 6/17/06, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote:



  
  


If you have "errors" that are disappearing by switching debug from 2 to
0,
then its not errors it is notices or warnings.

AD7six wrote:

  jeannie109 wrote:  
  
The tutorial seems to work ok even with the error message.  I did findout that if I change the debug to 0 instead of 2, it gets rid of theerror.
  
  With Debug set to 0, errors are not displayed in the browser, but theyare not removed.If you rename /app/models/titles.php to /app/models/title.php the errorwill be 'cured' (I think). Left unchecked it would mean (again, I
think) you will not be able to use the findByXXX and findByAllXXXmethods, as these rely on overloading.  
  
On another note, everytime I post to this forum, and put in my URL,some nasty person deletes all my entries.  I can't believe people canbe so rude.  Should I not post my URL in this forum?
  
  AFAIK it isn't possible for anyone to delete a message from the googlegroup (this isn't really a forum, or are you referring to somethingelse?), what has lead you to draw that conclusion? Eveyone's pretty
friendly around here ;)Cheers,AD7six  










--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread Olivier Percebois-Garve




If you have "errors" that are disappearing by switching debug from 2 to
0,
then its not errors it is notices or warnings.

AD7six wrote:

  
jeannie109 wrote:
  
  
The tutorial seems to work ok even with the error message.  I did find
out that if I change the debug to 0 instead of 2, it gets rid of the
error.

  
  
With Debug set to 0, errors are not displayed in the browser, but they
are not removed.
If you rename /app/models/titles.php to /app/models/title.php the error
will be 'cured' (I think). Left unchecked it would mean (again, I
think) you will not be able to use the findByXXX and findByAllXXX
methods, as these rely on overloading.

  
  
On another note, everytime I post to this forum, and put in my URL,
some nasty person deletes all my entries.  I can't believe people can
be so rude.  Should I not post my URL in this forum?

  
  
AFAIK it isn't possible for anyone to delete a message from the google
group (this isn't really a forum, or are you referring to something
else?), what has lead you to draw that conclusion? Eveyone's pretty
friendly around here ;)

Cheers,

AD7six




  



--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---





Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread AD7six


jeannie109 wrote:
> The tutorial seems to work ok even with the error message.  I did find
> out that if I change the debug to 0 instead of 2, it gets rid of the
> error.

With Debug set to 0, errors are not displayed in the browser, but they
are not removed.
If you rename /app/models/titles.php to /app/models/title.php the error
will be 'cured' (I think). Left unchecked it would mean (again, I
think) you will not be able to use the findByXXX and findByAllXXX
methods, as these rely on overloading.

> On another note, everytime I post to this forum, and put in my URL,
> some nasty person deletes all my entries.  I can't believe people can
> be so rude.  Should I not post my URL in this forum?

AFAIK it isn't possible for anyone to delete a message from the google
group (this isn't really a forum, or are you referring to something
else?), what has lead you to draw that conclusion? Eveyone's pretty
friendly around here ;)

Cheers,

AD7six


--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread jeannie109

The tutorial seems to work ok even with the error message.  I did find
out that if I change the debug to 0 instead of 2, it gets rid of the
error.

On another note, everytime I post to this forum, and put in my URL,
some nasty person deletes all my entries.  I can't believe people can
be so rude.  Should I not post my URL in this forum?


--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread gwoo

if you are on php4 check that you are using var $name in your classes.
I am not familiar with that tutorial but generally that is the cause  
of the overload problem.
Also, double check the class name of the model and filename to make  
sure they meet the conventions.

If you still have trouble, put your models in http://cakephp.org/ 
pastes/add
and then send us the link that is created.

Good Luck.

--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread Olivier Percebois-Garve

Jeannie, you've probably a file at the wrong place.

Diorgenes, You need to provide more information.
How does you link look like ? maybe there is a typo in it.
Also it could be that you did not set up mod_rewrite.

Olivvv



jeannie109 wrote:
> I am just trying this out and get an error:  Warning: overload() was
> unable to locate class 'titles'  in  /CAKE/cake/basics.php on line 74
>
> Obviously, I did NOT change the code in basics.  Can anyone tell me
> what to do?
>
> http://jobboard.bernardtransportation.com/CAKE/titles
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Cake Tutorial: Books Title Example (With hasOne)

2006-06-17 Thread jeannie109

I am just trying this out and get an error:  Warning: overload() was
unable to locate class 'titles'  in  /CAKE/cake/basics.php on line 74

Obviously, I did NOT change the code in basics.  Can anyone tell me
what to do?

http://jobboard.bernardtransportation.com/CAKE/titles


--~--~-~--~~~---~--~~
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 options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---