Re: Download Sexy Movies

2006-08-26 Thread Jason Lee
/ A word of warning, though. Given the nature of some spam, some the comics are more than just a bit off color... -- jason lee --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: $this-flash() Problem

2006-08-26 Thread Jason Lee
in overriding render(). Once I changed the method to that, things started working again. At that point, I realized that in my render() method, when I called the method on the parent class, I failed to pass along the three parameters. So. User error. Thanks to all that helped. :) -- jason lee

Re: Re: $this-flash() Problem

2006-08-26 Thread Jason Lee
on. :) -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ 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

Re: $this-flash() Problem

2006-08-25 Thread Jason Lee
and got the same result. -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: $this-flash() Problem

2006-08-25 Thread Jason Lee
. -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ 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

Re: $this-flash() Problem

2006-08-24 Thread Jason Lee
the form, click submit. In theory, it should say something like The user has been added. then either automatically or manually, redirect me to /users/index if I have $this-flash('The user has been added.', '/users/index'); Instead, it's rerendering /users/add. Does that make sense? -- jason lee

Re: Re: $this-flash() Problem

2006-08-24 Thread Jason Lee
On 8/24/06, Samuel DeVore [EMAIL PROTECTED] wrote: Can you post the code in your controller? Here's the relevant snippet: http://cakephp.org/pastes/show/2ec3cd97a310e0ff524105a02a3339f2 -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com

Re: Running HTML files through index.php

2006-07-29 Thread Jason Lee
was not found on this server. when I hit http://foo.com/index.html. Any pointers? Thanks! -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Running HTML files through index.php

2006-07-28 Thread Jason Lee
I'll just have to wait for all my hosts to be updated... -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Running HTML files through index.php

2006-07-27 Thread Jason Lee
file exception if the request URI ends in .html. Are there any mod_rewrite gurus that can give me some pointers? I'd also like to exlude /stats* and am having mixed results on that. Thanks a lot! -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http

Re: Hosting (i.e. Dreamhost)

2006-07-18 Thread Jason Lee
that it's no eBay, but performance has been good enough for me. For what that's worth... ;) -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Re: Google Maps + CakePHP Recipe

2006-05-26 Thread Jason Lee
: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/views/maps/index.thtml?rev=112root=rdosview=markup -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message

Re: Google Web Toolkit - Easy AJAX for CakePHP?

2006-05-17 Thread Jason Lee
, that several have used with great success with CakePHP, though. -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Re: Helpers not available in my layout

2006-05-12 Thread Jason Lee
that CakePHP is trying to give you. It just can't because there is code in there that relies on CakePHP and it has already bombed out. Ah! That was it! If you're ever in Oklahoma City, I'll buy you a Slurpee :P -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http

Helpers not available in my layout

2006-05-11 Thread Jason Lee
which has to be a bug. Does anyone see why that would be failing? I'm REALLY stumped. It works fine on 0.10. :| Thanks! -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received

Re: pretty URL's problem

2006-05-02 Thread Jason Lee
On 5/2/06, ivan [EMAIL PROTECTED] wrote: I'm working locally, running Apache 2.x.x.x. The httpd.conf file reads All for AllowOverride but, since the mod_rewrite module is commented, I'm using the .httaccess files Is .httaccess (note the two t's) a typo? Just making sure... :) In my