Questions tagged as 'cakephp'

0
answers

Redirection error

On a client server has a project in CakePHP, I created a folder called halldafama in the root of the server. I need to access this folder, but when trying to access it returns me: Error: The requested address '//halldafama/' was not found o...
asked by 23.04.2015 / 15:42
0
answers

pathinfo with cakephp

Hello, I made an image upload system, in which, the saved images, are saved with $id_o.$extensao = 1_o.jpg, now, I'm creating an element that, with that image name, returns the relative path of this image, the problem is that my pathinfo...
asked by 23.04.2015 / 15:09
1
answer

CSS is not loading

I have the site of a client http://suprimark.com.br/ it was working normally, but when the service of the agency was access, it appeared like this, without css , in which it has calls to the .css files. I have no idea what it...
asked by 27.05.2015 / 16:32
1
answer

Change id children to another id

I made a panel with some functions of the tree, edit, move and delete. Until then my delete is working when I want to delete a specific thing without children. The problem is that when I delete an item that has children, it deletes all the child...
asked by 31.03.2015 / 21:02
1
answer

CakePHP Reviewing Information Between Controllers

How do I pass information between two controllers, for example: I have in my database two tables, one of users and another of books, there I select a book that is in the books table, I get your id and I have to update this information in the...
asked by 23.03.2015 / 15:54
2
answers

Form :: Helper cakephp [duplicate]

How do I make a for return in this options 48 weeks? <?= $this->Form->input('Semanas', array( 'options' => $semanas, 'empty' => '(choose one)' )); ?>     
asked by 14.04.2015 / 19:51
0
answers

Saving id of a form select

I need to save the id of a select , but in my select , it is showing the name of the item, so in case I need to save in the database the id of this item. > Form: <?=$this->Form->create('Acomodacao');?>...
asked by 14.04.2015 / 22:17
0
answers

CakePHP SQL SERVER

I have a big problem here. I have an application made in cakephp hosted on locaweb on windows server. The following problem is occurring: The save method of NO model is working. In debug I search for error of validation error and invalid f...
asked by 03.04.2015 / 14:09
1
answer

3 CakePHP data levels

Let's say I have the following tabaelas products tags manufacturers So I have 3 models. One for each table. Each model is configured with the following scheme: Product Model - > belongsTo: trademarks Branding model -...
asked by 06.02.2015 / 20:44
1
answer

Ajax + Auth CakePHP only returns false

I'm using ajax to log in to my system using CakePHP Page with Ajax <form id="login"> <input type="text" name="username" placeholder="Usuário" required> <input type="text" name="password" placeholder="Senha" required&g...
asked by 28.03.2015 / 13:47