Log message #4045424

# At Username Text
# Jun 28th 2017, 09:05 vix neon1024: 3 field are coming in select, but they are separated with semi colon. I want to remove semi colon, instead i need dash
# Jun 28th 2017, 09:03 savant contain is higher-level magic
# Jun 28th 2017, 09:03 savant just specifies the join
# Jun 28th 2017, 09:03 savant yep
# Jun 28th 2017, 09:03 adriencs `innerJoinWith()` isnt like `contain()` but without fetching data ? :thinking_face:
# Jun 28th 2017, 08:57 bernat I'm actually more prone to make those mistakes myself than helping fixing them. :D
# Jun 28th 2017, 08:55 neon1024 Perhaps I should put my glasses on
# Jun 28th 2017, 08:55 neon1024 Yep, it was that! You hero bernat! :)
# Jun 28th 2017, 08:53 savant ffft you’re drunk
# Jun 28th 2017, 08:53 neon1024 You actually are drunk!
# Jun 28th 2017, 08:53 neon1024 Go to bed mate
# Jun 28th 2017, 08:52 neon1024 lol @savant
# Jun 28th 2017, 08:52 bernat thanks!
# Jun 28th 2017, 08:52 savant my b
# Jun 28th 2017, 08:52 savant too drunk to help
# Jun 28th 2017, 08:52 savant well idk
# Jun 28th 2017, 08:52 savant then use the cakephp error handler to catch all the things and log as appropes
# Jun 28th 2017, 08:52 bernat no PHP7 for now
# Jun 28th 2017, 08:52 savant so you dont get warnings
# Jun 28th 2017, 08:51 bernat but I just want the PHP messages
# Jun 28th 2017, 08:51 savant and run php7? to turn everything to exeptions
# Jun 28th 2017, 08:51 bernat xD
# Jun 28th 2017, 08:51 savant change your error settings to report everything
# Jun 28th 2017, 08:51 savant but too drunk to find the copy paste code
# Jun 28th 2017, 08:51 savant yes
# Jun 28th 2017, 08:50 bernat Is there a way to configure error handling so that all PHP messages including warnings and notices go to the error log?
# Jun 28th 2017, 08:48 bernat no worries. :)
# Jun 28th 2017, 08:48 neon1024 Now I feel silly ;)
# Jun 28th 2017, 08:48 neon1024 Thanks @barnat
# Jun 28th 2017, 08:48 bernat I don't know how that would work but it might have the effect you're seeing.
# Jun 28th 2017, 08:48 neon1024 Hah!
# Jun 28th 2017, 08:47 neon1024 Oh yes, so I do
# Jun 28th 2017, 08:47 bernat you have duplicated validation rules for package_id.
# Jun 28th 2017, 08:45 neon1024 As i can add offers from two places in my cms, I need to conditionally validate it
# Jun 28th 2017, 08:45 neon1024 Perhaps I should go check the core test suite
# Jun 28th 2017, 08:45 neon1024 Exactly
# Jun 28th 2017, 08:45 bernat you are seeing the validation message but the callback doesn't run?
# Jun 28th 2017, 08:44 neon1024 Yeh, https://pastebin.com/fwdn2EYh
# Jun 28th 2017, 08:44 neon1024 As I can even change the validation message and the entity reflects that change
# Jun 28th 2017, 08:44 bernat Then something must be wrong in your validation code. Are you returning the validator?
# Jun 28th 2017, 08:43 neon1024 Yep