CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. It uses commonly known design patterns like MVC and ORM within the convention over configuration paradigm.

learn more… | top users | synonyms (1)

0
votes
1answer
6 views

CakePHP and MongoDB: Undefined index length when saving data

I am on Cake 2.3.5 and using this: https://github.com/ichikaway/cakephp-mongodb DB Config public $mongo = array( 'datasource' => 'Mongodb.MongodbSource', 'database' => 'hello_forms', ...
-1
votes
0answers
9 views

CakePHP: one-to-one using saveAll

If I have many one-to-one relationships and I have a form which allows the user to enter data for all of these, how do I ensure that only populated records are saved in the child tables. eg a User can ...
-1
votes
1answer
13 views

Cakephp master password

In my CakePHP project I am asked to set a master password for users. So admin can login with any username of CakePHP and that master password. In my mind I am getting this: Either add a condition ...
0
votes
0answers
7 views

cakephp - saving data of two tables in different databases

I have 2 tables in different databases. I joined the information in the same dropdownlist. But when i try to save data, the system does not know which table to get the selected id. it is just checking ...
0
votes
1answer
8 views

Cake PHP paginate multiple tables of one model

community, there is a problem with multiple tables which receive their entries of the same model "Post" on the same page. When clicking a paginator-number the app will change the page for both tables. ...
1
vote
1answer
20 views

CakePHP - Saving an hasMany through association

I'm currently trying to figure out how to save a hasMany through relationship. My tables are: cards: id, name colors: id, name, color card_colors (associated with the model CardColor): id, ...
0
votes
0answers
10 views

how to use controllers and actions authorization at the same time

I'm a newbie in cakephp and I'm trying to build an application from the scratch. I'm reading the manual and also I did the tutorials. Right now I'm facing an issue about authorization: How allow the ...
0
votes
0answers
16 views

CakePHP and Apache Load Balancer losing session

I have an app running CakePHP 2.1 in a load balanced environment. It seems to lose the session when the server changes between requests. Does anyone know cake config settings or apache config settings ...
0
votes
1answer
28 views

Advice on complex CakePHP page

I was just looking to get advice from people who have experience with CakePHP. Basically I've done most of my site using CakePHP, and most of it was very standard stuff. Pages to add, edit and view ...
0
votes
1answer
30 views

cakephp - how to redirect in a Component

I created a Component and in this component I try to redirect to a different controller/action, but I get the error: "Error: Call to undefined method SessionRestComponent::redirect()" My Component ...
0
votes
1answer
30 views

CAKEPHP - Undefined Index on production server

I put my application in a production server on the web and, it's not recognize any of my models. In my local server this works fine... This give this error on foreach datas. Undefined index: Power ...
0
votes
0answers
15 views

Installing Maldicore PHP Admin

I am very new to Cake PHP - I have completed a few tutorials so my knowledge is very limited at the moment. I am attempting to install and use the Maldicore Admin Dashboard. ...
0
votes
0answers
14 views

cakephp 2.3 login to different table with custom Auth components

I've trying to login a user to 2 differents tables tmp_users, active_users, inside UsersController. I've created two custom Auth components one for each. App::uses('FormAuthenticate', ...
0
votes
1answer
36 views

Save Related Model Data

I am having trouble understanding how to save Related Model Data in Cakephp 1.3. I have a model called Policy and a Model called Declinations. Policy hasMany Declinations. Declinations belongsTo ...
0
votes
2answers
21 views

cakephp sum() on single field

I have searched high and low on how to just get a total of a field called points. I just need one total figure but the best I can get is a list of records from the Points table with the associated ...
0
votes
1answer
4 views

Redirecting with htaccess rewrite map

I am using following code to redirect all url with capital case latter in it to equalant small-case version of same url. RewriteEngine On RewriteCond %{REQUEST_URI} [A-Z] RewriteRule (.*) ${lc:$1} ...
0
votes
1answer
13 views

CakePHP: Use current parameters to render another view

I have a searchable, sortable table in cakephp. The search and sort criteria are passed as named parameters. Now I would like to add a button which calls a method viewPdf on the very same controller ...
0
votes
1answer
14 views

Unable to change admin prefix in cakephp 1.3

I have built admin of my cakephp site using prefix 'webadmin'. Now I need to change this to something like 'aRRT6nnf'. I changed the admin prefix in core.php, routes.php and even changes the ...
0
votes
1answer
36 views

Mamp extremely slow with CakePHP

I have a Cake Application v2.3.1 running locally on mamp v2.1.3 (not pro so this is the latest version) from myapp.dev:port and I'm experiencing some really slow response when I have pagination on the ...
0
votes
1answer
45 views

CakePHP bake Error: Database connection “Mysql” is missing, or could not be created

I've already checked other questions and answers regarding my issue and nothing seems to help resolving it. I'm using vagrant percise64 (ubuntu server 12.04) with lamp installed. On my host (desktop) ...
3
votes
1answer
20 views

unable to get image with link in cakephp 2.x?

I tried to made image with link using FormHelper..in cakephp. Below are my script: <?php echo $this->Html->link($this->Html->image('images/view-more-arrow.png') . ' ' . __('View ...
0
votes
0answers
12 views

Authorization adapter &quot;actions&quot; was not found. CakePHP

I use the CakePHP Auth componenet in my web site. The code works fine in windows but after uploading it to linux online host, it give the message Authorization adapter "actions" was not ...
0
votes
1answer
11 views

Cakephp response object routing?

I am using Cake 2.3 I have an app that allows users to add products and upload files associated with that product. I have encountered a problem with using response objects, as seen here: ...
0
votes
0answers
18 views

My web page redirects to a blank screen on submitting the form

I am trying to display a flash message saying 'Mail sent' on sending an email from a form in cakephp. The email is send successfully to the recipient but then it goes to a blank screen and doesn't ...
0
votes
1answer
20 views

How to perform add action in a form only one time, after update the record everytime

I have a form element. When I click the submit button it will add the data to the table. that is working fine. But my need is to add data to the table only the first time, after each submission data ...
0
votes
0answers
35 views

CakePHP 2 pagination gives 404 address not found error

I am developing an application with CakePHP 2.3 and am having a problem with pagination. When I click on any of the pagination links I am getting a /cab/ServiceDirectory/refine/page:2 (or which ever ...
0
votes
2answers
25 views

CAKEPHP find using a ajax request

I want to do a $this->find using a id of an ajax request. I has 2 selects and I want to, if I choice one option its return a select related with this id. This is my function: ...
0
votes
1answer
11 views

clamav cl_scanfile takes a long time to finish

How to optimize clamav cl_scanfile so it is faster? On average It takes about 15-20 seconds for scanning the file. Thus if in one form I have 2 upload field, it will take almost 40 seconds or more, ...
0
votes
0answers
14 views

Why is scaffolding not available in Cakephp in combination with ACL and AUTH?

I want to use scaffolding in my Groupscontroller but I'm getting the error: You are not authorized to access that location. all the time. I've used $this->Auth->allow() in my AppController and ...
0
votes
2answers
29 views

How to use CakePHP to do a query bounded by data in two indirectly-related tables

Presume the Query works: SELECT users.id, subscriptions.name, users.user_type FROM users LEFT JOIN users_subscriptions ON users.id = users_subscriptions.user_id LEFT JOIN ...
0
votes
2answers
15 views

Multi-table generic query model for CakePHP

I have approximately 25 join queries I need to build to run in a project on CakePHP. It is much faster to just work in MySQL WorkBench or phpMyAdmin building the queries, and then drop into PHP code ...
0
votes
0answers
7 views

cakephp PaginationRecall component crashes my application with a different url/pages

The PaginationRecall component is giving me a headache, it let my application crash. I have a region view, I can call it with /views/[number of region] I found out that the reason for the crash is ...
0
votes
1answer
23 views

How can I disable cakephp security?

I used public function beforeFilter() { parent::beforeFilter(); $this->Security->validatePost = false; $this->Security->csrfCheck = false; ...
0
votes
1answer
27 views

5 star rating using CakeDC plugin

I am using CakeDC ratings to make a star rating in my site. I managed to make it work but it is displaying radio choices. I really wanted it to be a 5-star like functionality. In their documentation ...
0
votes
1answer
11 views

Stop callback propagation

I have a Behavior which update a record instead of delete from beforeDelete callback. public function beforeDelete(Model $model, $cascade = true) { [...] return true; } When I return true, ...
0
votes
1answer
23 views

CakePHP Insert Statements

I am having trouble inserting data into a MySQL table using CakePHP. I am making a table that once a row is inserted, it should not be able to be overwritten. With the save method of CakePHP, if I try ...
-1
votes
1answer
36 views

CakePHP You don't have permission to access /app/webroot/ on this server [closed]

I have a problem with CakePHP. I downloaded CakePHP and unzip framework to my project folder: ProjectCake. Then run my site(localhost): conrad.lh .The browser display: You don't have permission to ...
1
vote
1answer
49 views

How to use sessions on the database.php file

What I would want to do is to switch between development_db and local_db. in the index page, there is a list of databases that i can choose from if i click a database name on the list, the whole app ...
0
votes
1answer
17 views

How do I intregate paypal adaptive payment with cake php 1.3 version?

I have a application in Cakephp 1.3 where I need to integrate latest paypal adaptive payment system. I get code sample from paypal web site for adaptive payment. I get code here ...
0
votes
1answer
14 views

CakePHP Getting Language Strings from Labels with Extract

I am getting language strings from labels with extract. I have the following code in a view: <?php echo $this->Form->input('observee', array('label' => __(Observee), 'type' => ...
0
votes
1answer
30 views

Cakephp : search by date ,without range

I am new to cakephp. How to search by date in cakephp , without range . pick a date using date picker and search. In my index part created records are there .I have one datepicker and search button ...
0
votes
1answer
17 views

Column not found, retreiving data associated model

I've got the following find() function $this->User->find('all',array( 'conditions' => array('User.id' => $this->Auth->user('id')), 'fields' => ...
0
votes
1answer
35 views

cakephp - datepicker bootstrap not populate when use a edit action

I'm using a datepicker for bootstrap in my application. Here is my HTML code: <div class="input-append date pull-right" id="dp3" data-date-format="dd-mm-yyyy"> <input name="dataregisto" ...
0
votes
1answer
50 views

Cakephp: pass parameter or data to another page

Our group create a database for patron to attend an event (booking) which has lots of entities. We have three tables: patron, booking, booking_patron (join table). We want to create 2 pages in the ...
-1
votes
1answer
25 views

Function call on database.php Cakephp [closed]

is there a way to call a function on the database.php file? what i'm trying to accomplish is to permanently switch between database on the fly. but i'm still having trouble on how do it.
0
votes
1answer
23 views

CakePHP in sub-url (not sub-directory)

I can find dozens of articles on installing CakePHP in a sub-directory and getting it to appear in the root url. That is NOT what I am asking for. I rarely down-vote, but if you give that answer, I ...
-2
votes
1answer
23 views

CAKEPHP - disable/enable a button through a specific controller [closed]

its possible, in CAKEPHP, through my controller (UsersController), put a button (found at sight 'default') disable? and show a label with some information? (everything from the users controller). ...
0
votes
2answers
21 views

How i can get the error when cake are saving?

I have a form, with some fields. When i try save, not happens and I don´t know what´s the problem. How can i see whats happening on the save moment ?! Thanks you!.
0
votes
1answer
21 views

Cakephp Local session logic

I have a simple if checking for a customer_id in the session. <?php if($this->Session->read('customer_id')){ ?> <?php echo $this->element('watchlist'); ?> <? } else ...
0
votes
1answer
28 views

How can input change between normal text type and checkbox in cakephp?

In one of my friend's cakephp project,her colleague wrote a checkbox like this : https://pbs.twimg.com/media/BKt5D1lCAAA1ZfJ.jpg And he created it in this way: echo ...

1 2 3 4 5 279