Re: file_get_contents() to get response from Cake app?

2008-06-16 Thread silverquick
This may be really dumb, and it doesn't seem entirely consistent with the symptoms you're getting, but I thought it might be worth mentioning. Of course you probably know will output nothing. Could this essentially be what's happening? Just on the off-chance. On May 13, 12:09 am, David Christo

Re: not working

2008-06-14 Thread silverquick
Sorry for the (sort of) double post there, G. Groups didn't seem like the post was going through. On Jun 12, 10:13 pm, silverquick <[EMAIL PROTECTED]> wrote: > It sounds like the .htaccess file in your Cake root dir is not being > recognised. Sorry if you know this already

Re: not working

2008-06-12 Thread silverquick
That's one solution, although if you don't have access to change the webroot in the production environment, it won't work there. It sounds like your .htaccess file in the cake root dir is either absent or not being recognised. Take a look at this: http://book.cakephp.org/view/32/installation#apach

Re: not working

2008-06-12 Thread silverquick
It sounds like the .htaccess file in your Cake root dir is not being recognised. Sorry if you know this already but by default it contains this code: RewriteEngine on RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] which redirects, for example, a request f

Re: Trash bin instead of immediate deletion -- where to put logic

2008-06-12 Thread silverquick
ed permanently, so I shouldn't have to bother with it. P.S. Joel, I actually went and did php -r "echo round(pow(2,-5.643), 2);". I think you mean "round(pow(2,-5.643),2) DOLLARS". :) On Jun 12, 2:10 pm, Joel Perras <[EMAIL PROTECTED]> wrote: > On Jun 12, 1:19

Trash bin instead of immediate deletion -- where to put logic

2008-06-12 Thread silverquick
ast not AS easy) to have another level of inheritance between AppController and the real, individual controllers, so I thought maybe this is somehow going against its philosophy. Should this really be a plugin instead, or something? Thanks for any opinions you have, silverquick --~--~-~--~