Re: How to use PHP to delete cookies when browser is close.

2009-09-09 Thread hellfish
Is this for real?! On 9 Set, 10:45, arif hossen arifhossen2...@gmail.com wrote: Dear all , Please help me. How to use CAKEPHP to delete cookies when browser is close. -- Regards, Mohammad Arif Hossen Software Enginner Epsilon Consulting and Development Services(ECDS)www.ecds-tech.com

char primary keys and HABTM saves

2009-09-09 Thread hellfish
Hi, Does anyone know if cake core has any problems saving HABTM tables using text keys instead of numeric? I have and edit method in a controller that is supposed to save data to it's main table and 3 HABTM. Two of them work just as expected, first removing all of the rows in the table and

Re: odd database problem

2009-02-11 Thread hellfish
different prefixes for the tables? How are you sure you can connect to the DB? Have you tried turning on debugging? On Feb 4, 4:24 am, hellfish ruicruz...@gmail.com wrote: I've already done that, several times. On top of this, the logs show no errors at all. On Feb 3, 7:21 pm, Braindead

Re: Router::parseExtensions case

2009-02-06 Thread hellfish
Router should automatically support any extension type right? I'm adding a ics extention for a customised calendar and CakePHP is completely ignoring that. On Feb 6, 12:14 am, brian bally.z...@gmail.com wrote: I think it's RequestHandler that's responsible for that, not

Re: odd database problem

2009-02-04 Thread hellfish
I've already done that, several times. On top of this, the logs show no errors at all. On Feb 3, 7:21 pm, Braindead markus.he...@gmail.com wrote: Did you already delete the cached files? I guess this should solve your problem. --~--~-~--~~~---~--~~ You

Re: Plugin images (any update?)

2009-02-04 Thread hellfish
Excuse me for barging in but if plugins suport their own images and css why not custom cakeError handlers. See topic: http://groups.google.com/group/cake-php/browse_thread/thread/0f6ffe4256827b6f# On Feb 4, 5:07 am, mark_story mark.st...@gmail.com wrote: This has worked for quite some time

odd database problem

2009-02-03 Thread hellfish
I have a Dev box with ubuntu, apache, php and mysql where I'm developing an application with the last CakePhp version. Everything works well. Problem is when I upload it to my ISP server. Every time a model is needed the app throws me the Missing Database Table. The tables are there, the app

Re: Where to define constants

2009-02-02 Thread hellfish
I recommend using some other file and then loading that file in the bootstrap. This way if you need to update cake files you don't have to worry about overriding your stuff, well, only one line will be lost. I use a appconfig.php file with my stuff and then I load it in the bootstrap like this

Why can't plugins have the AppError handler?

2009-02-01 Thread hellfish
Recentely I started building a plugin to contact several webservices like twitter, fireeagle and such and a long way trough it I find out that I can't use the AppError handler without re-writting it. I love to know and understand why this isn't possible and what are the plans on this.

Re: i wants to know how can i import contacts from Google, yahoo or others using cakephp

2009-02-01 Thread hellfish
You can check out the Zend Framworkd which has some libs on Gdata protocol. You can use them as vendors in cakephp. On Feb 1, 5:55 am, amar goud amardeen...@gmail.com wrote: hi all, i am doing an application which requires importing contacts from the mail servers like Google , yahoo and

Twitter - component / model / datasource

2009-01-29 Thread hellfish
Just want to get some feedback on this. Interacting with twitter and services like these using cake should be done Using a model, datasource or component? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP

Re: Twitter - component / model / datasource

2009-01-29 Thread hellfish
I've seen the component but I have a feeling that it should be a Model. What does the Model Control View structure say on this :p ? On Jan 29, 10:22 am, Alexandru Ciobanu ics.cake...@gmail.com wrote: hellfish wrote: Interacting with twitter and services like these using cake should

Re: Twitter - component / model / datasource

2009-01-29 Thread hellfish
blue print for building a Twitter datasource... On Jan 29, 10:28 am, hellfish ruicruz...@gmail.com wrote: I've seen the component but I have a feeling that it should be a Model. What does the Model Control View structure say on this :p ? On Jan 29, 10:22 am, Alexandru Ciobanu ics.cake

Re: XAMPP for linux

2009-01-29 Thread hellfish
I've used Xampp for linux when I didn't know how to use linux. Now that I know how to configure a server I don't need Xampp anymore. I recommend that you fire up google a lean how to install a php, mysql and apache on a linux box. On Jan 29, 5:01 pm, Smelly_Eddie ollit...@gmail.com wrote:

Re: Security Notice for 1.2.0.7962, Using AuthComponent without SecurityComponent

2009-01-24 Thread hellfish
Nice to know this. I'm going to update before I write a new post concerning what I believe is a bug in the auth component. Brb On Jan 21, 6:31 pm, Schreck schrec...@gmail.com wrote: You could probably d/l fiddler2 (http://www.fiddler2.com/fiddler2/) and use that to do whatever injections are

Re: Which editor for Mac OS X?

2009-01-24 Thread hellfish
Coda really rocks, I've been using the demo version and I'm seriously thinking about purchasing the complete version. On Jan 24, 12:31 pm, rogwei rog...@comcast.net wrote: Emacs is the bomb. Free, cross-platform, extendable, and butters your toast. I have been pleasantly surprised to find that

Re: Modeling a friends network

2008-07-21 Thread hellfish
bumping... Any clues please? This should be simple for a more experienced user. On Jul 16, 11:56 pm, hellfish [EMAIL PROTECTED] wrote: I've been searching a lot and I'm still having a hard time to model something that I want to include on my bands website [shamelessPlug]http

Modeling a friends network

2008-07-16 Thread hellfish
I've been searching a lot and I'm still having a hard time to model something that I want to include on my bands website [shamelessPlug]http://www.karbonsoul.com[/shamelessPlug]. What would be the cake (v1.2) way of modeling a small users network where a registered user has the possibility to

Re: CakePHP creating strange SQL query

2008-02-06 Thread hellfish
I had a similar problem while using adodb driver and odbc_mssql. While using mysql worked ok. What driver are you using? On Feb 6, 1:48 pm, TracyB [EMAIL PROTECTED] wrote: I'm trying to go through the Example: Simple User Authentication in the CakePHP manual, to learn how to set up my own

Re: CakePHP creating strange SQL query

2008-02-06 Thread hellfish
using an access database, and that one doesn't seem to be doing this. did you find a fix, or did you just switch to a different database? On Feb 6, 10:14 am, hellfish [EMAIL PROTECTED] wrote: I had a similar problem while using adodb driver and odbc_mssql. While using mysql worked ok

Re: adodb vendor using odbc for SQL Server 2005

2008-02-05 Thread hellfish
For future reference to someone with the same problem. while using the driver adodb, you should use connect odbc_mssql for SQL Server On 4 Feb, 10:33, hellfish [EMAIL PROTECTED] wrote: Hi, I'm having a bit of a problem using SQL Server Database as data storage. My setup: Cakephp 1.1

Cakephp using invalid LIMIT on SQL Server

2008-02-05 Thread hellfish
Does anyone have any ideia as to why CakePHP is trying to use LIMIT on SQL Server? Whenever I invoke que Model-find method I get this. Warning (512): SQL Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near 'LIMIT'. [CORE\cake\libs\model\datasources \dbo_source.php, line

Re: Xml and CAKE_ADMIN

2008-02-05 Thread hellfish
I have upgraded and I've seen the examples but they all mention just the action.xml. What about when you have 1 or 2 parameters, where do you stick your .xml ? Is it like ...controller/action/param1/param2.xml ? I've tried this with no success. On 5 Feb, 22:50, Adam Royle [EMAIL PROTECTED]

adodb vendor using odbc for SQL Server 2005

2008-02-04 Thread hellfish
Hi, I'm having a bit of a problem using SQL Server Database as data storage. My setup: Cakephp 1.1 SQL Server 2005 ADOdb library in the vendors folder my current connection: driver = adodb connect = odbc The connection is made (I spend a few days figuring the right way to do this) but the

Re: CakePHP guide

2008-02-04 Thread hellfish
Just a suggestion, it would be nice if someone wrote in that manual ways to configure different databases. I'm having a lot of trouble using SQL Server 2005 and it's been hard to find any documentation. cheers. On 4 Feb, 13:46, Keith [EMAIL PROTECTED] wrote: Zoe, Looks promising! This is an