Re: cakephp not working in my local xampp

2013-02-24 Thread Mateusz Kapusta
Try opening your \dishgram\app\webroot\index.php and changing define('CAKE_CORE_INCLUDE_PATH', 'E:' . DS . 'wamp' . DS . 'www' . DS . 'cakephp' . DS . 'lib'); to your actual cake main directory. Il giorno sabato 23 febbraio 2013 14:30:07 UTC+1, omsa...@adodis.com ha scritto: Dear all, I

Re: cakephp not working in my local xampp

2013-02-24 Thread April DeRossett
Did you bake your application? April DeRossett President Direct Connect Solutions 615.386.3946 (office) 615.305.7036 (mobile) 615.386.9510 (fax) Sent from my iPhone On Feb 23, 2013, at 7:30 AM, omsak...@adodis.com wrote: Dear all, I am new for cakephp, I had download all file set in my

Stuck with migration from 1.3 to 2.x / euromark plugin

2013-02-24 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, after getting strange error messages with the default 2.0 migration shell I tried it now with the improved version from euromark: https://github.com/dereuromark/upgrade Here the facts: I am running Linux with php 5.4. I downloaded

Re: Stuck with migration from 1.3 to 2.x / euromark plugin

2013-02-24 Thread euromark
You did read the readme.txt right? :) It answers all of your questions above and many more.. Am Sonntag, 24. Februar 2013 14:05:52 UTC+1 schrieb acl68: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, after getting strange error messages with the default 2.0 migration

ACL : Group vs. User

2013-02-24 Thread Ed Propsner
I have implemented ACL in my app and I'm regulating access using Groups, however, I would like for some users within the same group to have slightly different permissions. Has anyone been able to accomplish this? Is this even possible? It seems as though I can change permissions for both the Group

Re: ACL : Group vs. User

2013-02-24 Thread Robert Winkky
Have you checked out http://www.alaxos.net/blaxos/pages/view/plugin_acl_2.0 ? On Sunday, February 24, 2013 11:02:37 AM UTC-5, CrotchFrog wrote: I have implemented ACL in my app and I'm regulating access using Groups, however, I would like for some users within the same group to have

Re: Stuck with migration from 1.3 to 2.x / euromark plugin

2013-02-24 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Of course I did. About 5-6 times ;) Calamity Jane Am 24.02.2013 15:48, schrieb euromark: You did read the readme.txt right? :) It answers all of your questions above and many more.. Am Sonntag, 24. Februar 2013 14:05:52 UTC+1 schrieb acl68:

Re: Stuck with migration from 1.3 to 2.x / euromark plugin

2013-02-24 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If I use the cake shell in the core I get this: anja@THOR:/var/www/cakephp-2.3.0/lib/Cake/Console$ ./cake upgrade all - --dry-run PHP ReflectionException: Method UpgradeShell::main() does not exist in

Not seeing validation errors with saveAll

2013-02-24 Thread Benjamin Allison
I have a list of User records that I'm saving at one time (the form is populated from an uploaded CSV). Everything seems to be working fine, and my validation rules are being honoured, but one thing that's eluding me are the specific validation error messages. I get the general validation

Best way to retriving api and webservice data

2013-02-24 Thread Mathias R
Hi, i'm creating an app which is need to get data from multiple api sources. fo each source i wan't to create an own plugin. That's my idea. which way is the best to access an api or webservice? Creating a Model without table and access webservice with it's methods? hope u understand my

Specifying specific Redis database for caching

2013-02-24 Thread Prashant Chaudhary
I am trying to move my caching engine from using File to Redis. The problem that I am facing is that the current Redis instance on my server is already serving other needs using the first few numeric databases. I can't find any documentation within CakePHP which allows me to specify a specific

Re: Best way to retriving api and webservice data

2013-02-24 Thread Tony Messias
I've never used (and I would like to), but I believe it would be the case of using/creating *DataSources:* * * http://book.cakephp.org/2.0/en/models/datasources.html* * Att, -- Luiz Antonio S Messias Desenvolvedor Web http://twitter.com/tonyzrp @tonyzrp http://twitter.com/tonyzrp *LinkedIn*

Re: ACL : Group vs. User

2013-02-24 Thread CrotchFrog
In fact I have checked it out, I use that very same plugin. The demo on the site uses the 1.3 plugin and from all outward appearances seems to work as I would expect, or at least would like it to. I'm using the 2.0 version, not sure if there is a significant difference between the two but my