Access session values on a custom component on Cakephp 3

2014-11-20 Thread Jipson Thomas
session() on a non-object *File* /src/Controller/Component/CemailsComponent.php *Line: * 29 Regards Jipson Thomas -- 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

Error on phar update cakephp3

2014-11-12 Thread Jipson Thomas
Hi, In our cakephp 3 project under development we were updating the library files using php composer.phar self-update and php composer.phar update. For last one week after this update I am getting an internal error message. Would you please help me to fix this? Regards, Jipson -- Like Us on

Access layout HTML in controller variable

2014-10-31 Thread Jipson Thomas
pass to the mandrill? Thanks in advance, Jipson -- 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

Ajax populates form fields in cakephp 3

2014-10-07 Thread Jipson Thomas
financial quarters, and some check boxes to choose the campaigns of selected financial quarter . So based on the selection of value in financial quarter select box I need to recreate the campaign check boxes. Thank you very much for your help in advance. Thanks and Regards, Jipson -- Like Us on

Accessing Vendor classes in cakephp 3 Controller

2014-09-19 Thread Jipson Thomas
d functions of mandrill in my controller class. That means how I can include the library like we are doing with cake use Cake\Event\Event; on top of controller class. And also how I can access the functions of mandrill classes Thanks in advance. Jipson -- Like Us on FaceBook https://www.f

Re: Credit card Expiry Date format in CakePHP 3

2014-09-18 Thread Jipson Thomas
Hi Mark, Thank you for the update. This is helpful to rename the month name, but unfortunately I couldn't find anything to change the order of select box positions. Thanks, Jipson On Wednesday, 17 September 2014 19:21:14 UTC+1, euromark wrote: > > According to the docs this is

Re: Credit card Expiry Date format in CakePHP 3

2014-09-17 Thread Jipson Thomas
. Also in the month select box we want to show the month number from 01 to 12 instead of month name. Is there any parameter will do it ? Thanks and Regards, Jipson On Tuesday, 12 August 2014 09:23:42 UTC+1, Jipson Thomas wrote: > > Thank you Mark. It is working. > Regards, > Jipson &

Re: Authentication by logging out from all other devices in CakePHP 3

2014-09-16 Thread Jipson Thomas
Hi Mark, Thank you very much. I hope this solution should work out for me. Regards, Jipson On Tuesday, 16 September 2014 12:31:40 UTC+1, Jipson Thomas wrote: > > Hi All, > Do we have any option in cakephp 3 authentication to make the user logged > out from all other devices when h

Authentication by logging out from all other devices in CakePHP 3

2014-09-16 Thread Jipson Thomas
. Now I am trying to login to the mycake.com using jip...@mycake.com username and 123 password from my windows. Now the system should let me to log in on windows but it should log out me from iPhone automatically. Is there any predefined method in our component for achieving this? Regards Jipson

How to set startd date today on form date input in Cakephp3

2014-09-08 Thread Jipson Thomas
x27;Expiry Date', 'minYear' => date('Y'), 'maxYear' => date('Y')+10, 'type'=> 'date', 'class' => 'form-control' ]); Thanks, Jipson -- Like Us on FaceBook https://www.f

Re: Get controller name on layout file - CakePHP3

2014-08-28 Thread Jipson Thomas
Thank you very much. I got it working using the following command $this->request->params['controller'] Regards, Jipson On Thursday, 28 August 2014 13:42:54 UTC+1, Thomas von Hassel wrote: > > you have to look in `$this->request` instead > > > On 28 Aug 2014

Re: How to get controller name from an element view?

2014-08-28 Thread Jipson Thomas
Thank you. I got it working by the following command. $this->request->params['controller'] Thanks, Jipson On Friday, 8 February 2008 19:30:35 UTC, Guill3rmo wrote: > > Hi im newbie and my English still sucks, but i want to know get the > controller name sinc

Get controller name on layout file - CakePHP3

2014-08-28 Thread Jipson Thomas
Helper* could not be found. *Error: * Create the class *paramsHelper* below in file: src/View/Helper/paramsHelper.php Does anyone know any fix for this? Regards, Jipson -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received

Re: How to get controller name from an element view?

2014-08-28 Thread Jipson Thomas
Hi , I tried this solution to get controller name on my layout file, but I am getting an error on CakePHP3 as follows, *Error: * *paramsHelper* could not be found. IS there anyone know a proper solution for this? Regards, Jipson On Friday, 8 February 2008 19:30:35 UTC, Guill3rmo wrote: > &

Re: Error: JsHelper could not be found. CakePHP3

2014-08-27 Thread Jipson Thomas
HI Jose, Thank you. Regards, Jipson On Wednesday, 27 August 2014 14:59:29 UTC+1, Jipson Thomas wrote: > > Hi, > Is there any alternative for JS helper in cakephp 3? I tried to integrate > tinymceditor to my cakephp 3 website based on the tutorial on > http://bakery.cakephp.org/a

Re: Select Null option on helper on CakePHP3

2014-08-27 Thread Jipson Thomas
Thank you all. Regards, Jipson On Wednesday, 27 August 2014 15:56:00 UTC+1, Stephen S wrote: > > You may also do something like 'empty' => 'Select Company' and pass a > string if you want to customise that particular option. > > > On 27 August 2014 14:15

Error: JsHelper could not be found. CakePHP3

2014-08-27 Thread Jipson Thomas
: * *JsHelper* could not be found. *Error: * Create the class *JsHelper* below in file: src/View/Helper/JsHelper.php Would you please help me to fix this? Regards, Jipson -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Re: Select Null option / WYSIWYG Editors on helper on CakePHP3

2014-08-27 Thread Jipson Thomas
Hi, Excuse me on asking one more question. Is there any documentation or tutorial to show how I can use Wysiwygeditors like tinyMCEditor in cakephp 3? Regards, Jipson On Wednesday, 27 August 2014 13:54:43 UTC+1, Jipson Thomas wrote: > > Hi, > Would you please let me know how I can a

Re: Select Null option on helper on CakePHP3

2014-08-27 Thread Jipson Thomas
Hi Stephen, Thank you very much. It is working for me now. The amendment I made on view file is as follows echo $this->Form->input('company_id',['options' => $company_list,'empty' =>true]); Regards, Jipson On Wednesday, 27 August 2014 14:03:56 UTC+1,

Select Null option on helper on CakePHP3

2014-08-27 Thread Jipson Thomas
me to choose no company. The Code I use is as following. Controller == $this->set('company_list',$company_list); View = echo $this->Form->select('company_id',['Company' => $company_list]); Thanks, Jipson -- Like Us on FaceBook https://w

Re: How to access vendor classes in CakePHP 3

2014-08-18 Thread Jipson Thomas
; => $sharedDir . 'AuthorizeNetResponse.php', 'AuthorizeNetSIM'=> $libDir. 'AuthorizeNetSIM.php', 'AuthorizeNetSIM_Form' => $libDir. 'AuthorizeNetSIM.php', 'AuthorizeNetSOAP' => $libD

Re: How to access vendor classes in CakePHP 3

2014-08-18 Thread Jipson Thomas
quot;; $subscription->billToFirstName = "Rasmus"; $subscription->billToLastName = "Doe"; // Create the subscription. $request = new AuthorizeNetARB; $response= $request->createSubscription($subscription);

How to access vendor classes in CakePHP 3

2014-08-18 Thread Jipson Thomas
elp me to solve this issue? I had another post with this details, but that is not replied. Thanks and Regards, Jipson https://groups.google.com/forum/#!searchin/cake-php/authorize.net/cake-php/p5XbQfJGrWg/ZTBd5b1LCUcJ -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us

Authorize.net Integration with CakePHP 3

2014-08-14 Thread Jipson Thomas
new AuthorizeNetARB; $response= $request->createSubscription($subscription); $subscription_id = $response->getSubscriptionId(); echo $subscription_id;exit; } When I am accessing the function ad dsite.com/vendors/authtest I get the following error.

Re: Block access of suspended users in default authorization component in cakePHP 3

2014-08-13 Thread Jipson Thomas
Hi Jose, Thank you very much. This should work perfectly. Regards, Jipson On Wednesday, 13 August 2014 12:33:24 UTC+1, José Lorenzo wrote: > > Use the authorization adapters. For example if you use the Controller > authorization adapter you would have this in your AppController: &

Block access of suspended users in default authorization component in cakePHP 3

2014-08-13 Thread Jipson Thomas
know a solution for this. Regards, Jipson -- 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 receiv

Re: Credit card Expiry Date format in CakePHP 3

2014-08-12 Thread Jipson Thomas
Thank you Mark. It is working. Regards, Jipson On Monday, 11 August 2014 13:14:37 UTC+1, mark_story wrote: > > You should be able to set day => false in the options to turn off the day > input. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http:/

Credit card Expiry Date format in CakePHP 3

2014-08-07 Thread Jipson Thomas
irationDate', [ 'label' => 'Expiry Date', 'minYear' => date('Y'), 'maxYear' => date('Y')+5, 'dateForma

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-05 Thread Jipson Thomas
Thank you Jose. Now I am doing in that way. I will update you the result. Regards, Jipson On Tuesday, 5 August 2014 12:33:48 UTC+1, José Lorenzo wrote: > > Do as I told you in my previous message: input('related_propery.field') > > On Tuesday, August 5, 2014 11:19:29 AM UTC+

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-05 Thread Jipson Thomas
'New Coupon'), ['controller' => 'Coupons', 'action' => 'add']); ?> Html->link(__('List Partners'), ['controller' => 'Partners', 'action' => 'index']); ?> Html->link(__(

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-05 Thread Jipson Thomas
please help me to find a solution on this? Regards, Jipson On Monday, 4 August 2014 18:26:48 UTC+1, José Lorenzo wrote: > > I would recommend that you use the bake console tool to create the initial > controller code and forms, that way I'm sure you will learn and understand > ho

Re: How to get last insert id in cakePHP 3

2014-08-05 Thread Jipson Thomas
gt;id; > > mark > > > > Am Montag, 4. August 2014 19:01:49 UTC+2 schrieb Jipson Thomas: >> >> Hi, >> Would you please let me know how I can get the last insert id in cake php >> 3. >> The save() is returning Boolean value only.Is there any optio

How to get last insert id in cakePHP 3

2014-08-04 Thread Jipson Thomas
Hi, Would you please let me know how I can get the last insert id in cake php 3. The save() is returning Boolean value only.Is there any option to get the last insert id value? Regards, Jipson -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-04 Thread Jipson Thomas
le to add the vendor')); } $this->set('vendor', $vendor); $this->set('subscription_package', $id); $this->set('subscription_type', $payoption); On Monday, 4 August 2014 16:17:10 UTC+1, Jipson Thomas wrote: > > The

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-04 Thread Jipson Thomas
The save method is returning a false only not any error messages. On Monday, 4 August 2014 14:43:20 UTC+1, Jipson Thomas wrote: > > Hi All, > Would you please give me some details or samples of saving data from a > single form to the tables main and has many relationships. I tr

Re: Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-04 Thread Jipson Thomas
>create($vendor) ?> Form->input('Vendor.name',['label'=>'Vendor Name']) ?> Form->input('Vendor.logo', ['type' => 'file']);?> Form->input('Vendor.fax') ?> Form->inpu

Saving data to Has Many relationship table from single form in CakePHP 3

2014-08-04 Thread Jipson Thomas
fix this Regards, Jipson -- 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 i

Re: CakePHP3 - How to get the data od second level relation ship table.

2014-08-04 Thread Jipson Thomas
`, Companies.coupon_id AS `Companies__coupon_id`, Companies.language AS `Companies__language` FROM Companies AS Companies == I couldn't find any joins happens in the query but it is trying to fetch the fields of joined tables as its own. Regards, Jipson On Saturday, 2 August 2014 13:13:1

Re: CakePHP 3.0 fatal error

2014-08-04 Thread Jipson Thomas
Thank you Jose Lorenzo. I moved all my code to a fresh installation and it is working now. Regards, Jipson On Monday, 4 August 2014 11:54:54 UTC+1, José Lorenzo wrote: > > The config folder was moved out of src, it should be placed on the root > folder with the name config:

CakePHP 3.0 fatal error

2014-08-04 Thread Jipson Thomas
strap.php* on line *35Would you please help me to fix this?Regards,Jipson* -- 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 u

CakePHP3 - How to get the data od second level relation ship table.

2014-08-01 Thread Jipson Thomas
} Employees Model === public function initialize(array $config) { $this->belongsTo('Companies'); $this->belongsTo('Users'); } Users Model === $this->hasMany('Employees'); Would you please help

Re: Index View with search filter option on Cake PHP 3

2014-08-01 Thread Jipson Thomas
cakephp 3? Thank you very much for your time and the help. Regards, Jipson On Friday, 1 August 2014 05:28:27 UTC+1, Dakota wrote: > > Hi Jipson. > > I'm the one who migrated the search plugin to cake3. It has not been > updated to the New structure yet, so you need to use ./plug

Re: Custom components not working on cakephp 3

2014-07-31 Thread Jipson Thomas
Thank you Jose Lorenzo. Regards, Jipson On Thursday, 31 July 2014 14:45:08 UTC+1, José Lorenzo wrote: > > You're missing the namespace declaration: > > namespace App\Controller\Component; > > On Thursday, July 31, 2014 3:36:34 PM UTC+2, Jipson Thomas wrote: >>

Custom components not working on cakephp 3

2014-07-31 Thread Jipson Thomas
Hi , I have created a component using the following code on src/Controller/Component/JtfilterComponent.php file 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 unsub

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
Thank you Jose Lorenzo. On Thursday, 31 July 2014 13:03:57 UTC+1, José Lorenzo wrote: > > Not sure then, try contacting the plugin creator > > On Thursday, July 31, 2014 1:38:26 PM UTC+2, Jipson Thomas wrote: >> >> Hi Jose Lorenzo, >> Thank you for you post. Actuall

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
Hi Jose Lorenzo, Thank you for you post. Actually I stored the plugin files in the public_html/plugin folder manually. Then I modified the composer .json file and executed the dumpautoload command through terminal. Still I/ am getting the error. Regards, Jipson On Thursday, 31 July 2014 12:27

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
through commandline. by executing php composer.phar update and php composer.phar dumpautoload Would you please help me to find what is wrong in it? Regards, Jipson On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark wrote: > > Look into the cake3 branch of https://github.com/CakeDC/search/t

Index View with search filter option on Cake PHP 3

2014-07-30 Thread Jipson Thomas
Hi, Would you please let me know whether cakephp3 have an option for search filters on index view. Regards, Jipson -- 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

Re: Display Form Validation Errors CakePHP 3

2014-07-30 Thread Jipson Thomas
Hi Jose Lorenzo, Thank you very much. Now it is working perfectly. Regards, Jipson On Wednesday, 30 July 2014 14:31:30 UTC+1, José Lorenzo wrote: > > Ok, you problem is that you are calling create() without the entity, You > should get that fixed by doing: > > Form->create($

Re: Display Form Validation Errors CakePHP 3

2014-07-30 Thread Jipson Thomas
$package = $this->Package->newEntity($this->request->data); if ($this->request->is('post')) { if ($this->Package->save($package)) { $this->Flash->success(__('The package has been saved.'));

Display Form Validation Errors CakePHP 3

2014-07-30 Thread Jipson Thomas
Hi , On my package creation form I am using cakephp validation. The validation is working perfectly. Unfortunately the validation error messages are not displaying on my form. Would you please help me on this? The code I am using is as follows. Please advise me what I am missing here. *My Table

Support for multilanguage in Cakephp3

2014-07-24 Thread Jipson Thomas
Hello, Would you please help me find some tutorial on multilingual option for my new website on cakephp 3. Thanks in advance Jipson -- 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

Re: CakePHP 3.0.0-alpha1 released!

2014-07-21 Thread Jipson Thomas
Hi Jose Lorenzo, Thank you very much for the tip. I will try it. Hope this can ease my life. :) Regards, Jipson Thomas On Monday, 21 July 2014 11:35:17 UTC+1, José Lorenzo wrote: > > Require the library using composer: > > composer require "mandrill/mandrill" > >

Re: CakePHP 3.0.0-alpha1 released!

2014-07-21 Thread Jipson Thomas
. Could you please advise me how I can use those from our cakephp application and where I have to put the files in our folder structure etc. Thanks Jipson Thomas On Wednesday, 25 June 2014 22:00:17 UTC+1, José Lorenzo wrote: > > The CakePHP core team proudly announces the first alpha rele

Re: CakePHP 3.0.0-alpha1 released!

2014-07-07 Thread Jipson Thomas
Hi Jose Lorenzo, Thank you very much for your valuable advise. So we ares waiting for the promising beta version with the crossed fingers. Thanks, Jipson Jipson ThomasApplications DeveloperStrategic Internet Consulting Ltd T: +44 (0)1403 599888 (Sussex) T: +44 (0)203 3013888 (London) W: http

Re: CakePHP 3.0.0-alpha1 released!

2014-07-07 Thread Jipson Thomas
Hi José Lorenzo, Thank you for the update. We are planning for our new project (scheduled to start the development in August 2014 - September 2014). Would you please advise me that the version I can choose for this? I am so much interested to use Cake 3 for our prestigious work. Thanks, Jipson

Custom functions on Models are not working

2012-10-30 Thread Jipson
ddress). Can you please help me to fix this issue. Thanks and Regards, Jipson Thomas -- 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 po

Rewrite url in cakephp

2010-05-13 Thread Jipson
, Jipson Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Rewrite url in cakephp

2010-05-13 Thread Jipson
, Jipson -- View this message in context: http://old.nabble.com/Rewrite-url-in-cakephp-tp28546818p28546818.html Sent from the CakePHP mailing list archive at Nabble.com. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received

Re: Adding https in $html->url

2008-12-04 Thread Jipson
Hi I am using $html->url instead of $html->link because, I have to link to an image... On Dec 4, 6:30 pm, Lance Willett <[EMAIL PROTECTED]> wrote: > > i want to get ishttps://mycart/carts/authorize/, what i have to do for it > > Hi Jipson, > Most likely you'

Adding https in $html->url

2008-12-03 Thread Jipson
help me. Thanks in Advance, Jipson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EM

In Some Controllers app_controller is not extending

2008-11-04 Thread Jipson
Hi All, In my cakephp project Page title, meta name and description are stored in a table in database. in my Cart\cake\libs\controller folder app_controller.php file is there. In that file I wrote code for changing page name.In some controllers I am not getting the page title. can anyone ple

Re: Getting global variables from Database in cakePHP

2008-10-07 Thread Jipson
le.com/articles/view/simple-db-based-configuration-... > > There is also a working (and slightly improved) example in my CMS > project (same site). > > Hope that helps! > > On Oct 7, 6:58 am, Jipson <[EMAIL PROTECTED]> wrote: > > > Hi, > >      Thank you Jitka a

How we can impliment shipping method calculator and payment options in cakephp

2008-10-07 Thread Jipson
Hi All, I searched in Google and cake tutorial to find how we can integrate ups shipping calculator and payment methods like pay pal, authorize.net but I couldn't find a solution. any one please help me. Thanks, Jipson --~--~-~--~~~---~--~~ You received

Re: Getting global variables from Database in cakePHP

2008-10-06 Thread Jipson
Hi, Thank you Jitka and mark. I tried with jitka's solution but,as a new developer to cakephp I couldn't obtain the solutions. I searched the tutorials also but I didn't got it.Can you please explain it with some examples please Thanks, Jipson. On

Getting global variables from Database in cakePHP

2008-10-06 Thread Jipson
. Thanks in Advance. Jipson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Please Help to relate my tables.

2008-09-26 Thread Jipson
order details table data, but not the product name from products table. Can anyone advise me how i can retrieve order details and products tables data along with order table data. Thanks, Jipson. --~--~-~--~~~---~--~~ You received this message because you are