Log message #4212701

# At Username Text
# Nov 7th 2019, 12:29 peter349 Hi , how do I perform integration test for cakephp api
# Nov 7th 2019, 12:28 rajpalsingh.jecrc https://medium.com/@narendravaghela/cakephp-execute-shell-command-from-controller-90c8323558a @jotpe this can help you
# Nov 7th 2019, 12:18 jotpe Is it possible to trigger a console command via controller action/request?
# Nov 7th 2019, 12:14 nayakvradhit Ok thanks
# Nov 7th 2019, 12:05 rochasmarcelo Also if you check the docs there is a page for configurations https://github.com/CakeDC/users/blob/master/Docs/Documentation/Configuration.md
# Nov 7th 2019, 12:04 rochasmarcelo Products controller does not exists in Users plugin
# Nov 7th 2019, 12:04 rochasmarcelo You must add 'plugin' => false
# Nov 7th 2019, 11:23 leonardo.crecente thanks @admad
# Nov 7th 2019, 11:22 alexdd55976 maybe you do some pr(), debug(), whatever due to debugging in your geocoding file which is printed when you include it
# Nov 7th 2019, 11:22 admad None, just need to update rewrite rules in htaccess to ignore URLs starting with /blog/
# Nov 7th 2019, 11:18 leonardo.crecente is there any problem to install wordpress in cakephp 2.x app/webroot/blog/ subfolder?
# Nov 7th 2019, 11:16 ndm No problem... I think I should also note that using `sys.list_drop()` is probably the safest way to modify the mode at runtime, ie something like: `SET SESSION sql_mode = sys.list_drop(@@session.sql_mode, 'ONLY_FULL_GROUP_BY')`
# Nov 7th 2019, 11:12 yadav.manu36 @ndm thanks, it is working now
# Nov 7th 2019, 11:05 ndm You can try using the `init` option of your datasource config to run a `SET` query, like `SET SESSION sql_mode='your desired mode'`
# Nov 7th 2019, 11:01 yadav.manu36 it is not possible to off strict mode disable from app.php Datasources
# Nov 7th 2019, 11:01 ndm If you do so, make sure to properly cover your functionality with tests, as MySQL is allowed to pick values of a group at random with `ONLY_FULL_GROUP_BY` disabled!
# Nov 7th 2019, 11:01 nayakvradhit I did not get it sorry
# Nov 7th 2019, 11:00 challgren https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html
# Nov 7th 2019, 11:00 yadav.manu36 from where? from app.php file?
# Nov 7th 2019, 10:59 challgren @yadav.manu36 turn off ONLY_FULL_GROUP_BY SQL mode
# Nov 7th 2019, 10:57 yadav.manu36 How to resolve this issue in cakephp 3
# Nov 7th 2019, 10:55 alexdd55976 you have an output in geocoded that comes before tthe pdf file putput?
# Nov 7th 2019, 10:51 nayakvradhit Hi when I export PDF in in the client network they are getting the error like this FPDF error some data has already output can't send the PDF file (output started at file path pointing to app/Model/Behavior/GeocodedBehavior.php) so whether this renaming would effect or not ? I wanted clarification please
# Nov 7th 2019, 10:34 challgren @nayakvradhit yes, I thought you changed this like 3 days ago when you said renaming the file worked for you
# Nov 7th 2019, 10:28 noel @nayakvradhit what don't you understand?
# Nov 7th 2019, 10:12 alexdd55976 morning
# Nov 7th 2019, 09:47 nayakvradhit Hi any please clarify in cakephp 2.10 app/Model/Behavior/geocoded.php should be changed to GeocodedBehavior.php ????
# Nov 7th 2019, 09:30 javier.villanueva thanks
# Nov 7th 2019, 09:29 jotpe '10 Februar' in my Case
# Nov 7th 2019, 09:29 javier.villanueva works
# Nov 7th 2019, 09:29 javier.villanueva ; )
# Nov 7th 2019, 09:29 slackebot1 <jotpe>
# Nov 7th 2019, 09:29 jotpe Like this:
# Nov 7th 2019, 09:29 jotpe Use i18nFormat()
# Nov 7th 2019, 09:28 jotpe sorry for this.
# Nov 7th 2019, 09:28 jotpe Yes
# Nov 7th 2019, 09:28 javier.villanueva I must use i18nFormat instead format
# Nov 7th 2019, 09:28 javier.villanueva i18nFormat
# Nov 7th 2019, 09:28 javier.villanueva I think that I have found a solution
# Nov 7th 2019, 09:28 javier.villanueva I will check german too...
# Nov 7th 2019, 09:28 javier.villanueva mmm