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.

404 Not Found The requested URL was not found on this server

I'm having small troubles and was wondering if someone can help me over the hump. I pulled a copy of …

apache cakephp mod-rewrite cakephp-1.3 wamp
SQLSTATE[HY000] [1045] Access denied for user 'username'@'localhost' using CakePHP

I am new to PHP and CakePHP. I am finding problems while wiring my database using CakePHP. Below is my …

php mysql cakephp cakephp-3.0
Generate ER Diagram from existing MySQL database, created for CakePHP

For CakePHP application, I created MySQL database. Which tool to be used to create ER Diagram of database? Fields and …

mysql cakephp mysql-workbench reverse-engineering er-diagrams
"[notice] child pid XXXX exit signal Segmentation fault (11)" in apache error.log

I am using Apache/PHP/MySQL stack. Using as framework CakePHP. Every now and then I get a blank white …

php apache cakephp error-logging
Request exceeded the limit of 10 internal redirects due to probable configuration error

I'm getting the following error in my CakePHP application: Request exceeded the limit of 10 internal redirects due to probable configuration …

apache cakephp
PHP Fatal error: Class 'PDO' not found

PHP Fatal error: Class 'PDO' not found in /home/bd/public_html/app/webroot/Cake/Model/Datasource/Database/Mysql.php …

php mysql cakephp web-applications
How to check not in array element in php

I am trying to check if an element is not in array than want to redirect page: My code is …

php arrays cakephp
How can I see CakePHP's SQL dump in the controller?

Is there a way that one can cause CakePHP to dump its SQL log on demand? I'd like to execute …

sql cakephp
How to get complete current url for Cakephp

How do you echo out current URL in Cake's view?

php cakephp
Undefined variable: $_SESSION

I'm getting E_NOTICE errors in a core CakePHP file when it tries to reference a never-set or unset session (…

php session cakephp e-notices