Re: POST from external site

2013-05-06 Thread majna
Perhaps you are receiving GET request for IPN, not POST? On Sunday, May 5, 2013 2:20:14 PM UTC+2, leydis contreras wrote: I stil have the same issue :( El martes, 14 de junio de 2011 15:53:34 UTC+2, Ivan Rocha escribió: Hi, I'm trying to integrate a CakePHP website to PagSeguro

Re: Migrate from 1.3 to 2x

2013-05-06 Thread euromark
Reuben is right If anything, you should now upgrade to 2.x 3.x will be a complete rewrite. It will have dramatic changes. 2.x, though, is easily upgradable using existing UpgradeShells and some minor manual tweaks Am Montag, 6. Mai 2013 07:31:26 UTC+2 schrieb Reuben: There are scripts in

Re: POST from external site

2013-05-06 Thread leydis contreras
No, already try with GET. What else could be??? 2013/5/6 majna majna...@gmail.com Perhaps you are receiving GET request for IPN, not POST? On Sunday, May 5, 2013 2:20:14 PM UTC+2, leydis contreras wrote: I stil have the same issue :( El martes, 14 de junio de 2011 15:53:34 UTC+2, Ivan

Re: POST from external site

2013-05-06 Thread majna
Paste your code maybe? :D According to the docs, they are sending GET, where did you found POST? http://developers.mercadopago.com/documentation/instant-payment-notifications#configure-api Did you try to log IPN request? CakeLog::write('ipn', print_r($this-params, true)); Also check your web

cakephp 2x js helper not generating correct code?

2013-05-06 Thread incognito
?php echo $this-Form-create('Property',array http://www.php.net/array( 'id'='add_property'));? ?$data = $this-Js-get('#add_property')-serializeForm( array http://www.php.net/array ( 'isForm' = true,

Pagination

2013-05-06 Thread Julien Itard
Hi folks, i have a HTML code and i would like to use it for ma pagination : div class=pagination a href=# class=prev«/a a href=#1/a a href=# class=current2/a ... a href=#21/a a href=#22/a a href=# class=next»/a /div how can i configure

POST form changes to PUT

2013-05-06 Thread Advantage+
Running into a weird issue where my form as rendered the HTML shows: form id=EditProfile class=form-horizontal accept-charset=utf-8 method=post action=/manage/profile This form is submitted using ajax and the function is used by many forms thru the site: $.ajax({ type:

Re: POST form changes to PUT

2013-05-06 Thread Mancho
Dude, checks that cakephp adds hidden input with _method name and PUT value, and uses this pair name/value for validate. Murgan, Alexis Germán Desarrollador Diseñador Web: german.murgan.com.ar Email: ger...@murgan.com.ar MSN: ger...@murgan.com.ar Móvil: +5493424663813 2013/5/6 Advantage+

RE: POST form changes to PUT

2013-05-06 Thread Advantage+
I did check / read up on that but all my forms have : echo $this-Form-hidden('lock', array( 'value' = $lock)); (lock is similar to the Security form['token']) which is my own version of Security for AJAX / form requests and every (ajax) form gets sent correct with

RE: POST form changes to PUT

2013-05-06 Thread Advantage+
I see the hidden div you mention on all forms, but they are all POST except for the 1 form. CHANGES TO PUT: div style=display:none; input type=hidden value=PUT name=_method input id=Token722940752 type=hidden value=44da635a3720f957195b86f2e46cf866a74feeac name=data[_Token][key] /div

cakephp tutorial

2013-05-06 Thread steve van christie
hi i want to learn the simple cake php application that have admin (with login) and user default. is there any web references to learn cakephp tutorial like that? right now, i'm just learn the code from the code generated by cake bake, but i face the problem about the login admin separate

Re: Cake CLI no longer works

2013-05-06 Thread steve . van . christie
Please try to download cakephp new version on website and then test run cake bake on app/Console/cake bake Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Ed Propsner crotchf...@gmail.com Sender: cake-php@googlegroups.com Date: Sun, 5 May 2013 04:29:50

Re: Migrate from 1.3 to 2x

2013-05-06 Thread steve van christie
when the version 3.x is released? * [image: 黄祥] スティファン クリスティ (黄祥) Stifan Kristi (Kou Shou) ジャカルタ、 インドネシア Jakarta, Indonesia 携帯。 +六二 八一八 七八三 一一八 Cell. +62 818 783 118 ウェブサイト : http://stevevanchristie.net Website : http://stevevanchristie.net * On Mon, May 6, 2013 at 12:31 PM, Reuben

Re: Migrate from 1.3 to 2x

2013-05-06 Thread steve van christie
2.x, though, is easily upgradable using existing UpgradeShells and some minor manual tweaks how to do that? is it running in phpcake cli? best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Pagination-sort associated Model

2013-05-06 Thread Levavasseur Jacques
Hello, I use cakephp 2.3.4 When I use paginator-sort on a field of model default I have no problem. But if I want to sort on a field associated, sorting is the default. I use the code: $this-Paginator-sort(Model.NOM','HeaderName') when I look at $ this- params is what I get, you can see it at the

Re: Security Release - CakePHP 1.2.12, 1.3.16, 2.2.8 and 2.3.4

2013-05-06 Thread steve van christie
is it available on cakephp download page? best regards -- 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

Re: 3.0: a peek into CakePHP's future

2013-05-06 Thread steve van christie
is version 3.x. support upgrade from previous version? just a suggestion, why not use something like backward compatiblity like the others framework have. best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this

CakeDC TinyMCE issues trying to get installed properly. Seems to be unable to find css?

2013-05-06 Thread glk
I'm using Cake 2.2.1 My bootstrap.php loads the TinyMCE My messages_controller adds to helpers = array('TinyMCE.TinyMCE'); My Messages edit.ctp view contains: echo $this-Form-input('message_text'); $this-TinyMCE-editor(array('selector' = textarea#MessageMessageText, 'theme' = 'simple',

Class 'CakePlugin' not found in C:\wamp\www\pqr\app\config\bootstrap.php on line 51

2013-05-06 Thread Nyle Davis
All, Have install of cakePHP on Windows. Have not used Win in 5 years. Installed new needed plugins for my app of: 1. Composer Plugin 2. Upload Plugin 3. Debug Kit Plugin 4. Utils Plugin 5. Users Plugin 6. Templates Plugin 7. Recaptcha Plugin 8. Categories Plugin 9. Elastic-Search

Re: Cake CLI no longer works

2013-05-06 Thread CrotchFrog
I can give that a shot but I did just download that version, not to mention none of the other versions I have on the server are working either. I'm thinking that perhaps I'm missing some sort of dependency or association? All other *nix commands are working okay, it's just cake which would lead

Re: Cake CLI no longer works

2013-05-06 Thread steve van christie
assume you have download and extract and rename it on your home desktop in cakephp folder : please try execute this on your terminal ~/Desktop/cakephp/app/Console/cake bake another solution is using apt-get install for install cakephp, it will automatically add cake in bin system folder. best

Re: Migrate from 1.3 to 2x

2013-05-06 Thread Reuben
All the instructions for performing the migration are in the 2.x Book [ http://book.cakephp.org/2.0/en/appendices.html] CakePHP 3.x is currently in development. You can track progress on GitHub, or see what is currently being discussed in the cakephp-core Google Group. On Monday, May 6, 2013

Re: Migrate from 1.3 to 2x

2013-05-06 Thread rchavik
On Monday, 6 May 2013 19:47:15 UTC+7, steve van christie wrote: 2.x, though, is easily upgradable using existing UpgradeShells and some minor manual tweaks how to do that? is it running in phpcake cli? best regards Read the book. And it's cakephp. Not phpcake. -- Like Us on