# |
Dec 7th 2017, 22:27 |
saeideng |
implemenetedEvents? |
# |
Dec 7th 2017, 22:09 |
meder |
hm |
# |
Dec 7th 2017, 22:09 |
meder |
callback fires, i put a Log::error() in the function referenced in implemenetedEvents and it never logs.. |
# |
Dec 7th 2017, 22:05 |
saeideng |
`EventManager::instance()->on(...) ` |
# |
Dec 7th 2017, 22:04 |
meder |
if I even typo the event itself, $event builds it. is there no valiation? |
# |
Dec 7th 2017, 22:04 |
mdunham |
nate abele |
# |
Dec 7th 2017, 22:04 |
nate |
mdunham: Different nate, I'm not the cakephp nate |
# |
Dec 7th 2017, 22:03 |
meder |
yes |
# |
Dec 7th 2017, 22:03 |
mdunham |
8====3~~~~ |
# |
Dec 7th 2017, 22:03 |
saeideng |
custom event ? |
# |
Dec 7th 2017, 22:03 |
meder |
actually i put a dd in the event itself - might need to use a logger |
# |
Dec 7th 2017, 22:02 |
meder |
no errors.. |
# |
Dec 7th 2017, 22:02 |
meder |
is there a way to debug a dispatch event not firing the event? |
# |
Dec 7th 2017, 22:01 |
saeideng |
if DB is OK , tell your problem |
# |
Dec 7th 2017, 22:00 |
saeideng |
first try in DB |
# |
Dec 7th 2017, 21:59 |
mdunham |
mark story!! |
# |
Dec 7th 2017, 21:59 |
mdunham |
i think its https://github.com/cakephp/cakephp/issues/10233 |
# |
Dec 7th 2017, 21:57 |
mdunham |
@nate sup bro |
# |
Dec 7th 2017, 21:54 |
mdunham |
!bin |
# |
Dec 7th 2017, 21:53 |
mdunham |
:D |
# |
Dec 7th 2017, 21:53 |
mdunham |
steve!!! |
# |
Dec 7th 2017, 21:52 |
mdunham |
anyone around? |
# |
Dec 7th 2017, 21:52 |
mdunham |
its rounding |
# |
Dec 7th 2017, 21:52 |
mdunham |
actually 95.123457 |
# |
Dec 7th 2017, 21:52 |
mdunham |
so i save 95.12345678 but in the db i see 95.123456 |
# |
Dec 7th 2017, 21:51 |
mdunham |
where i got a lat and lng data fields in my mysql table that are set to decimal 10,8 and 11,8 but when i save to those fields its rounding and cutting off after 6 |
# |
Dec 7th 2017, 21:50 |
mdunham |
hey i gots this weird issuea |
# |
Dec 7th 2017, 21:49 |
mdunham |
sup cakers |
# |
Dec 7th 2017, 20:32 |
saeideng |
a bit google IMO |
# |
Dec 7th 2017, 20:31 |
saeideng |
yahoo template |
# |
Dec 7th 2017, 20:30 |
saeideng |
AppVeyor icon |
# |
Dec 7th 2017, 20:30 |
saeideng |
travis icon |
# |
Dec 7th 2017, 20:30 |
saeideng |
why all sites changed ? |
# |
Dec 7th 2017, 18:52 |
saeideng |
`$this->render('../OtherFolder/index');` |
# |
Dec 7th 2017, 18:51 |
saeideng |
how can i go back one level on `$this->render(.....)` |
# |
Dec 7th 2017, 18:49 |
saeideng |
hi |
# |
Dec 7th 2017, 16:36 |
JD-Robbs |
Howdy, just a general webdev question: I have URLs like "tld.com/en/home" and "tld.com/de/home". Now, I also want a canonical "tld.com/legal". The latter redirects to one of the first two depending on the browser's headers. I am using a 302. HOWEVER, is that correct from a search engine's point of view? Crawlers with different agents could be 302'd to different locations. |
# |
Dec 7th 2017, 16:27 |
flavius |
found the answer, using `orderDesc` instead of plain `order` |
# |
Dec 7th 2017, 16:22 |
flavius |
tried appending DESC as string, it fails as well :P |
# |
Dec 7th 2017, 16:21 |
flavius |
this orders by ASC, i tried putting it in an array, with key and value as DESC, it fails |
# |
Dec 7th 2017, 16:21 |
flavius |
``` ])->order($query->func()->date_format([ 'Inquiries.created' => 'identifier', "'%v'" => 'literal' ]));``` |