Lukas

Results 63 comments of Lukas

oh sry forgot to mention that - i'm using cakephp 2.4.4... and i don't understand your second message. thanks for ur help, lukas

when i let it as default $engine = 'File'; i get an (like mentioned at the bottom of the bin) "Cache engine default is not available." error instead. thx, for...

it's locatedn in app/Plugin/Memcached and i installed cakephp and memcached with composer

yes, i've an /httpdocs/Cakeroot/composer.json for installing cake and than i baked projects to /httpdocs/Someapp with an /httpdocs/Someapp/composer.json where i have my plugins and stuff i just tried pasting the Memcached...

Hay there, i tried building on windows vs2013 and got the following error in libsvm: ``` error C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead....

could solve this problem by defining ``` #define _CRT_SECURE_NO_WARNINGS #define _CRT_NONSTDC_NO_DEPRECATE ``` in libsvm.h

Any idea on what could be the cause here? Had a look at the referenced pr, but can't seem to figure out what could be the cause. Getting more and...

@ricmoo does this align with your views on how this should work? If yes I'd like to try implementing this. Should I target v5 or v6?

@NoahZinsmeister any thought about this? Have been digging a bit through the code and i think it's non trivial as essentially the whole core package has to be rewritten. The...

@talentlessguy didn't see, but also don't agree with the conclusion :) The doc sais that "this is the recommended way, if you want to use context", not "you should use...