You cannot post messages because only members can post, and you are not currently a member.
Description:
Search this group before posting anything. There are over 50,000 posts and it's very likely your question has already been answered.
Visit the IRC channel #cakephp at irc.freenode.net.
The group is moderated to prevent spam, so please be patient if you are new member.
|
|
|
Getting started: Where To Get Help
   
|
| |
[link]
Cheers,
AD
PS. If you've been on this group for more than a week or so, you may
have noticed that the google group pages/files have been/are in the
process of being removed. The pages have been integrated to the
cookbook to allow moderation, prevent spamming and take a step towards... more »
|
|
Release: CakePHP 1.2.5
   
|
| |
The CakePHP development team is happy to announce CakePHP 1.2.5[1].
1.2.5 is a bug fix release of the latest stable branch. Check the
changelog[2] for all the changes.
CakePHP 1.2.5 Includes almost 40 commits and more than 20 fixes.
Furthermore, due to popular demand CakePHP 1.2.5 is compatible with... more »
|
|
CakeFest IV - America - Help us pick a location!
|
| |
Hi all,
The CakePHP team has been considering the location for the next upcoming CakeFest.
We've decided to bring it back home to the United Sates of America.
Thus far we haven't chosen a location for the event, but to ensure we reach as many people as possible, we'd like your opinion on where we... more »
|
|
Beginning cakephp question ( novice )
|
| |
Hi Guys,
I'm trying to start with the cakephp framework. I'm reading cakephp
from novice to professional.
Now i'm trying to connect to the database on localhost but it doens't
work!
I get an error 1045 saying; acces denied for user
'root'@'localhost' ( password=YES)
I added 3 screenshots so you can see my variables.... more »
|
|
Caching custom routes
|
| |
Hello,
Is anybody here who make it working?
In my application I have some custom urls and it seems like cache is
not working when action is requested via custom route.
To give you an idea what i talk about:
If path is like that:
/public/gown/gown-name-slug
then action is cached, but when i want to make url more pretty:... more »
|
|
Need User Management Plugin
|
| |
Hello!
I am creating a classifieds website where I need registration, login,
forgot password etc.
Is there any good plugin to do this work?
Thank you!
|
|
Error: ItemsController could not be found.
|
| |
I have the recent version of cake installed on my windows vista
machine. To make things easier, I am using the WAMP application.
I was able to get the green bars indicating that everything was
working ok and the database set up went well too.
My directory structure is D:/wamp/www/cakephp and local host is... more »
|
|
Fatal error: Class 'ErrorHandler' not found
|
| |
Hi,
I keep getting this error
"Fatal error: Class 'ErrorHandler' not found in /cake/libs/object.php
on line 203"
That is all that gets printed on the screen.
Funny thing is that I am not doing any error handling yet. (aka: not
using appError)
So far I have tracked do one way to fix it but it is only a temporary... more »
|
|
Decrypt cookie data
|
| |
Hi, i have saved a cookie as encrypted for auto login but when i read
it back and debug it is still encrypted
anyone know how to decrypt?
Code:
Writing the cookie...
$cookie = array(
'user_email' => $this->data['User']['user_emai l'],
'user_password' => $this->data['User']['user_pass word']... more »
|
|
Pagination with GET params
|
| |
HI!
My URL loos at the moment like this:
.../articles/search?for=google
And for the second page from the pagination it should looks like:
.../articles/search/page:2?for =google
But at the moment it looks like this:
.../articles/search/?for=googl e/page:2
How should the $paginator->options (array ('url' => 'XXX')); looks... more »
|
|
Fatal error: class "connectionmanager" not found
|
| |
newly installed cakephp vertion 1.3
and all config is ok
Fatal error: class "connectionmanager" not found when i create model
controller from console.
...[d]
[m]
[v]
...
[d][m][v]
...
use <default/test>
[default]>
Fatal error: Class 'ConnectionManager' not found in C:\xampp\htdocs... more »
|
|
ROLLBACK in saveAll pass if statment
|
| |
if ( $userValidate && $userProfileValidate && $this->User->saveAll
($this->data,array('validate'= >false))) {
//$sendRegisterEmail
...
so saveAll pass true, even dont commit data (rollback true ;P)
any solutions ?
|
|
|