Log message #4048634

# At Username Text
# Jul 6th 2017, 08:21 dakota At least cake 2.x does
# Jul 6th 2017, 08:21 dakota Especially with debug off
# Jul 6th 2017, 08:20 dakota Cake always caches the database structure
# Jul 6th 2017, 08:20 dakota Default place would be tmp/cache/model iirc
# Jul 6th 2017, 08:20 juststeveking And there is no cache enabled on the application
# Jul 6th 2017, 08:20 dakota In that case, clear your model cache
# Jul 6th 2017, 08:20 juststeveking I am able to query it from MySQL workbench no problems
# Jul 6th 2017, 08:20 juststeveking It does yes
# Jul 6th 2017, 08:20 dakota As per that name
# Jul 6th 2017, 08:20 dakota I assume you’ve check that the table does exist?
# Jul 6th 2017, 08:19 dakota juststeveking
# Jul 6th 2017, 08:19 juststeveking or whichever one the command was x)
# Jul 6th 2017, 08:19 juststeveking Should I try `Console/cake schema update`
# Jul 6th 2017, 08:19 juststeveking I have ran the migrations
# Jul 6th 2017, 08:19 juststeveking I added a plugin (cakephp 2.x app) and it worked in my local environment, I pushed this up to a dev sserver for wider testing, and now I am getting the following error: `Table asbaudits for model Audit was not found in datasource default.`
# Jul 6th 2017, 08:18 megan hey juststeveking, sure go ahead and ask :slightly_smiling_face:
# Jul 6th 2017, 08:17 juststeveking Anybody got a sec to help me get my head around a problem?
# Jul 6th 2017, 08:15 juststeveking Morning al
# Jul 6th 2017, 08:00 jonasz Morning guys
# Jul 6th 2017, 07:43 glanceded It seems it is present in docs, but not in composer.json
# Jul 6th 2017, 07:25 glanceded I will check it today, it's the cakephp docs repo?
# Jul 6th 2017, 07:24 glanceded yes, I would like to make a PR. It would be nice for people to know the complete lib list
# Jul 6th 2017, 07:23 glanceded Hello neon1024
# Jul 6th 2017, 07:23 admad we can mention it in the manual though, would you like to make a PR?
# Jul 6th 2017, 07:23 admad @glanceded we had the version dep in composer.json but it was causing too many installation issues for people hence removed it
# Jul 6th 2017, 07:22 neon1024 Morning everyone
# Jul 6th 2017, 07:21 glanceded :)
# Jul 6th 2017, 07:20 glanceded sorry, I have already installed some ICU libs, but now I found out that it needs 4.8 and I couldn't find anything in requirements list...is this ok?
# Jul 6th 2017, 07:20 glanceded cd :anguished:
# Jul 6th 2017, 07:18 admad @glanceded you need to update ICU libs
# Jul 6th 2017, 06:34 glanceded Hello guys. After moving my Cake app to amazon ec2, my website is full of transliterator_transliterate(): Could not create transliterator with ID andquot;Any-Latin; Latin-ASCII; , but I have installed icu lib
# Jul 6th 2017, 06:05 designskiller @rchavik Thanks man!
# Jul 6th 2017, 04:04 rchavik designskiller https://github.com/FriendsOfCake/awesome-cakephp#nosql
# Jul 6th 2017, 03:57 designskiller How can I connect mongo DB with cakePHP 3.x ??
# Jul 6th 2017, 01:08 blackjccl Well my code is like this
# Jul 6th 2017, 01:06 graziel well the result of `execute` function is not a query, its `Cake\Database\StatementInterface`
# Jul 6th 2017, 01:04 blackjccl $group->id_rpt_empresa = $this->Correlativos->ObtenerCorrelativoTabla('rpt_empresa',1);
# Jul 6th 2017, 01:04 blackjccl Yes look here
# Jul 6th 2017, 01:03 graziel are you sure that $quantity is integer? cause i see you pass `null` as default
# Jul 6th 2017, 01:01 blackjccl Cannot convert value to integer
# Jul 6th 2017, 01:01 blackjccl Show me this error