# |
Jul 6th 2017, 08:32 |
kareylo |
Bubba `__('text')` ? |
# |
Jul 6th 2017, 08:32 |
birdy247 |
is it possible? |
# |
Jul 6th 2017, 08:32 |
birdy247 |
Im doing some testing and wanted to set the current time to 1st Jan 2017 10:00 |
# |
Jul 6th 2017, 08:31 |
Bubba |
Hey, got question about crud-view from friendsofcake. Can i somehow translate field titles other way than through $action->config('scaffold.field_settings', ...)? |
# |
Jul 6th 2017, 08:31 |
neothermic |
*panics* |
# |
Jul 6th 2017, 08:30 |
kareylo |
So, end of 2017 or begining of 2018 :slightly_smiling_face: |
# |
Jul 6th 2017, 08:30 |
kareylo |
Thanks, was looking for this page |
# |
Jul 6th 2017, 08:30 |
neon1024 |
On a more serious note -> https://bakery.cakephp.org/2017/06/23/upcoming-cakephp-roadmap.html |
# |
Jul 6th 2017, 08:29 |
kareylo |
Would be great ! But I know it will be in a long time from now ^^' |
# |
Jul 6th 2017, 08:29 |
neon1024 |
Tomorrow! #rumormill |
# |
Jul 6th 2017, 08:28 |
kareylo |
Is there any ETA for v4 ? |
# |
Jul 6th 2017, 08:28 |
juststeveking |
Well it appears that as it! |
# |
Jul 6th 2017, 08:28 |
dakota |
Try that |
# |
Jul 6th 2017, 08:28 |
juststeveking |
maybe if I purge redis? |
# |
Jul 6th 2017, 08:27 |
juststeveking |
`CACHE_DRIVER=Redis` |
# |
Jul 6th 2017, 08:27 |
dakota |
Then I don’t know :S |
# |
Jul 6th 2017, 08:27 |
juststeveking |
`CACHE_DISABLED=1` |
# |
Jul 6th 2017, 08:26 |
juststeveking |
Cache is diabled in my `.en filev` |
# |
Jul 6th 2017, 08:25 |
juststeveking |
```Cache::config('_cake_model_', array( 'engine' => $engine, 'prefix' => $prefix . 'cake_model_', 'path' => CACHE . 'models' . DS, 'serialize' => ($engine === 'File'), 'duration' => $duration ));``` |
# |
Jul 6th 2017, 08:25 |
dakota |
Weird… You sure that there isn’t a cache defined? Check the core.php config file for `_cake_model_` |
# |
Jul 6th 2017, 08:24 |
juststeveking |
Empty directories |
# |
Jul 6th 2017, 08:23 |
juststeveking |
But there weren't any directories |
# |
Jul 6th 2017, 08:23 |
juststeveking |
I know :slightly_smiling_face: |
# |
Jul 6th 2017, 08:23 |
dakota |
Just a note, don’t delete the directory, only the files in it :slightly_smiling_face: |
# |
Jul 6th 2017, 08:23 |
dakota |
haha |
# |
Jul 6th 2017, 08:23 |
juststeveking |
fuck wrong window x) |
# |
Jul 6th 2017, 08:23 |
juststeveking |
ls -la ../ |
# |
Jul 6th 2017, 08:23 |
dakota |
What is there? |
# |
Jul 6th 2017, 08:22 |
juststeveking |
There isn't even a models directory in the cache directory :S |
# |
Jul 6th 2017, 08:21 |
juststeveking |
Let me just SSH in and see what I can find |
# |
Jul 6th 2017, 08:21 |
dakota |
In cake 3 there is a connection level config for it |
# |
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? |