Re: Auth-authenticate in beforeFilter causes Auth issues

2009-06-28 Thread Justin Poliey
I figured Cake would give me errors if I did that, so I never tried it :( It works fine now though, thanks a lot! Justin On Jun 27, 5:15 pm, Jorge Horacio Cué Cantú jorge@gmail.com wrote: You can set the salt to an empty strung, too. Regards 2009/6/27 Justin Poliey jd...@njit.edu

Re: Auth problem with '/' and You are not authorized to access that location.

2009-06-28 Thread mike karthauser
On 27 Jun 2009, at 23:11, tpynegar tpyne...@hotmail.com wrote: Hi, I've got a setup where i've got a login action at /users/login. If you go directly to that controller, action there is no error message wereas if you goto '/' as in the site address with no controller or action and then

Re: Open Flash Chart Helper issues

2009-06-28 Thread Kit
hi all, i got the same problem too. my cake core is 1.2.1.8004 i have followed the version-3 instructions http://bakery.cakephp.org/articles/view/flashcharthelper-version-3 and add the following files from FlashChartHelper_3.3.91.zip * /app/views/helpers/flash_chart.php *

Re: Big Websites In cakePHP ?

2009-06-28 Thread Techinfocomp.com
hi, hai you get this records from clr, what about browser from where cake handle the hole application. can u tell us the total time to load or make a search complete for the data ? On Jun 27, 1:51 am, Mariano Iglesias mariano.igles...@cricava.com wrote: You don't need to use C to run a

Re: Containable grabbing too much data

2009-06-28 Thread Terr
I did a quick search at trac.cakephp.org, but I couldn't find an existing bug report that describes this problem. Be sure to send in a ticket there, that way you can be sure the dev team gets to know about this. On Jun 28, 3:23 am, Miles J mileswjohn...@gmail.com wrote: Yeah I guess we have the

Re: IIS + CakePHP + ISAPI_Rewrite 3

2009-06-28 Thread Richard Stroobach
No answer yet. :-( Is there anyone who has IIS + cakePHP + ISAPI_Rewrite working? On Jun 18, 12:36 pm, Richard Stroobach stroob...@gmail.com wrote: Hello, For a couple of days I'm trying to get CakePHP working on a Windows IIS machine with ISAPI_Rewrite 3. I've tried all the possible

How to deploy ACL-permissions on several envirnoments?

2009-06-28 Thread Jeroen
I have a development and a production envirnoment. To keep the databases up to date for both envirnoments, migrations are excellent. Is there something like that for ACL permissions? I now use a temporary function to set the permissions and the aco_sync plugin for keeping the ACO up to date. In

multilingual app

2009-06-28 Thread floorball92
Hi, I plan a project with a special i18n implimentation. Their won' t be a default language, their are records witch every user can access unattached of his language. But each record can have informations individual of the language. I give a sample. Main Table: id: 1 name: BMW Translation

Re: Big Websites In cakePHP ?

2009-06-28 Thread Mariano Iglesias
It should be good enough that I tell you an application that big works very well. I would recommend instead of wasting time trying to get people to tell you request times, spend some time investigating OPCode caching, SQL replication, Cake view caching, and other performance improvement tips

Re: Why there are so many failed requests in my cake site?

2009-06-28 Thread Martin Westin
You probably don't really have any failed requests http://www.google.com/search?q=apache+bench+failed+length I suggest looking at the top result. On Jun 27, 5:08 am, joshua josh...@gmail.com wrote: Hi Cakes, Today I use ab to give a test of my cake site, there are so many failed requests in

Re: Containable grabbing too much data

2009-06-28 Thread Miles J
I was planning to, but I really dont know how to explain it or what the real problem is. For all I know, the afterFind() really isnt the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Re: Problem returning array from function

2009-06-28 Thread Sanfly
No, I dont think so. I have no trouble building the array because this line: print_r($reverse); echo brbr; does print the entire correct array. Its returning it from the function when there is more than one value in the array that gives me a problem. On Jun 26, 8:23 pm, John Andersen

Asset Filter for Plugin (DebugKit)

2009-06-28 Thread Fahad
hello, I have successfully created a filter for all my css files under / webroot/css. for example, I can access them in URLs like this: /ccss/ style.css But, unfortunately, it is not working for plugin's css files. I use DebugKit, and this is the url for filtered css: url from browser:

query inside a static page

2009-06-28 Thread saavedrajj
Hi everyone! I have the next problem: I wonder if is possible to put a query result on a static page. I have created a view (views/modelos/some.ctp) who calls some() function who is included inside the controller models_controller.php, that i can see it perfectly in::

query inside a static page

2009-06-28 Thread saavedrajj
Hi everyone! I have the next problem: I wonder if is possible to put a query result on a static page. I have created a view (views/modelos/some.ctp) who calls some() function who is included inside the controller models_controller.php, that i can see it perfectly in::

Caching data

2009-06-28 Thread tpynegar
Hi, I'd like to take some data from another site and periodically refresh the data. I've looked at the caching mechanism in cakephp and it seem's it more directed at view caching. Is there some other mechanism i can use. Thanks, Tim. --~--~-~--~~~---~--~~ You

Re: Caching data

2009-06-28 Thread Miles J
You can use Cakes built in Cache utility class. Heres an example of how I used it for queries: http://www.milesj.me/blog/read/34/Cacheing-Each-Query-Individually --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Why there are so many failed requests in my cake site?

2009-06-28 Thread joshua
Thank you, Martin! It might be a site that serves dynamic context (such as different cookie IDs mentioned) where the file size changes between each query. http://www.celebrazio.net/tech/unix/apache_bench.html Easy way to verify: Code: $ wget url Repeat that twice, then: Code: $ diff

Re: An example of a Facebook Connect Integration to a cakePHP app ?

2009-06-28 Thread Ashu
Hey Rod, I think you are the same person on FB Discussion forum as well. Anyhow, I am still having trouble proceeding with it ? Did you have any luck ? Apart from the link you posted, you can also refer this link

Re: Using FCKEditor in a Plugin

2009-06-28 Thread mattalexx
I wish I could figure this one out too. On May 30, 6:09 am, Dashman dashma...@gmail.com wrote: Hi guys I wasted my Friday evening and early Saturday morning trying to sort this one out, but to no avail. I have created a plugin to be used as a CMS, the plugin is called admin. I have

Re: Using FCKEditor in a Plugin

2009-06-28 Thread Miles J
So weird, I was doing the same thing with MarkItUp 2 days ago. The answer I found out is no, you cant link to vendor js/css files. Only vendor css/js in the external vendors folder can be linked, not the app vendor. --~--~-~--~~~---~--~~ You received this message

RE: Using FCKEditor in a Plugin

2009-06-28 Thread Paul
, and keeping it all fully self contained? Cheers, D __ Information from ESET NOD32 Antivirus, version of virus signature database 4194 (20090628) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus

Paypal Integration

2009-06-28 Thread bhushan A
Hi All, Can anybody tell me any link which guides me how to implement payment gateway in cake? Please mail me on bhushanahir...@gmail.com. Thanks Bhushan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP

Issues with validation with hasOne associating - values passed from form

2009-06-28 Thread MrMeikel
(I have been googling furiously for a while now, and cannot see what I am doing wrong at the moment. Apologies if it is something obvious! Also I hope I have followed the naming conventions, this could also be an issue) I have a belongsTo/hasOne relation set up between page and page_meta tables.

Wrong folder being displayed via $html-link(), though it works, it's undesirable

2009-06-28 Thread Clash
Hello guys! I've tried the search but whatsoever I'd search wouldn't be about the problem I'm having. So, my website address is http://www.matchburn.com/ Following the blog tutorial we have this piece of code ?php echo $html-link($post['Post']['title'], array('action' = 'view', 'id' =