Log message #3902367

# At Username Text
# Jun 29th 2016, 21:57 ndm @crazycoder You may want to explain what "_doesn't work_" means in that context.
# Jun 29th 2016, 21:38 crazycoder i have a json field, is it possible that updateALl() does not work with this type ?
# Jun 29th 2016, 21:25 Casmooo Fixed... You will need the associated table... AddressesTable.php in /Model/Table :)
# Jun 29th 2016, 21:15 Casmooo Even without the typo it's not working (MainAddresses)
# Jun 29th 2016, 21:05 tlmarker where can i find a documentor scrip, like ApiGen, the will work from Netbeans 8.1?
# Jun 29th 2016, 21:04 Casmooo How can I get this MainAddressess relation to use the Address Entity class intead of the default "Cake\ORM\Entity" ?
# Jun 29th 2016, 21:03 Casmooo I've the following hasOne relation: Buildings->hasOne('MainAddressess', ['className' => 'Addressess']));
# Jun 29th 2016, 20:54 ndm ugh... no... it's late, sorry, there is no `newEntity()` on an entity, it's a method of the table class
# Jun 29th 2016, 20:51 ndm Or you haven't contained the association...
# Jun 29th 2016, 20:51 ndm http://book.cakephp.org/3.0/en/orm/associations.html#hasmany-associations
# Jun 29th 2016, 20:50 ndm @salik most probably because you haven't explicitly configured that name for your association property, so the default will apply, which is the underscored plural of the association name, wich would probably be either `labels` or `thermal_labels`.
# Jun 29th 2016, 20:43 saliak in my app ShipmentHandlingUnits haveMany Labels. when iâ??m iterating through a list of ShipmentHandlingUnits ($shu), I get an error when i try to do $shu->ThermalLabels->newEntity() (the error is that $shu->ThermalLabels is a non-object). why would that be? this is in my test case
# Jun 29th 2016, 19:31 harry1 has anyone used this: https://github.com/luisdias/CakePHP-Report-Manager-Plugin
# Jun 29th 2016, 19:18 majidsportback please can you help me, thanks
# Jun 29th 2016, 19:17 majidsportback And i get Class 'PredisAutoloader' not found
# Jun 29th 2016, 19:17 majidsportback PredisAutoloader::register(); $redis = new PredisClient();
# Jun 29th 2016, 19:16 majidsportback App::import('Vendor', 'Predis', array('file' => 'predis' . DS . 'predis' . DS . 'autoload'));
# Jun 29th 2016, 19:16 majidsportback But I can not load the package
# Jun 29th 2016, 19:16 majidsportback https://scotch.io/tutorials/getting-started-with-redis-in-php
# Jun 29th 2016, 19:15 majidsportback Hi all, i need to use Predis on Cakephp
# Jun 29th 2016, 19:05 helpMeObiWan of *course
# Jun 29th 2016, 19:05 helpMeObiWan the user is not allowed, so it redirects the ajax, and returns a regular view response, that is not rendered of curse, but still, since the response is 200, the javascript thinks it was ok
# Jun 29th 2016, 19:05 helpMeObiWan I've checked the response in the deve tools
# Jun 29th 2016, 19:04 helpMeObiWan I'm sure
# Jun 29th 2016, 19:01 harry1 The page you requested cannot be found!
# Jun 29th 2016, 18:58 harry1 it then says to go to report_manager/reports
# Jun 29th 2016, 18:58 harry1 have followed the instructions to install, which is really some adds to bootstrap.php
# Jun 29th 2016, 18:58 harry1 has anyone used this: https://github.com/luisdias/CakePHP-Report-Manager-Plugin
# Jun 29th 2016, 18:41 savant are you sure the user isn't authorized?
# Jun 29th 2016, 18:35 helpMeObiWan but I can't seem to find it
# Jun 29th 2016, 18:35 helpMeObiWan looking up in the doc
# Jun 29th 2016, 18:35 helpMeObiWan when you have no access allowed?
# Jun 29th 2016, 18:35 helpMeObiWan 401
# Jun 29th 2016, 18:35 helpMeObiWan so ajax will receive
# Jun 29th 2016, 18:35 helpMeObiWan how can I configure it
# Jun 29th 2016, 18:35 helpMeObiWan it's still a code 200
# Jun 29th 2016, 18:34 helpMeObiWan the thing is, when you have no access allowed
# Jun 29th 2016, 18:34 helpMeObiWan I'm using authorize, and I have a few AJAX requests coming in
# Jun 29th 2016, 18:34 savant hi
# Jun 29th 2016, 18:34 helpMeObiWan gooooooooood evening beautiful community
# Jun 29th 2016, 18:14 anhtuank7c @ndm: thanks <3