Re: Abridged summary of cake-php@googlegroups.com - 20 Messages in 9 Topics

2013-05-08 Thread Jerry Lee
-- 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 emails from it, send an email to

caching

2013-05-08 Thread raj kumar Pustela
Warning: unlink() has been disabled for security reasons in /home/zapojetc/public_html/kake/lib/Cake/Cache/Engine/FileEngine.php on line 243 how to resovle above that one pls help me. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP ---

Re: caching

2013-05-08 Thread Andras Kende
• Remove the unlink string from the disable_functions at php.ini* file • Ask your hosting provider to remove the string above if you don't have an access to thephp.ini* file • Change hosting provider which allows the running of the unlink function. Andras Kende On May 8, 2013, at 12:01 AM, raj

want to show the decode the hashed password which saved in database and want to show this on my profile page

2013-05-08 Thread Prakash Bisht
want to show the decode the hashed password which saved in database and want to show this on my profile page. please help me thanks in advance -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are

Re: want to show the decode the hashed password which saved in database and want to show this on my profile page

2013-05-08 Thread Jeremy Burns | Class Outfit
CakePHP uses a one way hash mechanism meaning that they can't be reverse engineered (= secure). Jeremy Burns Class Outfit http://www.classoutfit.com On 8 May 2013, at 08:30:59, Prakash Bisht prakashbish...@gmail.com wrote: want to show the decode the hashed password which saved in database

Re: POST form changes to PUT

2013-05-08 Thread André Luis
What if you create a hidden field $this-Form-hidden('_method',array('name'='_method','value'='POST')) in your form?? It should override the other one Em segunda-feira, 6 de maio de 2013 15h47min55s UTC-3, advantage+ escreveu: Running into a weird issue where my form as rendered the HTML

Re: POST form changes to PUT

2013-05-08 Thread Mancho
Actually with option type you can change the hardcoded method. echo $this-Form-create('User', array('type' = 'post')); 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/8 André Luis

odd results from auth redirect

2013-05-08 Thread McScreech
Been following the acl and auth tutorials and appear to be near working except for AuthComponent loginRedirect and logoutRedirect properties. Very bare-bones setup as listed below. Watching the DebugKit.Toolbar output I note the following: 1) on the users/login page Session Auth redirect is

Re: POST form changes to PUT

2013-05-08 Thread André Luis
Lol, this one didnt work for me in version 2.1.something, but now in 2.3.4 is working fine, tnx Em quarta-feira, 8 de maio de 2013 08h46min55s UTC-3, Mancho Murgan escreveu: Actually with option type you can change the hardcoded method. echo $this-Form-create('User', array('type' =

Re: POST form changes to PUT

2013-05-08 Thread Mancho
Hmmm, maybe in version 2.1.x the option has different key. You can check this looking in CakePHP libraries. 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/8 André Luis cavall...@live.com

RE: POST form changes to PUT

2013-05-08 Thread Advantage+
I have it hardcoded like that for this form. Still goes to PUT. From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Mancho Sent: Wednesday, May 08, 2013 9:17 AM To: cake-php@googlegroups.com Subject: Re: POST form changes to PUT Actually with option type you can

Re: POST form changes to PUT

2013-05-08 Thread André Luis
What is your CakePHP core version? I´ve tested on 2.3.4 here and worked fine. Also i´m under PHP 5.4, check your PHP version too (But i think there is no reason for not working) Em quarta-feira, 8 de maio de 2013 14h58min21s UTC-3, advantage+ escreveu: I have it hardcoded like that for this

RE: POST form changes to PUT

2013-05-08 Thread Advantage+
I am same, 2.3.4 It works fine as I stated in every form except just this one. Nothing special just allows user to edit the profile data. Name / country / bio and sent to the same js function as every other form on the site. Every form as you noted has that hidden div and all point to

Re: POST form changes to PUT

2013-05-08 Thread André Luis
Maybe a ghost chaning it´s value everytime you are not looking at... If you find why it´s happening please share here, because i have same issue sometimes... Em quarta-feira, 8 de maio de 2013 17h29min54s UTC-3, advantage+ escreveu: I am same, 2.3.4 It works fine as I stated in every

Re: Pagination

2013-05-08 Thread Julien Itard
Any ideas ? :'( -- 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 emails from it, send an email

RE: POST form changes to PUT

2013-05-08 Thread Advantage+
I will see what I can find out tonight and sure to share any results. Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of André Luis Sent: Wednesday, May 08, 2013 6:28 PM To: cake-php@googlegroups.com Subject: Re: POST form changes to PUT Maybe a ghost

Unable to run application using scaffolding technique

2013-05-08 Thread spradhan
Hi everybody, I am really new to the php and cake php.I try to implement the scaffolding technique but get some error. Below is my code :* Models:* *C:\wamp\www\cakephp-2_3_4\app\Model\Question.php* ?php class Question extends AppModel { public $hasMany=array('QuestionResponse' =

Please help!!! migration of user database from cakephp to core php

2013-05-08 Thread Gaurav Rajan
Dear Friends, We are working on a project into social networking. The website has been built in Cake PHP. My questions are: 1. Will it be possible to migrate all user specific database from cake php tp core php? 2. This being a social networking website, how the user activities will get

Re: Unable to run application using scaffolding technique

2013-05-08 Thread steve . van . christie
Did you already define training models and tables? P.s. Please try cake bake and learned the code first using your database Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: sprad...@solutionstreet.com Sender: cake-php@googlegroups.com Date: Wed, 8 May

Re: odd results from auth redirect

2013-05-08 Thread divyanshu das
Did u try redirecting from the login function?? On Wednesday, 8 May 2013 21:57:14 UTC+5:30, McScreech wrote: Been following the acl and auth tutorials and appear to be near working except for AuthComponent loginRedirect and logoutRedirect properties. Very bare-bones setup as listed below.

Re: cakephp tutorial

2013-05-08 Thread divyanshu das
Create a simple login form for admin. Create a admin_login function in users controller or whatever controller you are using. Redirect users after login to admin_index function There is a tutorial in cookbook. you just need to set admin = true for admin login function. On Saturday, 4 May 2013