# |
Apr 24th 2017, 08:16 |
birdy247 |
Did you create you ApiAppController in the prefixed routes folder? |
# |
Apr 24th 2017, 08:13 |
Neon1024 |
Sure, why not. Understand the implications though |
# |
Apr 24th 2017, 08:13 |
birdy247 |
Presumably, My ApiAppController could just extend Controller |
# |
Apr 24th 2017, 08:12 |
birdy247 |
ApiAppController and ApiController |
# |
Apr 24th 2017, 08:12 |
birdy247 |
Quick question |
# |
Apr 24th 2017, 08:04 |
birdy247 |
Neon1024 going to get on the API stuff this morning :+1: |
# |
Apr 24th 2017, 07:58 |
romanovich095 |
Hi guys. Who has resolved issue with Hybridauth? I'm facing problem, when logging into. It shows me, that i have no `Facebook\autoload.php` file after updating composer |
# |
Apr 24th 2017, 07:56 |
Neon1024 |
And so do migrations with Cakedc/migrations |
# |
Apr 24th 2017, 07:56 |
Neon1024 |
DebugKit already exists for 2.x |
# |
Apr 24th 2017, 07:43 |
backstageel |
Migrations on 2.x is almost useless as it doesnt support foreign keys |
# |
Apr 24th 2017, 07:43 |
backstageel |
Hello, is there any plans to Backport the new DebugKit and Migrations plugins from 3.x to 2.x? |
# |
Apr 24th 2017, 07:42 |
birdy247 |
Hey |
# |
Apr 24th 2017, 07:34 |
Neon1024 |
Hey everyone |
# |
Apr 24th 2017, 06:59 |
chrisso |
Morning! |
# |
Apr 24th 2017, 06:53 |
birdy247 |
Morning |
# |
Apr 24th 2017, 06:09 |
zbouby |
the website is developped with cake 2.x |
# |
Apr 24th 2017, 06:09 |
zbouby |
it seems that its working for samsungs, androids, asus etc but nothing on iphone ... ( |
# |
Apr 24th 2017, 06:09 |
zbouby |
do some is able to browse www.lafeeriedebebe.com with an iphone ? |
# |
Apr 24th 2017, 06:09 |
zbouby |
i m facing an issue |
# |
Apr 24th 2017, 06:09 |
zbouby |
hello all |
# |
Apr 24th 2017, 03:44 |
angelxmoreno |
yeoman it is for now then |
# |
Apr 24th 2017, 03:44 |
angelxmoreno |
well..that was not the droid i was looking for |
# |
Apr 24th 2017, 03:38 |
angelxmoreno |
oohh, i found `https://github.com/cakephp/bake` |
# |
Apr 24th 2017, 03:37 |
angelxmoreno |
did we ever port cakephp cli goodies like we did orm, cache and utility ? |
# |
Apr 23rd 2017, 22:37 |
yomexzo |
but with what we have right now, it’s impossible. |
# |
Apr 23rd 2017, 22:36 |
yomexzo |
i need to alias a Table with a name that has been used in another table… I want `$this->Orders->Transactions` and `$this->Store->Transactions` to refer to different tables |
# |
Apr 23rd 2017, 22:35 |
yomexzo |
> * *Note* If your `$alias` uses plugin syntax only the name part will be used as * key in the registry. This means that if two plugins, or a plugin and app provide * the same alias, the registry will only store the first instance. |
# |
Apr 23rd 2017, 22:35 |
yomexzo |
it is causing me a pain |
# |
Apr 23rd 2017, 22:35 |
yomexzo |
is there any way around it? |
# |
Apr 23rd 2017, 22:35 |
yomexzo |
i just found this => https://github.com/cakephp/cakephp/blob/master/src/ORM/Locator/TableLocator.php#L158 |
# |
Apr 23rd 2017, 22:25 |
keremcankaya |
Ah actually i found Installer.php postInstall callback, i guess i can change from there |
# |
Apr 23rd 2017, 22:22 |
keremcankaya |
Hey there guys im deploying a cake 3 app to azure web app with composer extension, is there way to bypass composer set file permissions question? Cause it’s failing auto deployment |
# |
Apr 23rd 2017, 22:03 |
dereuromark |
jep |
# |
Apr 23rd 2017, 22:00 |
iqu |
dereuromark: easiest solution for now: set config: 'init' => ["SET sql_mode = ''"], |
# |
Apr 23rd 2017, 21:48 |
dereuromark |
I wonder what the PostGres SQL query looks like on that one. And if the ORM works here. Because then this could be somthing the ORM should be able to resolve internally. |
# |
Apr 23rd 2017, 21:48 |
iqu |
if i could just set that on the fly |
# |
Apr 23rd 2017, 21:48 |
iqu |
], |
# |
Apr 23rd 2017, 21:48 |
iqu |
'init' => ["SET sql_mode = ''"], |
# |
Apr 23rd 2017, 21:48 |
iqu |
... |
# |
Apr 23rd 2017, 21:48 |
iqu |
'host' => 'localhost', |
# |
Apr 23rd 2017, 21:48 |
iqu |
'persistent' => false, |