Log message #4170680

# At Username Text
# Oct 7th 2018, 11:10 ssalvatori i think its more apache conf issue
# Oct 7th 2018, 11:06 ssalvatori public function initialize() { parent::initialize(); // TODO: Change the autogenerated stub $this->Users = TableRegistry::getTableLocator()->get('DcUsers'); }
# Oct 7th 2018, 11:06 ssalvatori for that controller
# Oct 7th 2018, 11:05 ssalvatori and in the line 54 $users = $this->paginate($this->Users);
# Oct 7th 2018, 11:05 ssalvatori ⟩ Cake\Controller\Controller->paginate APP/Controller/Admin/UsersController.php, line 54
# Oct 7th 2018, 11:05 ssalvatori SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxx.dc_users' doesn't exist
# Oct 7th 2018, 10:57 isvyas Can you please post the screen shot of the error?
# Oct 7th 2018, 10:53 ssalvatori so cake said that xx.dc_users doesn´t exist
# Oct 7th 2018, 10:52 ssalvatori class DcUsersTable extends UsersTable (I know it is a bit weird but UsersTable is CakeDC\Users\Model\Table\UsersTable;
# Oct 7th 2018, 10:51 ssalvatori when I try to run inside a docker using apache . cake said that it can't a table but that table should exist because I´m extending the cakedc plugin
# Oct 7th 2018, 10:49 ssalvatori I have a question with cakephp3 and apache ..
# Oct 7th 2018, 10:25 ssalvatori good morning
# Oct 7th 2018, 10:25 ssalvatori hello
# Oct 7th 2018, 06:49 Wobni A mikrotik is fanless, noisless, and uses 2 watts/hr
# Oct 7th 2018, 06:49 Wobni which one do you eat
# Oct 7th 2018, 06:49 Wobni WiseNoob, if you're powering those leds with external supply there's nothing to worry
# Oct 7th 2018, 06:49 Wobni and dollars.
# Oct 7th 2018, 06:49 Wobni it's also pointing out stuff in mingw's headers lol
# Oct 7th 2018, 05:39 adithya Hi, which is a good plugin to generate PDF's ?
# Oct 7th 2018, 01:49 MiningMarsh lopid: I don't follow at all, unfortunately.
# Oct 7th 2018, 01:49 MiningMarsh haasn: unrelated to haskell, it may also be confusing to find words being reused differently like container names
# Oct 7th 2018, 00:05 mapuwp baxx: operator and operation means different things
# Oct 7th 2018, 00:05 mapuwp and true falsehoods
# Oct 7th 2018, 00:05 mapuwp so they rob an apple store?
# Oct 7th 2018, 00:05 mapuwp yes i guess?
# Oct 7th 2018, 00:05 mapuwp but no way i learn it
# Oct 7th 2018, 00:04 mapuwp may have needed \r or \n\r or something like that, it a bit fuzzy
# Oct 6th 2018, 23:16 Ashleeegv with ipv6
# Oct 6th 2018, 23:16 Ashleeegv it looks up the key you give it in the table you give it and finds the next one
# Oct 6th 2018, 23:15 dereuromark using contain they should afaik. otherwise you need to list them in select too
# Oct 6th 2018, 23:15 rightscoreanalysis can I get the parent/main table fields by default without having to list them all?
# Oct 6th 2018, 23:14 rightscoreanalysis that performs the join but I literally just see the joined model id
# Oct 6th 2018, 23:14 slackebot <rightscoreanalysis>
# Oct 6th 2018, 23:14 rightscoreanalysis Ok I am getting closer
# Oct 6th 2018, 23:09 dereuromark try join and selecting the fields you need
# Oct 6th 2018, 23:08 rightscoreanalysis so should I persist with Contain or Join in this case?
# Oct 6th 2018, 23:08 dereuromark I see. yeah, the joins here are wrong then
# Oct 6th 2018, 23:04 rightscoreanalysis Column not found: 1054 Unknown column 'Rooms.id' in 'where clause'
# Oct 6th 2018, 23:04 rightscoreanalysis the error I got which lead me to believe contain would not work for me in this case is:
# Oct 6th 2018, 23:04 rightscoreanalysis https://gist.github.com/spacebiscuit/13497a100c2f6c453c4f3d097dd78498
# Oct 6th 2018, 23:04 rightscoreanalysis this is what I was attempting with contains: