Log message #4047342

# At Username Text
# Jul 3rd 2017, 13:46 frent my link creates following url : `/nl/tbapi/import` as expected
# Jul 3rd 2017, 13:45 slackebot but still doesn't load the controller...
# Jul 3rd 2017, 13:45 frent Hi Guy's, trying to get a routes for a plugin to work but keep getting a "Controller class Tbapi could not be found." error `Router::scope('/:language', function (RouteBuilder $routes) { $routes->plugin('TBApi', ['path' => '/tbapi'], function ($routes) { $routes->connect('/import', ['controller' => 'ProductGroups', 'action' => 'import'], ['_name' => 'import']); }); });` I have a link to this action, and it does change to the path 'tbap
# Jul 3rd 2017, 13:19 Martin` I also seaching for the solution of a problem, when I asked it I found it in a few minutes :P
# Jul 3rd 2017, 13:17 dereuromark :slightly_smiling_face: ok
# Jul 3rd 2017, 13:17 jarard01 ignore me
# Jul 3rd 2017, 13:17 jarard01 opps i got it
# Jul 3rd 2017, 13:16 jarard01 what am I missing, I've checked over the docs severla times
# Jul 3rd 2017, 13:16 jarard01 hi dereuromark I am getting Error: AuthUserHelper could not be found. in my views
# Jul 3rd 2017, 12:56 dereuromark yeah, with slack you have a nice interface, also for mobile app and co. at least easier to use for most.
# Jul 3rd 2017, 12:29 inoas but they are falling probably due to slack adoption
# Jul 3rd 2017, 12:29 inoas I was just interested in the health of the community ;) cause obviously the numbers on the irc channel are falling
# Jul 3rd 2017, 12:28 inoas over the years I ditched skype, whatsapp, telegram and threema for just signal email and irc <3 :p
# Jul 3rd 2017, 12:28 inoas not unless I have no good choice ;p
# Jul 3rd 2017, 12:27 dereuromark get your account man :)
# Jul 3rd 2017, 12:26 inoas 1692 unique users?
# Jul 3rd 2017, 12:26 inoas 1692? I cant see numbers for slack on irc ;)
# Jul 3rd 2017, 12:09 jarard01 how should I name the create on the form, I thought I might be able to create as $image where foreach $property_image as $image
# Jul 3rd 2017, 12:08 jarard01 https://gist.github.com/spacebiscuit/c493b4e513167f3491a0a0cbdb34e898
# Jul 3rd 2017, 12:08 jarard01 if i have Properties hasMany PropertyImages. On my Property edit page I display all the images along with an option to set an 'order' field as follows:
# Jul 3rd 2017, 12:06 dereuromark cant you see the numbers? 1692 it says
# Jul 3rd 2017, 12:04 inoas I just want to know if the channel is overall growing ;)
# Jul 3rd 2017, 12:04 inoas How much guys are on Slack?
# Jul 3rd 2017, 11:56 lorenzo I guess the slow part is not reading the file but saving it
# Jul 3rd 2017, 11:28 neon1024 Might try with XMLReader instead of SimpleXML
# Jul 3rd 2017, 11:26 neon1024 Or, if an XML file can be converted into a Collection
# Jul 3rd 2017, 11:25 neon1024 I don’t know how to release memory
# Jul 3rd 2017, 11:25 neon1024 Sorry, I don’t understand how that would speed things up
# Jul 3rd 2017, 11:24 juststeveking run through chunks and release memory as you go
# Jul 3rd 2017, 11:23 juststeveking I would chunk it :slightly_smiling_face:
# Jul 3rd 2017, 11:23 neon1024 Well, 3767 products today it would seem :slightly_smiling_face:
# Jul 3rd 2017, 11:22 neon1024 Anyone have any tips on how I can process a 4MB XML file with 4,000+ products in it, in an efficient way? I have written a shell, which loads the file, loops and saves to the database, but it takes about 45 minutes to run
# Jul 3rd 2017, 11:21 juststeveking I am trying to build up a filter, but I need to see if the request was a GET or POST request, any ideas?
# Jul 3rd 2017, 11:09 pidlo savant and other component is now ok .. now i have next question i know crud scaffolding in older versions of cake. but now i am or mazbe trying use babel es6 in cake project. is tehre some reason how use it together (if i create template by crud then generate js (ES6 files with right names of files and variables from template js file)) and on success run nodejs gulp task to tranpile this files into javascript?
# Jul 3rd 2017, 10:55 juststeveking In the cake 2 event, can I get what sort of request I am returning? ie post/get
# Jul 3rd 2017, 10:28 casmo Note to self: I should use this in the formatResults()
# Jul 3rd 2017, 10:19 casmo No errors but my array is just indexed by an index instead of the id
# Jul 3rd 2017, 10:19 casmo Am I missing something if I do this: $query->indexBy('id'); ?
# Jul 3rd 2017, 10:13 juststeveking THanks @savant I will look at these now
# Jul 3rd 2017, 10:00 savant some example blog posts on writing them: - http://josediazgonzalez.com/2013/12/13/simple-application-maintenance-mode/> - <http://josediazgonzalez.com/2013/12/03/hacking-the-cakephp-dispatch-system/
# Jul 3rd 2017, 09:59 savant you want to write a DispatchFilter then: https://book.cakephp.org/2.0/en/development/dispatch-filters.html