Re: Anyone care to help with Media Temple dv?

2010-11-03 Thread td-nathan
Try the .htaccess first, next I'd look at php.ini settings like safemode or basedir restrictions depending on where you placed the cake install relative to httpdocs -Nathan On Nov 2, 7:25 pm, Dave Maharaj m...@davemaharaj.com wrote: I had my site on Media Temple gs service no problem. Now

Re: Anyone care to help with Media Temple dv?

2010-11-03 Thread td-nathan
will be greatly appreciated. Thanks, Dave -Original Message- From: td-nathan [mailto:tyler.digi...@gmail.com] Sent: November-03-10 4:12 AM To: CakePHP Subject: Re: Anyone care to help with Media Temple dv? Try the .htaccess first, next I'd look at php.ini settings like safemode

Re: CakePHP Session on MAMP

2010-09-10 Thread td-nathan
What version of Cake do you have installed? On Sep 8, 7:20 pm, xwteoh xwt...@gmail.com wrote: I encounter a weird problem where I tried to search around and doesn't find the answer. Hope someone could help me over here. My problem: I set a session by calling $this-Session-write('Suppliers',

Re: How to implement Comet in CakePHP ?

2010-01-03 Thread td-nathan
I also need to implement a chat room system, are there any good tutorials for integrating these Jabber systems with CakePHP? Ideally something that covers the server-side installation and then how to build an accessible front-end for users using CakePHP or an existing plugin? On Jan 2, 11:26 am,

Re: CakeFest IV - America - Help us pick a location!

2009-11-13 Thread td-nathan
1 vote for west coast (LA/SF?) On Nov 12, 7:43 pm, Graham Weldon gra...@grahamweldon.com wrote: Hi all, The CakePHP team has been considering the location for the next   upcoming CakeFest. We've decided to bring it back home to the United Sates of America. Thus far we haven't chosen a

Email/IMAP data source

2009-10-21 Thread td-nathan
I need to process an email inbox, monitor it for messages with a particular subject line. If it finds a match I need to get the body content, manipulate, and insert into a database. Ideally would mark the message as read and move it to another IMAP folder as well. I'm poking around PHP

Re: CakePHP jQuery - Update multiple selects?

2009-05-31 Thread td-nathan
If you want to use code like you had before, check the livequery plugin. It reattached applicable events as new elements are added to the DOM (ie. Your change event to a new select box) On May 30, 2:47 pm, DigitalDude e.blumsten...@googlemail.com wrote: Hey, THX for the response. I already

Re: Good way to paginate my index view by several keys / and-conditions

2009-05-27 Thread td-nathan
I've dealt with this before and usually end up reading/writing from the named params and doing some of the lifting that paginator usually does. Sometimes tho, if the table is small enough, I just switch to JavaScript and use the excellent TableSorter jQuery plugin. http://tablesorter.com/