Email Component in 1.3 - Messages fail to send from a Lotus Notes server when one or more email addresses aren't found.

2013-06-05 Thread JDRopp
The email component only offers "550 5.0.0 ... User unknown.".
What's odd is that the message isn't sent at all (i.e., no one on the 
distribution list receives the message).

I've tried setting the "return" attribute without success.  

Anyone have this experience and/or a soltuion?

Thanks,
Jeff

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Intermittent 302 Errors

2010-03-03 Thread JDRopp
Thanks for your reply Jon.

Are you referring to Cake directories?  Or Apache?  Or just temp
directories on the web server?

I can't seem to isolate the cause as it mysteriously happens sometimes
even when I know the session hasn't timed out.

Thanks in advance for any ideas.
Jeff


On Mar 3, 1:58 pm, Jon Bennett  wrote:
> > Has anyone run into this problem before?
>
> > In each case, the path is entirely valid but Apache sometimes throws
> > this error.  I'm assuming that the problem is not with Apache but
> > rather Cake routing.
>
> are your tmp dirs writable ?
>
> J
>
> --
> jon bennett -www.jben.net- blog.jben.net

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Intermittent 302 Errors

2010-03-03 Thread JDRopp
Has anyone run into this problem before?

In each case, the path is entirely valid but Apache sometimes throws
this error.  I'm assuming that the problem is not with Apache but
rather Cake routing.

Any help would be greatly appreciated as this makes my app unstable!

Best,
Jeff

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Intermittent Routing Problems

2010-03-01 Thread JDRopp
Every so often, I find that valid links or redirects from the
controller seems to fail.

In these cases, the user is redirected to the root (which means they
see my login page).

Has anyone else had this sort of problem?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Scaffolding and Model Relationships

2009-08-21 Thread JDRopp

Is there a limitation of scaffolding that impacts the "related"
sections presented?

For example:
applications application_roles   roles
-    
id id   id
name   application_id  name
   role_id

I've defined the relationships appropriately:
1) applications "has many" application roles
2) applications_roles "belongs to" applications
3) applications_roles "belongs to" roles
4) roles "has many" application roles

When viewing an application, a "Related Application Roles" section is
created that shows the appropriate rows in the application_roles
table.  BUT, it only shows "role_id" which doesn't have any meaning to
a user.

The documentation suggests that you can use $display_field but this
seems to have no effect (it only is used on the view of application
roles).

Is this a known limitation or is there something else to configure?

Many thanks for your thoughts.
Jeff

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Class and Model Naming Problems (wave becomes wafe)

2009-08-21 Thread JDRopp

Thanks Marcelo for pointing to the relevant code.

I decided to change the model, table, and controller names instead.

I'll submit the defect to Cake.


On Aug 21, 12:01 pm, Marcelo Andrade  wrote:
> On Fri, Aug 21, 2009 at 3:21 PM, JDRopp wrote:
>
> > I've just started working with Cake and have been impressed so far.
>
> > I've created:
> > A table called "waves"
> > A model class called "wave" (wave.php)
> > A controller class called "WavesController" (waves_controller.php)
>
> > Somehow "wave" turns into "wafe" when SQL is generated.  For example:
> > Nr      Query   Error   Affected        Num. rows       Took (ms)
> > 1       DESCRIBE `waves`                3       3       38
> > 2       SELECT COUNT(*) AS `count` FROM `waves` AS `Wafe` WHERE `Wafe`.`id`
> > = 1             1       1       0
> > 3       SELECT `Wafe`.`id`, `Wafe`.`name`, `Wafe`.`deployment_date` FROM
> > `waves` AS `Wafe` WHERE `Wafe`.`id` = 1 LIMIT 1         1       1       0
>
> > Any idea what's going on here?  I've searched and found no "wafe"
> > typos in my code.
>
> Not sure, but It seems like a bug in inflector.
>
> Try to add wave/waves to the $irregularPlurals at app/config/inflector.php
>
> If it not works, I'm afraid you'll have to define the $useTable = 'waves'; in
> your Wave model.
>
> Best regards.
>
> --
> MARCELO DE F. ANDRADE
> Belem, PA, Amazonia, Brazil
> Linux User #221105
>
> http://mfandrade.wordpress.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Class and Model Naming Problems (wave becomes wafe)

2009-08-21 Thread JDRopp

I've just started working with Cake and have been impressed so far.

I've created:
A table called "waves"
A model class called "wave" (wave.php)
A controller class called "WavesController" (waves_controller.php)

Somehow "wave" turns into "wafe" when SQL is generated.  For example:
Nr  Query   Error   AffectedNum. rows   Took (ms)
1   DESCRIBE `waves`3   3   38
2   SELECT COUNT(*) AS `count` FROM `waves` AS `Wafe` WHERE `Wafe`.`id`
= 1 1   1   0
3   SELECT `Wafe`.`id`, `Wafe`.`name`, `Wafe`.`deployment_date` FROM
`waves` AS `Wafe` WHERE `Wafe`.`id` = 1 LIMIT 1 1   1   0

Any idea what's going on here?  I've searched and found no "wafe"
typos in my code.

Thanks!
Jeff

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---