Re: Re: $this->flash() Problem

2006-08-26 Thread Jason Lee
it solved, so I can move 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 p

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: Download Sexy Movies

2006-08-26 Thread Jason Lee
pretty funny: http://spamusement.com/ 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 PH

Re: $this->flash() Problem

2006-08-25 Thread Jason Lee
essage and the link. -- 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 g

Re: $this->flash() Problem

2006-08-25 Thread Jason Lee
1 DESC `users`8 8 1910 I tried rolling back to 1.1.6 and got the same result. -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message beca

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.ste

$this->flash() Problem

2006-08-24 Thread Jason Lee
Using CakePHP 1.1.7, when I say $this->flash("foo", "/foo"); it doesn't flash. It rerenders the page i'm on. Has anyone else had that problem? -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com h

Re: $this->flash() Problem

2006-08-24 Thread Jason Lee
#x27;); Instead, it's rerendering /users/add. Does that make sense? -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Running HTML files through index.php

2006-07-29 Thread Jason Lee
at I'm trying to do, so I gave it whirl. The bottom line is, though, for whatever reason, that's not working. I get the message: The requested address index.html was not found on this server. when I hit http://foo.com/index.html. Any pointers? Thanks! -- jason lee http://www.steeplesoft.c

Re: Running HTML files through index.php

2006-07-28 Thread Jason Lee
!^/stats* But only under Apache 2. Apache 1.3 doesn't like that, so 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 --~--~-~--~~~---~--~~ Yo

Running HTML files through index.php

2006-07-27 Thread Jason Lee
r the exisiting 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.

Re: Hosting (i.e. Dreamhost)

2006-07-18 Thread Jason Lee
-ym.org I'll grant 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 sub

Re: Google Maps + CakePHP Recipe

2006-05-26 Thread Jason Lee
ts/default.thtml?rev=112&root=rdos&view=markup usage: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/views/maps/index.thtml?rev=112&root=rdos&view=markup -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~-

Re: Google Web Toolkit - Easy AJAX for CakePHP?

2006-05-17 Thread Jason Lee
l AJAX toolkits, such as dojo, 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 su

Re: Helpers not available in my layout

2006-05-12 Thread Jason Lee
see the error 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.steeplesof

Helpers not available in my layout

2006-05-11 Thread Jason Lee
9 Fatal error: Call to a member function browser_is_ie() on a non-object in /tmp/sscp2/views/layouts/default.thtml on line 9 though the page title says "Missing Database Table" which has to be a bug. Does anyone see why that would be failing? I'm REALLY stumped. It works fine on 0.10.

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 co

Re: running cake code via cron

2006-04-07 Thread Jason Lee
On 4/7/06, Olwen Williams <[EMAIL PROTECTED]> wrote: > > I do it GET with a very simple layout. > > My cron job simply runs GET full_url_here > /dev/null I'm not a real big fan of that approach, as it makes my cron job available to anybody who might know the URL, or I have to somehow restrict in