HABTM Join Table Entries Disappearing

2012-10-10 Thread crush
Hey, I have an orders table, a carts table and a carts_orders table. Every once and a while, I lose some of the rows from the carts_orders table. They are being created properly but are being deleted at some point. I have been trying to figure it out but everything in the applications works 99.9

twitter application using cakephp 2.x

2012-10-10 Thread ecko usil
Hi, I just develop new cake application and want to connect with twitter by OAuth. I found this plugin https://github.com/mishudark/CakePHP-2.x-Twitter-Plugin but I have trouble when applied that plugin into my app. "Whoa there! There is no request token for this page. That's the special ke

Re: Doubt regarding integrating cakephp and javascript mv framework

2012-10-10 Thread Dr. Tarique Sani
I would develop the javascript MVC application to be independent of the CakePHP application and not try to put the js MVC into the webroot of the cakePHP app So it would be easier if you think of your project as two separate projects. Most jsmvc frameworks just expect URL endpoints to get and pos

Re: Not being able to send data to my controller

2012-10-10 Thread Angelo Ortiz
I mean i using cakephp 2.2.3, my bad. But my problem is that i can't access the information coming from the file field call "Imagen", i tried to used "$this->request->data" or $this->params(), but still can't access the information. Any suggestions? On Wednesday, October 10, 2012 1:23:46 AM UTC

Re: Not being able to send data to my controller

2012-10-10 Thread Angelo Ortiz
I mean i using cakephp 2.1, my bad. But my problem is that i can't access the information coming from the file field call "Imagen", i tried to used "$this->request->data" or $this->params(), but still can't access the information. Any suggestions? On Tuesday, October 9, 2012 11:29:23 PM UTC-5,

URL rewriting is not properly configured on your server

2012-10-10 Thread Advantage+
I am getting the " URL rewriting is not properly configured on your server" message and cannot figure out how to fix this. I do not have access to httpd.conf, rather I have a php.ini file I have older Cake1.3 sites running on the same server and never had any issues with this. I am setting

Doubt regarding integrating cakephp and javascript mv framework

2012-10-10 Thread Sathia S
Hi, I have'nt worked in javascriptmvc with any other server side framework. Eg. can i attain following task with javascript framework, If a user posted a post (saved in database), other user (in another system) will be displayed the post without refreshing the page. i heard than rails with backb

Re: Themed bootstrap

2012-10-10 Thread Greg Skerman
i've not worked with themes before - but surely you could iterate your themes folder from within the application bootstrap.php and look for a bootstrap file for the loaded theme - and if it exists include it at that point? I do a similar thing with some settings stored as YAML for plugins (hooks/d

Re: form value in cake 1.3

2012-10-10 Thread Ivan Rimac
For this example I willbe updating the field 'interests' inside 'users' table. okay, on top of your view you should have !!Dont forget to include the jquery file inside your layout view!! after that, somwhere the input you want to update: on the bottom of your view: $(document).ready(funct