|
Tuesday, May 10, 2016
Final countdown to CakeFest - Have you booked your spot?
Tuesday, May 3, 2016
Re: CakePHP 1.3.8 - Editing user info causes 404
On Monday, May 2, 2016 at 9:12:56 PM UTC-4, Reuben wrote:
Hi JoshWhat URL is actually getting posted when the form is submitted?My only concern is that $this->params["action"] is not populated with the value you are expecting.I'm guessing that you are expecting the values of that variable to be either add, edit, create or update.What are the signatures of those methods in the controller?Usually an add function will just be `function add()`, but an edit function might be `function edit($id)`, in which case, the POST will fail, because the action is not providing an id on the URL (i.e. /users/edit is requested instead of /users/edit/1).And last but not least, it looks like these forums are being wound down. Head over to http://discourse.cakephp.org for CakePHP discussions. (but still reply to this topic, if you need to)RegardsReuben Helms
On Tuesday, 3 May 2016 07:42:07 UTC+10, Josh R wrote:Hello Group,I am new to this group and CakePHP.I am dealing with a site that is build using CakePHP version 1.3.8. When adding a new user, everything works fine. When modifying a user (either through admin's account or through the user's account) the save function keeps the URL of the page (with client ID in url as it should) but the page doesn't add the updated data to the database, and gives a 404 page. When the URL is copied and entered again in browser the User's page appears, but like I mentioned no changes to the User's information was recorded. See the start and end of the form functions, there are a lot of fields in this form.<?php echo $this->Form->create("User", array("url" => array("controller" => "admin", "action" => $this->params["action"]))); ?>There are many fields > echo $this->Form->input("...");, etc...<?php echo $this->Form->end("Enregistrer"); ?> I was told that this form was working properly a couple months ago (I just recently have been looking into this issue), and then one day the saving of the form stopped.Any help is greatly appreciated. I can also send snippets of code if need be.Thank you in advance!josh
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Re: CakePHP Forum launched!
Am Dienstag, 3. Mai 2016 03:01:20 UTC+2 schrieb Reuben:
Maybe this post should get stickied / pinned, so people know all the action should now be at discourse.cakephp.org.RegardsReuben Helms
On Tuesday, 26 April 2016 03:02:49 UTC+10, Megan Lalk wrote:CakePHP Forum launched!
We asked you what you wanted and the feedback was clear! Sign up here - http://discourse.cakephp.
org/
As you know, a CakePHP forum is a welcomed platform by many! - From today, you can be a part of the discussion and post your questions, find out the answers and make comments - all stored in one easy location!
Our Google group has been a great place for many developers over the years, but also comes with a few difficulties. Results from our poll came in, and the consensus was that we needed a place where we could ask our questions, find out what others were asking and seek the advise from others. This platform allows for better interaction with your community!
Well there you have it, besides our #CakePHP channel on IRC, Slack channel, Stackoverflow and our community newsletter; You can now also find us on our new CakePHP Forum.
Larry E. Masters
Co-Founder CakePHP
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Monday, May 2, 2016
Re: CakePHP 1.3.8 - Editing user info causes 404
On Tuesday, 3 May 2016 07:42:07 UTC+10, Josh R wrote:
Hello Group,I am new to this group and CakePHP.I am dealing with a site that is build using CakePHP version 1.3.8. When adding a new user, everything works fine. When modifying a user (either through admin's account or through the user's account) the save function keeps the URL of the page (with client ID in url as it should) but the page doesn't add the updated data to the database, and gives a 404 page. When the URL is copied and entered again in browser the User's page appears, but like I mentioned no changes to the User's information was recorded. See the start and end of the form functions, there are a lot of fields in this form.<?php echo $this->Form->create("User", array("url" => array("controller" => "admin", "action" => $this->params["action"]))); ?>There are many fields > echo $this->Form->input("...");, etc...<?php echo $this->Form->end("Enregistrer"); ?> I was told that this form was working properly a couple months ago (I just recently have been looking into this issue), and then one day the saving of the form stopped.Any help is greatly appreciated. I can also send snippets of code if need be.Thank you in advance!josh
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Re: CakePHP Forum launched!
On Tuesday, 26 April 2016 03:02:49 UTC+10, Megan Lalk wrote:
CakePHP Forum launched!
We asked you what you wanted and the feedback was clear! Sign up here - http://discourse.cakephp.
org/
As you know, a CakePHP forum is a welcomed platform by many! - From today, you can be a part of the discussion and post your questions, find out the answers and make comments - all stored in one easy location!
Our Google group has been a great place for many developers over the years, but also comes with a few difficulties. Results from our poll came in, and the consensus was that we needed a place where we could ask our questions, find out what others were asking and seek the advise from others. This platform allows for better interaction with your community!
Well there you have it, besides our #CakePHP channel on IRC, Slack channel, Stackoverflow and our community newsletter; You can now also find us on our new CakePHP Forum.
Larry E. Masters
Co-Founder CakePHP
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Re: CakePHP 1.3.8 - Editing user info causes 404
Hello Group,--I am new to this group and CakePHP.I am dealing with a site that is build using CakePHP version 1.3.8. When adding a new user, everything works fine. When modifying a user (either through admin's account or through the user's account) the save function keeps the URL of the page (with client ID in url as it should) but the page doesn't add the updated data to the database, and gives a 404 page. When the URL is copied and entered again in browser the User's page appears, but like I mentioned no changes to the User's information was recorded. See the start and end of the form functions, there are a lot of fields in this form.<?php echo $this->Form->create("User", array("url" => array("controller" => "admin", "action" => $this->params["action"]))); ?>There are many fields > echo $this->Form->input("...");, etc...<?php echo $this->Form->end("Enregistrer"); ?>I was told that this form was working properly a couple months ago (I just recently have been looking into this issue), and then one day the saving of the form stopped.Any help is greatly appreciated. I can also send snippets of code if need be.Thank you in advance!josh
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CakePHP 1.3.8 - Editing user info causes 404
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup
We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team soon.
Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.