Top "Cakephp" questions

CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.

CakePHP 500 Internal Server Error

i am getting the following error Internal Server Error The server encountered an internal error or misconfiguration and was unable …

cakephp dreamhost internal-server-error
Strict standards: Redefining already defined constructor for class Object in path\cake\libs\object.php on line 54

I am trying to configure MS-MSQL database on cakephp (Not mysql). My Wampserver is 2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b on …

cakephp cakephp-1.3 cakephp-2.0 cakephp-2.1
Find where id is not in array of ids

To find id whose value is equal to the id of an array of ids: $this->YourModel->find(…

cakephp cakephp-2.0
Multiple checkboxes in CakePHP - how to set which are checked?

I have multiple checkboxes in CakePHP's Add/Edit view, created with: echo $this->Form->input('email_warning_chb', …

cakephp cakephp-2.0 checkbox
CakePHP 2.0 - Cake was unable to write to File cache

I'm using CakePHP 2.0 RC-1. After checking out the project from SVN, the application is starting to complain that it can't …

file caching cakephp fopen
How to debug when CakePHP Model::save() doesn't attempt an INSERT

I am having a bear of a time saving the simplest record from a model called ItemView: if($this->…

cakephp
symfony vs cakephp

What is conceptually the difference between symfony and cakephp?

cakephp symfony1 php
How do you get the last insert ID in CakePHP 3.0?

Working with the CakePHP 3.0 beta, seems like a simple problem, but I've searched through the docs and can't find anything. …

cakephp cakephp-3.0
Cakephp Error: An internal error has occurred

I have some code in cakephp which produces an error. Here is the PHP Controller: $this->loadModel( 'Vote' ); //Newly …

cakephp internal-server-error
CakePHP : Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 52 bytes)

Hi i have a apps running on CakePHP v 1.3. I've updated my wamp server to v2.4.After updating i got …

php cakephp cakephp-1.3 fatal-error