Re: having cakephp in a folder in a wordpress installation

2011-08-03 Thread Ritesh R Aryal
Hi, It should work straight away by simply accessing following url. your-site.com/wordpress and your-site.com/cakepp As, I've tried a lot like this. :) On Aug 2, 9:24 am, pradeep kumar prad...@pradeepkumar.com wrote: HI I have wordpress installed in my public_html and I have uploaded cake in a

Auth on global actions in the app_controller

2011-08-03 Thread StevieL
Hi, I had a couple of simple actions that I needed to use in each of the controllers in my application. I decided to plonk them into app_controller and it all works fine (just how it describes in the book). Now, within my actions (in my controllers) i can simply access these new global

Aw: Re: Class 'File' not found

2011-08-03 Thread Miron Ogrodowicz
Had the same problem, i'm using MAMP Pro, i disabled the file cache. Turning it on again solves the missing File class problem pre Cache::config('default', array('engine' = 'File')); /pre -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the

Re: having cakephp in a folder in a wordpress installation

2011-08-03 Thread T73 Net
I have done this sort of mashup before as well. I often find it useful to use Cake outside of the WP folder structure. I have found that it is best to use a folder structure like: /-- | public_html-- | cakephp wordpress Then

Mapping Booleans as enum('false','true') in MySQL

2011-08-03 Thread Peter Meth
I am new to CakePHP and I have a lot of existing mysql tables that have a field is_active that I use for soft-deletes. The field is an enum('false','true'). I wanted to know if I can somehow take advantage of Cake's soft-delete functionality without changing my tables. From what I read Cake does

Re: David Persson Media Plugin and saveAll

2011-08-03 Thread theclansman
Hi Michal, I run into the same problem and finally found that I had to remove the 'Media.Coupler' from the $actAs array. Hope that works for you too! Theclansman On Jul 8, 10:42 pm, michalmalinowski mmichal.malinow...@gmail.com wrote: Hey, I have the same problem as

Re: Mapping Booleans as enum('false','true') in MySQL

2011-08-03 Thread euromark
well, of course you can name it whatever you like :) deleted, removed, not_available_anymore, ... but yes, thats how you would do it in cake On 3 Aug., 18:23, Peter Meth mrpm...@gmail.com wrote: I am new to CakePHP and I have a lot of existing mysql tables that have a field is_active that I use

Cakephp and paypal's Adaptive Payments API

2011-08-03 Thread barricades
Hi there, I'm building an app in cakephp where I need to use the paypal Adaptive Payments API. I'm new to cake but have read the manual a few times, built a couple of simple apps and done plenty of googling etc... so I think I understand enough to have a go at this... I need to use Adaptive

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-6f019fb204-qZ_5WIXGKuaAyYZ26OETGLZ7SNA Morate

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-e0e0bf689b-TRzy6CUN7hidQgxS9nqulZ-wN9o Morate

majna želi chatati

2011-08-03 Thread majna
--- majna želi s vama ostvariti još bolji kontakt putem odličnih novih Googleovih proizvoda. Ako već imate Gmail ili Google Talk, posjetite: http://mail.google.com/mail/b-14a4975ca-e0dd993644-0yoC8nKKUyGqDY4onmFucygmNqQ Morate

Re: Auth on global actions in the app_controller

2011-08-03 Thread SpazzyV
I believe this is the case because Authentication works on the controllers that we develop, and not on the included app_controller. Since you placed the items in app_controller, then they do not have to be specifically allowed but are part of 'superior' class if you will. If not, then

js helper not working for Internet explore

2011-08-03 Thread arron
I am using cake 1.3 I have a simple select box when someone selects a state the next select box populates the cites for that state This works fine in firefox as well as chrome, but it does not update my city select box for ie 7 or ie 8. I think its not triggering the event in ie