Re: CakePHP 1.3.8 - Editing user info causes 404

2016-05-03 Thread Steven Ybarra
$params => array('validate'=>false)); On Mon, May 2, 2016 at 3:05 PM, 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 m

Re: CakePHP 1.3.8 - Editing user info causes 404

2016-05-03 Thread Josh R
ng changes to the form I click save (Enregistrer) and the URL I come back to is the same (/admin/admin/user_edit/305880) but displays a 404 page. I can then copy the URL into another tab and the page loads (without any changes saved). So I've been digging through the CakePHP files for the p

Re: CakePHP Forum launched!

2016-05-03 Thread euromark
This forum should be closed and switched to read only. The other one should now be the only one in use. See the PRs to change the links on the CakePHP sites and documentation etc. Mark Am Dienstag, 3. Mai 2016 03:01:20 UTC+2 schrieb Reuben: > > Maybe this post should get stickied / pinn

Re: CakePHP 1.3.8 - Editing user info causes 404

2016-05-02 Thread Reuben
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) Regards Reuben Helms On Tuesday, 3 May 2016 07:42:07 UTC+10, Josh R wrote: >

Re: CakePHP Forum launched!

2016-05-02 Thread Reuben
Maybe this post should get stickied / pinned, so people know all the action should now be at discourse.cakephp.org. Regards Reuben 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 cl

CakePHP 1.3.8 - Editing user info causes 404

2016-05-02 Thread Josh R
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 o

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-25 Thread heavyKevy
on 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

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-25 Thread Paulo Terra
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 G

CakePHP Forum launched!

2016-04-25 Thread Megan Lalk
CakePHP Forum launched! *We asked you what you wanted and the feedback was clear! Sign up <http://discourse.cakephp.org/> here - **http://discourse.cakephp.org/* As you know, a CakePHP forum <http://discourse.cakephp.org/> is a welcomed platform by many! - From today, you can be a

CakePHP 3: Cookie component and test cases

2016-04-22 Thread Narendra Vaghela
Hello, I am building a plugin for learning purpose. In my plugin, I use CookieComponent to store data in cookie. My test cases are failing due to CookieComponent. Here is my code: https://github.com/narendravaghela/cakephp-remember-me Here is travis build log: https://travis-ci.org

CakePHP 3: Plugin and test cases + Travis build is failing

2016-04-22 Thread Narendra Vaghela
Hello, I am learning the plugin development and making it available via composer. Here is my code: https://github.com/narendravaghela/cakephp-remember-me Here is Travis build: https://travis-ci.org/narendravaghela/cakephp-remember-me/jobs/124758432 All tests are getting passed on my local

Re: cakephp 3 modular programming

2016-04-20 Thread euromark
It's called plugins https://github.com/FriendsOfCake/awesome-cakephp etc Mark Am Mittwoch, 20. April 2016 18:26:27 UTC+2 schrieb Anurag Kumar: > > Is it possible to do modular programming with cakePHP 3. > > If yes please provide some example on it. > -- Sign up for our Ne

cakephp 3 modular programming

2016-04-20 Thread Anurag Kumar
Is it possible to do modular programming with cakePHP 3. If yes please provide some example on it. -- 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 f

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-20 Thread heavyKevy
/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 me

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-20 Thread Paulo Terra
#x27;)]);?> Form->button(__('Salvar'), ['class' => 'btn-success']) ?> Form-

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-19 Thread heavyKevy
ing. Hope that helps... Best regards, Kevin -- 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

Re: Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-19 Thread Paulo Terra
detect that > it is being edited, if the id is missing it will add the address. > -- 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 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-18 Thread heavyKevy
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/CakePH

Cakephp 3.x patchEntity set "'new' => true" to entity in edit function

2016-04-17 Thread Paulo Terra
7;, 'line2' => 'jhk', 'city' => 'jhkjhkj', 'state' => 'hj',

Re: Vacancy for a CakePHP developer in London (Farringdon)

2016-04-14 Thread Dr. Tarique Sani
On Fri, Apr 8, 2016 at 8:31 AM, Jeremy Burns > wrote: > >> An old client of mine is looking someone to take over and develop some >> code I built for them a year or so ago (CakePHP 2.6). They are only small, >> so it'd be more of a junior than a senior role (they might cons

Save assosicated error cakephp 3.2

2016-04-11 Thread Phan Tuan Kiet
Hi all, I have problem in cakephp 3.x. I have 2 table Products and Images. When add new product, image of project saved. But When I edit product and remove one image from this product ==> click save. Images of this product not remove. Please, help me. Thanks. -- Sign up for

Re: Vacancy for a CakePHP developer in London (Farringdon)

2016-04-08 Thread Jeremy Burns : Class Outfit
mine is looking someone to take over and develop some code I > built for them a year or so ago (CakePHP 2.6). They are only small, so it'd > be more of a junior than a senior role (they might consider contract). The > business is small but successful and is mainly based in Swindon, b

Vacancy for a CakePHP developer in London (Farringdon)

2016-04-07 Thread Jeremy Burns
An old client of mine is looking someone to take over and develop some code I built for them a year or so ago (CakePHP 2.6). They are only small, so it'd be more of a junior than a senior role (they might consider contract). The business is small but successful and is mainly based in Sw

Testing AJAX calls in CakePHP 2.8

2016-04-06 Thread Jaz
down votefavorite <http://stackoverflow.com/questions/36000402/testing-ajax-calls-in-cakephp-2-8#> I'm working with Cake 2.8.1. I've installed PHPUnit and am writing unit tests for my app. However, I've run into a problem when trying to test AJAX calls. My applicatio

CakePHP 3 - ConnectionManager::config and persisting connection configuration.

2016-04-05 Thread Luuk Honings
p://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 r

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-04 Thread Paulo Terra
gt; >>> Em sábado, 2 de abril de 2016, Paulo Terra escreveu: >>> >>>> Estou tentando carregar o endereço a partir do CEP informado pelo >>>> usuário. Apesar de encontrar várias pessoas perguntando por isso não >>>> encontro uma resposta que fun

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-04 Thread Diego Mendonça
. Apesar de encontrar várias pessoas perguntando por isso não >>> encontro uma resposta que funcione. Alguém já fez isso no CakePHP 3? >>> >>> -- >>> Sign up for our Newsletter for updates. >>> http://cakephp.org/newsletter/signup >>> >>

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-03 Thread Paulo Terra
o endereço a partir do CEP informado pelo >> usuário. Apesar de encontrar várias pessoas perguntando por isso não >> encontro uma resposta que funcione. Alguém já fez isso no CakePHP 3? >> >> -- >> Sign up for our Newsletter for updates. >> http://cakephp.or

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-03 Thread Paulo Terra
-04-02 18:09 GMT-03:00 Paulo Terra >: > >> Estou tentando carregar o endereço a partir do CEP informado pelo >> usuário. Apesar de encontrar várias pessoas perguntando por isso não >> encontro uma resposta que funcione. Alguém já fez isso no CakePHP 3? >> >> -- &g

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-02 Thread Nilson Pena
ém já fez isso no CakePHP 3? > > -- > 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 &g

Re: Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-02 Thread Fabrício Muniz
Qual a dificuldade? 2016-04-02 18:09 GMT-03:00 Paulo Terra : > Estou tentando carregar o endereço a partir do CEP informado pelo usuário. > Apesar de encontrar várias pessoas perguntando por isso não encontro uma > resposta que funcione. Alguém já fez isso no CakePHP 3? > > -- &g

Carregar endereço a partir do CEP no CakePHP 3 usando AJAX

2016-04-02 Thread Paulo Terra
Estou tentando carregar o endereço a partir do CEP informado pelo usuário. Apesar de encontrar várias pessoas perguntando por isso não encontro uma resposta que funcione. Alguém já fez isso no CakePHP 3? -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will

Re: Looking for an experienced CakePHP developer

2016-03-30 Thread Clement Crownrise
You can contact me, On Wednesday, March 23, 2016 at 8:27:53 PM UTC+1, majna wrote: > > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term. > Please LMK if you know somebody. > > Thanks! > majna > -- Sign up f

Re: [Cakephp 3.2.5] Cannot match provided foreignKey

2016-03-28 Thread 'Manuel Maurer&#x27; via CakePHP
. 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 &qu

Re: CakePHP 3 Role Authorization for controllers and methods

2016-03-27 Thread euromark
I use https://github.com/dereuromark/cakephp-tinyauth to exactly prevent this complicated if/switch statement logic from happening all over the controllers ;) One simple to configure ini file, done. Mark Am Sonntag, 27. März 2016 11:43:31 UTC+2 schrieb LSRX4EVER: > > Hello Everyone, >

CakePHP 3 Role Authorization for controllers and methods

2016-03-27 Thread LSRX4EVER
Hello Everyone, I'm a beginner CakePHP 3 developer. I learned fairly quick for my skill level. I'm currently working on a management system for a school, where there will be a couple of roles that will only access specific controller functions. (Student, Instructor, Supervisor, Adm

Re: [Cakephp 3.2.5] Cannot match provided foreignKey

2016-03-25 Thread heavyKevy
hing should work as expected. regards, --Kevin -- 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.

Re: CakePHP 3 + MSSQL = slow query

2016-03-25 Thread heavyKevy
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 "Cake

Re: [Cakephp 3.2.5] Cannot match provided foreignKey

2016-03-24 Thread Gaurav Kumar
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; > > CREATE TABLE `users` ( > `id` bigint(20) UNSIGNED NOT NULL, > `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL > ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; > > In a fr

Re: [Cakephp 2.8.1] Multiple assosication to one model with habtm throws a notice

2016-03-24 Thread 'Steffen Reinig&#x27; via CakePHP
1388*] On Monday, March 14, 2016 at 8:29:13 PM UTC+1, John Andersen wrote: > > Check your model names in the HABTM relationships. Looks like you have a > mix of singular and plural. > Enjoy, John > > On Monday, 14 March 2016 05:33:36 UTC+2, Steffen Reinig wrote: >> >>

[Cakephp 3.2.5] Cannot match provided foreignKey

2016-03-24 Thread 'Manuel Maurer&#x27; via CakePHP
=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; In a fresh copy of Cakephp 3.2.5 I added 3 files: *src/Model/Table/UsersTable.php:* belongsTo('Users'); } } *src/Controller/ArticlesController.php:* Articles->find('all')->contain(['Users']); var_d

CakePHP 3 + MSSQL = slow query

2016-03-24 Thread Enrico Lorenzoni
ates. 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 --- Yo

Re: Looking for an experienced CakePHP developer

2016-03-23 Thread 'zhaff&#x27; via CakePHP
Hi, I have sent you an email. Please find my CakePHP 2.x works here http://neptunescripts.com Best regards, Zhaff On Thursday, March 24, 2016 at 3:27:53 AM UTC+8, majna wrote: > > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term.

Re: Looking for an experienced CakePHP developer

2016-03-23 Thread Fabian Olmos
Hi, I can help you El 23/3/2016 16:28, "majna" escribió: > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term. > Please LMK if you know somebody. > > Thanks! > majna > > -- > Sign up for our Newslet

Re: Looking for an experienced CakePHP developer

2016-03-23 Thread abdessamad kassasse
maybe i can help U 2016-03-23 20:27 GMT+01:00 majna : > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term. > Please LMK if you know somebody. > > Thanks! > majna > > -- > Sign up for our Newsletter for updates.

Looking for an experienced CakePHP developer

2016-03-23 Thread majna
Hi, I'm looking for an experienced CakePHP 2.x developer, freelance, remote, long-term. Please LMK if you know somebody. Thanks! majna -- 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

Cakephp Upload to a sub directory is giving issues

2016-03-21 Thread Clement Crownrise
Hi everyone, I just completed a cakephp project with cake 2.x locally , every thing works perfectly. Now, I moved it online and uploaded to a sub directory, http://doubleedgetechnologies.com.ng/unlimitedgrace/ but below is the error I am getting, I know is .htaccess issue, I have struggled

Re: [Cakephp 2.8.1] Multiple assosication to one model with habtm throws a notice

2016-03-14 Thread John Andersen
Check your model names in the HABTM relationships. Looks like you have a mix of singular and plural. Enjoy, John On Monday, 14 March 2016 05:33:36 UTC+2, Steffen Reinig wrote: > > Hello Cakephp Fans, > > today i receive these error: > > Notice (8): Undefined index: Use

Re: How to upgrade TLS version in cakePHP

2016-03-14 Thread Борислав Събев Borislav Sabev
This has nothing to do with CakePHP - it is a pure-PHP issue. Maybe the versions of PHP you use in the CLI (terminal) abd web are different? Check which is which and if different see how to configure the web-based one. It really depends on what OS you are running this. Any web application

Re: What is the meaning of this error in cakephp 3?

2016-03-14 Thread Clement Crownrise
mrt. 2016 om 12:43 heeft Clement Crownrise < > clementcrownr...@gmail.com> het volgende geschreven: > > Thanks All, the error has been fixed. > > > > On Saturday, March 12, 2016 at 10:30:25 AM UTC+1, Clement Crownrise wrote: >> >> Hello, I am doing the blog tu

Re: What is the meaning of this error in cakephp 3?

2016-03-14 Thread Willem Schwarte
So what was the problem? > Op 14 mrt. 2016 om 12:43 heeft Clement Crownrise > het volgende geschreven: > > Thanks All, the error has been fixed. > > > >> On Saturday, March 12, 2016 at 10:30:25 AM UTC+1, Clement Crownrise wrote: >> Hello, I am doing the blog

Cakephp 3 Application Development Book

2016-03-14 Thread Clement Crownrise
Does anyone have a book on cakephp 3 ? I mean a book that explains practical application development with cake 3. Your help would be appreciated. -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will soon be closing this Google Group. But don't worr

Re: What is the meaning of this error in cakephp 3?

2016-03-14 Thread Clement Crownrise
Thanks All, the error has been fixed. On Saturday, March 12, 2016 at 10:30:25 AM UTC+1, Clement Crownrise wrote: > > Hello, I am doing the blog tutorial in cakephp 3, but I got this notice at > the top of my page, please does anyone know the meaning and how to solve it? > >

Re: What is the meaning of this error in cakephp 3?

2016-03-13 Thread Clement Crownrise
u need to have the same method signature as the one >>> you are overriding. Thus: >>> >>> public function beforeFilter(Event $event) >>> { >>> return null; >>> } >>> >>> >>> you forgot the parameter. >>> >>>

How do I install the latest version(3.2.3) of Cakephp on shared hosting?

2016-03-13 Thread Prabhdeep Kaur
How do I install the latest version(3.2.3) of Cakephp on shared hosting? <http://stackoverflow.com/questions/35770133/how-do-i-install-the-latest-version3-2-3-of-cakephp-on-shared-hosting> Can anyone help me to install latest version of Cakephp on shared hosting. The latest Cakephp

What are CakePHP 3.2 conventions for Town Directory Web-Site eg how name the tables and fields.... if have

2016-03-13 Thread Leonidas Savvides
Note:this is second post after approved by google group... first post - not see it - was prior approved... *What are CakePHP 3.2 conventions for Town Directory Web-Site eg how name the tables and fields if have * businesses id, user_id, cat_id, name, description, address, phone

How to upgrade TLS version in cakePHP

2016-03-13 Thread Arun NV
down votefavorite <http://stackoverflow.com/questions/35885577/how-to-upgrade-tls-version-in-cakephp-2-2-1#> I am using *cakePHP2.2.1* and *PHP5.3.10*.And i have updated *curl* and *libcurl* now curl is supporting *TLS 1.2* in *terminal*. But when i am trying to send *curl* requ

Re: What is the meaning of this error in cakephp 3?

2016-03-13 Thread Matías Croce
od signature as the one you are overriding. Thus: public function beforeFilter(Event $event) { return null; } you forgot the parameter. Willem On 12 Mar 2016, at 10:30, Clement Crownrise mailto:clementcrownr...@gmail.com>> wrote: Hello, I am doing the b

[Cakephp 2.8.1] Multiple assosication to one model with habtm throws a notice

2016-03-13 Thread 'Steffen Reinig&#x27; via CakePHP
Hello Cakephp Fans, today i receive these error: Notice (8): Undefined index: User [CORE\Cake\Model\Datasource\DboSource.php, line 1388] Its easy to reproduce: Model: User belongsTo Group Model: Permission habtm Rights (className User) Permission habtm Owners (className User) When i

CakePHP 2.6.13, 2.7.11, 2.8.2, 3.0.17, 3.1.12, and 3.2.5 Released

2016-03-13 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 2.6.13, 2.7.11, 2.8.2, 3.0.17, 3.1.12, and 3.2.5. These releases contain security fixes. 3.2.5 and 2.8.2 also contain bugfixes. Security Fixes -- These releases contain fixes for arbitrary address

Re: Cakephp 2.x Receive emails into the application...

2016-03-13 Thread euromark
This might help you https://github.com/barbushin/php-imap Am Samstag, 12. März 2016 01:31:18 UTC+1 schrieb April DeRossett: > > Ahoy! I am looking for a way to receive reply emails into my cakephp > application and after a ton of research I haven't yet figured out how to >

Re: What is the meaning of this error in cakephp 3?

2016-03-13 Thread Willem Schwarte
t;> Just as it says. You need to have the same method signature as the one you >>> are overriding. Thus: >>> >>> public function beforeFilter(Event $event) >>> { >>> return null; >>> } >>> >>> you forgot the parameter. >

Re: What is the meaning of this error in cakephp 3?

2016-03-12 Thread heavyKevy
;> >> >> you forgot the parameter. >> >> >> Willem >> >> >> >> On 12 Mar 2016, at 10:30, Clement Crownrise > > wrote: >> >> Hello, I am doing the blog tutorial in cakephp 3, but I got this notice >> at the top of my pa

Re: What is the meaning of this error in cakephp 3?

2016-03-12 Thread Clement Crownrise
llem > > > > On 12 Mar 2016, at 10:30, Clement Crownrise > wrote: > > Hello, I am doing the blog tutorial in cakephp 3, but I got this notice at > the top of my page, please does anyone know the meaning and how to solve it? > > *Strict* (2048): Declaration of App\Cont

Re: What is the meaning of this error in cakephp 3?

2016-03-12 Thread Willem Schwarte
ing the blog tutorial in cakephp 3, but I got this notice at > the top of my page, please does anyone know the meaning and how to solve it? > > Strict (2048) <>: Declaration of App\Controller\AppController::beforefilter() > should be compatible with > Cake\Controller\Controller::bef

What is the meaning of this error in cakephp 3?

2016-03-12 Thread Clement Crownrise
Hello, I am doing the blog tutorial in cakephp 3, but I got this notice at the top of my page, please does anyone know the meaning and how to solve it? *Strict* (2048): Declaration of App\Controller\AppController::beforefilter() should be compatible with Cake\Controller\Controller

Cakephp 2.x Receive emails into the application...

2016-03-11 Thread April DeRossett
Ahoy! I am looking for a way to receive reply emails into my cakephp application and after a ton of research I haven't yet figured out how to make that happen. Pretend I am an awesome PHP and MySQL programmer but, that I know Nothing about managing an email server. Does anyone know

Re: API Design using CakePHP 3

2016-03-10 Thread Florian Krämer
use it yet and probably won't. Cake is good enough as it is for us so far. We're re-building our frontend and a CRM with Angular and Cake3. On Wednesday, March 9, 2016 at 3:04:19 PM UTC+1, Rafael Queiroz wrote: > > Hi guys, > > I make a *API* using *CakePHP 3.2.x*, so, and

API Design using CakePHP 3

2016-03-09 Thread Rafael Queiroz
Hi guys, I make a *API* using *CakePHP 3.2.x*, so, and now have a angular app requesting *API*. My question is about association data, e.g. i have *Series* *Model* and send the request: *api.com/series/add <http://api.com/series/add>* { "id": 5, "title": "

CakePHP 3.x CMS?

2016-03-01 Thread Dakota
Croogo is currently being upgraded. Would be great if you could help out :) -- 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 Ca

CakePHP 3.x CMS?

2016-03-01 Thread calzone
Are there any current CMS packages out there that are built on CakePHP 3.x? Seems like all the Cake CMS I can find are abandoned or old and almost abandoned projects. I remember trying one last year and find it wouldn't even set up correctly out of the box. The point of a CMS is to not

Any Nigerian Cakephp Developer

2016-02-29 Thread Clement Crownrise
Hi, I am Clement from Nigeria, I am in need of a Good, professional and experienced cakephp developer in Nigeria. Please is you are one, do send me a mail , we have businesses to do together. Thanks -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will

Software R and CakePHP

2016-02-25 Thread Rodrigo Dall'Agnol
someone has worked with the integration of R software with Cakephp, I need to know what you need (server configuration, the cake, other settings) to call and run the script by R Cakephp? . -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will soon be closing

Re: CakePHP 3.2.0 Released

2016-02-23 Thread José Lorenzo
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 uns

Re: Cakephp 3.x How to create dynamic subdomain?

2016-02-23 Thread Dr. Tarique Sani
What is the error? The *.example.com should point to the same webroot as your www.example.com and example.com Do all the magic in your code On Tue, Feb 16, 2016 at 10:44 AM, Rajaram indira < rajaramindiras...@gmail.com> wrote: > Hi, > > I'm doing dynamic sub domain

Re: CakePHP 3.0 location for API-Access

2016-02-21 Thread Anthony GRASSIOT
Didn't use it personnaly but I know that this exists: <https://github.com/cakephp-fr/openweathermap> You might want to have a look at it. Regards Anto > On Feb 21 2016, at 5:33 pm, euromark <dereurom...@gmail.com> wrote: > > Take a look at tw

Re: CakePHP 3.x and Redis as one of the main Database

2016-02-21 Thread euromark
You could work together and upgrade it to 3.x. Dont forget to publish it on https://github.com/FriendsOfCake/awesome-cakephp then. Mark Am Sonntag, 21. Februar 2016 15:06:29 UTC+1 schrieb web tools: > > Hello, > > I am new to CakePHP and I am wondering which is the best way

Re: CakePHP 3.0 location for API-Access

2016-02-21 Thread euromark
Take a look at twitter, and how they did it: https://github.com/cvo-technologies/cakephp-twitter Am Sonntag, 21. Februar 2016 15:06:29 UTC+1 schrieb web tools: > > Hello, > > I would like to use the API of OpenWeatherMap ( > http://openweathermap.org/api) in my CakePHP 3.x Applic

CakePHP 3.x and Redis as one of the main Database

2016-02-21 Thread web tools
Hello, I am new to CakePHP and I am wondering which is the best way to use Redis not as Cache but as a main Database with CakePHP 3.x. I have found a Plugin for Cake 2, but it seems to be incompatible with CakePHP 3.x (https://github.com/Oefenweb/cakephp-redis). Does anyone has a tipp

CakePHP 3.0 location for API-Access

2016-02-21 Thread web tools
Hello, I would like to use the API of OpenWeatherMap (http://openweathermap.org/api) in my CakePHP 3.x Application, but I am not sure where to put my API-Calls like "*getWeatherByCityname()*" in, because ' *Table*', '*Entity*' and '*Behaviour*' only belo

CakePHP Newsletter Starts Monday!

2016-02-19 Thread Larry E. Masters
Stay updated on what’s happening with CakePHP. Signup for our newsletter today or you will miss out first issue on Monday.  http://cakephp.org/newsletter/signup --  Larry E. Masters Co-Founder CakePHP - cakephp.org 702-518-3693 -- We will soon be closing this Google Group. But don't worr

Cakephp 3.x How to create dynamic subdomain?

2016-02-17 Thread Rajaram indira
Hi, I'm doing dynamic sub domain in cakephp 3.x like, - [].example.com In sub domain part should be dynamic. I was tried wildcard method. But I can't get exact solution for my problem. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Tw

Re: intl extension to use CakePHP not working

2016-02-17 Thread Rohit Yadav
I am facing the same problem. Please let me know what to. what I did:- I have Xampp installed build 12 Nov 2015, PHP version :- 7.0 Did the things maintained in cakephp 3.0 documentation When I open phpinfo() section of xammp it shows INTL section means extension enabled. But when it try

CakePHP 3.2: Plugins inside plugins?

2016-02-12 Thread Salines
wise to create a plugin within plugin? I tried to do with cake bake command, but without success. Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "Ca

Re: Sorting paginated data by string length in cakephp 3.x

2016-02-09 Thread euromark
tor->sort('title') > > How to do that in cakephp 3? > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscri

Sorting paginated data by string length in cakephp 3.x

2016-02-07 Thread jakubplus
Hi, I'd like to use Paginator sorting function, but for sorting by string length like mysql LENGTH(title) $this->Paginator->sort('title') How to do that in cakephp 3? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP -

Re: CakePHP 3 - Catch invalidargument email -> to exception

2016-02-07 Thread Artur Mamedov
>createFromFormat('Y-m-d', $this->request->cookie('app_to'));//$date->now(); } catch (InvalidArgumentException $e) { $this->app_from = $date->subDays(7);//date('Y-m-d', strtotime("-7 days")); $this->app_to = $date->now(); } --

CakePHP 3.x - Table display name

2016-02-07 Thread Colin Conway
Hi, I know this must be really easy, but I've Googled it to death and found nothing. The documentation doesn't appear to have anything about it either. I'm learning CakePHP, using 3.x and I just want to change the name that is displayed for a database table. The

Anyone have done cakephp 3.x integration with angularjs 1.4.x, please help for the setup and directory structure

2016-02-07 Thread Ashish Raj
I have to implement angularjs 1.4.x with cakephp 3.x for a fully customise shopping cart. I am totally new in cakephp 3.x (studying from last one week ) and angularjs 1.4.x I am thinking what should be the directory structure for merging cakephp 3.x to angularjs 1.4.x for a shopping website

Re: Cassandra and cakephp

2016-02-04 Thread sphereweb
Also interested in this On Tuesday, May 29, 2012 at 5:51:50 AM UTC-4, Juan Ezquerro LLanes wrote: > > Is there any cassandra datasource for cakephp? Google say yes but i can't > find the code. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitt

Re: CakePHP 3.2.0 Released

2016-02-02 Thread Florian Krämer
Just try it? It's a one minute thing. On Monday, February 1, 2016 at 12:18:20 PM UTC+1, rafaelmsantos.com wrote: > > Is the intl php extension still required? > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You receive

Re: CakePHP 3.2.0 Released

2016-02-01 Thread rafaelmsantos.com
Is the intl php extension still required? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find 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

CakePHP 3.2.1 and 3.1.10 released

2016-01-30 Thread mark_story
The CakePHP core team is pleased to announce the immediate availability of CakePHP 3.1.10 and 3.2.1. These maintenance releases fix a regression with yesterday's release of 3.1.9 and 3.2.0. Bugfixes You can read all of the [changes in 3.1.10](http://cakephp.org/changelogs/3

CakePHP 2.xx rendering view of original method after saving pdf through second method

2016-01-30 Thread Dave
I am using CakePHP 2.xx and the following component - https://github.com/segy/Mpdf to render pdf's. I have 2 Controller methods, the first method *request_pdf* calls a second method *send_pdf* in the same Controller. The second method creates and saves a pdf to file, and will then emai

Help me abount transaction (begin, commit, rollback) in cakephp 3 version

2016-01-29 Thread Somsubhra Saha
(I think). Please help or guide me. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find 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

cakephp 3.0 and snelg/cakephp-3-oracle [ Error: [Cake\Database\Exception] Cannot describe s_i18_n. It has 0 columns.]

2016-01-29 Thread Mbhd90
When i try to perform bake command i receive this exception Exception: Cannot describe s_i18_n. It has 0 columns. in [/var/www/html/3.0/app-master/vendor/cakephp/cakephp/src/Database/Schema/Collection.php, line 98] 2016-01-21 15:07:24 Error: [Cake\Database\Exception] Cannot describe s_i18_n

Re: Cakephp find order by then group by

2016-01-29 Thread Shamshad Akther Khan
>'desc', 'id'=>'desc') > )); > } > > Another crazy idea is to create a *Message.last* boolean column and > update this field when you insert a new record: > > - run "UPDATE messages SET last = 0 WHERE user_id = $user_id AND > receiver_

create an optgroup with cakephp 3.x

2016-01-29 Thread V Ian
i'm novice in cakephp, and i'm having dificulties in something like this: starting with this sql query: select service_group.name as service_group_name, service_group.id as service_group_id, campaign.name as campaign_name, campaign.id as campaign_id from group_service

How to do CSRF protection in cakephp

2016-01-29 Thread ye lu
Hi, I am new to cakephp and now I am working on a new project with cakephp by studying. My current doing task is to do CSRF protection for overall project.I have read official cakephp 2 cookbook and I did as explained in that book. But, now I am facing The request has been black

CakePHP 3.2.0 Released

2016-01-29 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.2.0. This is the first stable release for the 3.2 branch. Going forward 3.1 will only receive security updates. 3.2 is a backwards compatible release with 3.1 and 3.0 and provides new features and performance

  1   2   3   4   5   6   7   8   9   10   >