Log message #2299740

# At Username Text
# Sep 22nd 2011, 10:44 rchavik CakeBot forget migration
# Sep 22nd 2011, 10:43 ujjain Section58: debug($results) is empty, I will try that!
# Sep 22nd 2011, 10:43 rchavik CakeBot, forget migration
# Sep 22nd 2011, 10:43 rchavik CakeBot migration is From 1.3 to 2.0 http://book.cakephp.org/2.0/en/appendices/2-0-migration-guide.html , 2.0 new features http://cakephp.lighthouseapp.com/projects/42648/20-new-features , From 1.2 to 1.3 - http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3. For 1.3 new featurs http://book.cakephp.org/view/1572/New-features-in-CakePHP-1-3
# Sep 22nd 2011, 10:43 Section58 ujjain: debug($this->Telefoonnummer->search($this->data['Telefoonnummer']['q']));
# Sep 22nd 2011, 10:42 dakota diverdude: ci.cakephp.org and see how stable it is :)
# Sep 22nd 2011, 10:42 ujjain always no results.
# Sep 22nd 2011, 10:42 ujjain Section58: Yes, I tried multiple times though
# Sep 22nd 2011, 10:42 dakota diverdude: it's on rc2. Which in cakephp terms means as close to stable as any other project would ever get
# Sep 22nd 2011, 10:42 Section58 ujjain: so you typed Ziggo in your form ?
# Sep 22nd 2011, 10:41 maennchen Section58: http://pastebin.com/E2T4kPyV
# Sep 22nd 2011, 10:41 ujjain that's $this->data.
# Sep 22nd 2011, 10:41 ujjain [Telefoonnummer] => Array([q] => Ziggo)
# Sep 22nd 2011, 10:41 ujjain Section58: when submitting a form it contains the data.
# Sep 22nd 2011, 10:41 diverdude dakota, and 2.0 is still not in stable release
# Sep 22nd 2011, 10:41 Section58 ujjain: what data does $this->data have ? i thought it was empty
# Sep 22nd 2011, 10:41 diverdude dakota, i have been hesitating to start writing in 2.0 because most plugins and addons are for 1.3 still
# Sep 22nd 2011, 10:41 dakota diverdude: http://book.cakephp.org/2.0/en/appendices/2-0-migration-guide.html
# Sep 22nd 2011, 10:41 dakota rchavik: that migration guide link is broken though
# Sep 22nd 2011, 10:40 rchavik ~migration
# Sep 22nd 2011, 10:40 dakota diverdude: read the migration guide :) That's why it was written
# Sep 22nd 2011, 10:40 maennchen Section58: i checked the whole email-code and there is not attachement
# Sep 22nd 2011, 10:40 Section58 maennchen: there are many things that could go wrong between your server and your client. for example, your isp might have blocked it
# Sep 22nd 2011, 10:40 ujjain Section58: seems it's just broken then? $this->data has content, but serach doesn't work, I followed instructions fine
# Sep 22nd 2011, 10:40 diverdude dakota, also...how much difference is there between cake 1.33 and 2.0? I mean would migration take a long time?
# Sep 22nd 2011, 10:40 Section58 maennchen: firstly, check your headers in the email you recive
# Sep 22nd 2011, 10:39 maennchen i've a problem: when i send an email via the official emailcomponent and attach a file, i don't receive the attachement
# Sep 22nd 2011, 10:39 Section58 hello maennchen
# Sep 22nd 2011, 10:39 Section58 thats why its so damn fast
# Sep 22nd 2011, 10:39 Section58 it uses sphuinx nice
# Sep 22nd 2011, 10:39 maennchen hello
# Sep 22nd 2011, 10:38 dakota diverdude: the cake2.0 book uses sphinx
# Sep 22nd 2011, 10:38 dakota diverdude: I know lucene works with cake and there are some guides about it.
# Sep 22nd 2011, 10:38 ujjain [Telefoonnummer] => Array([q] => Ziggo)
# Sep 22nd 2011, 10:38 diverdude dakota, i will have some heavy searching...so i thought about employing lucene or sphinx...dont know how well they integrate with cake though
# Sep 22nd 2011, 10:38 ujjain $this->set('results',$this->Telefoonnummer->search($this->data['Telefoonnummer']['q']));
# Sep 22nd 2011, 10:37 Section58 to filter the results for index actions
# Sep 22nd 2011, 10:37 ujjain /telefoonnummers/search submits to /telefoonnummers/search
# Sep 22nd 2011, 10:37 dakota diverdude: never used it. but I've heard good things about it
# Sep 22nd 2011, 10:37 Section58 the fun stuff should be in the app controller
# Sep 22nd 2011, 10:37 ujjain it submits to itself.