if i delete webroot/htaccss for debuging in eclipse,Internal Server Error!

2012-03-15 Thread cx
someone says del webroot/.htaccss, but i got: Internal Server Error apache error is : [Thu Mar 15 11:10:15 2012] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use

PHP client for beanstalkd queue

2009-06-04 Thread CX
Hi, Can anyone tell me how to make this plugin work? http://github.com/pda/pheanstalk/tree/master I can get it done, it must be some minor thing, but Im stucked. Thanks, Pablo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: Including php file with normal variables

2007-08-03 Thread CX
Excellent! Worked great! Thanks, francky06l --~--~-~--~~~---~--~~ 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 emai

Including php file with normal variables

2007-08-02 Thread CX
hi guys, i have a php file in "/app/config/myfile.php" and i include it at "bootstrap.php" file, then in my "app_controller.php" i have an action that reads the variables defined at "myfile.php" but i can't get it to work. "myfile.php" has variables like this: how can i include that file and a