# |
Mar 25th 2019, 11:59 |
neon1024 |
Which is why it’s a query string |
# |
Mar 25th 2019, 11:59 |
neon1024 |
You just add that query string to the url you’re debugging to start the debugger |
# |
Mar 25th 2019, 11:59 |
neon1024 |
You don’t need a route |
# |
Mar 25th 2019, 11:59 |
joopm |
but when i tried to access it gives me the following error: Error: A route matching "XDEBUG_SESSION_START=ECLIPSE_DBGPandKEY=15535036401831" could not be found. |
# |
Mar 25th 2019, 11:58 |
joopm |
in route.php i added : $routes->connect('/', ['?'=>['XDEBUG_SESSION_START=ECLIPSE_DBGPandKEY'=>15535036401831]], ['routeClass' => 'DashedRoute']); |
# |
Mar 25th 2019, 11:58 |
joopm |
how can i setup the route for eclipse(xdebug) debug? |
# |
Mar 25th 2019, 11:58 |
joopm |
i would like to ask your help once again |
# |
Mar 25th 2019, 11:57 |
joopm |
hello |
# |
Mar 25th 2019, 11:57 |
neon1024 |
I reckon @josbeir is right, it does seem like a custom helper |
# |
Mar 25th 2019, 11:57 |
neon1024 |
https://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#options |
# |
Mar 25th 2019, 11:57 |
neon1024 |
Perhaps it’s the bootstrap-ui helper? although I don’t recall if we released one for Cake 2 |
# |
Mar 25th 2019, 11:56 |
neon1024 |
Well the book says it’s ‘div’ option also |
# |
Mar 25th 2019, 11:55 |
josbeir |
maybe a custom formhelper class |
# |
Mar 25th 2019, 11:55 |
josbeir |
uses input <type> on the wrapper |
# |
Mar 25th 2019, 11:54 |
josbeir |
not sure if its cake2 too, because it doesnt use form-control |
# |
Mar 25th 2019, 11:54 |
neon1024 |
I think @josbeir is right though, just not sure why it isn’t working there |
# |
Mar 25th 2019, 11:54 |
neon1024 |
Not too sure on that one, Cake 2 is a bit old for me to remember these days |
# |
Mar 25th 2019, 11:53 |
neon1024 |
So you’ve got a second question! |
# |
Mar 25th 2019, 11:53 |
slackebot2 |
<acosonic> |
# |
Mar 25th 2019, 11:50 |
acosonic |
@neon1024 I don't have problem with wrapper div, the other arrow is problem... It didin't remove form-control class |
# |
Mar 25th 2019, 11:48 |
shupel16 |
:+1: @neon1024. it worked |
# |
Mar 25th 2019, 11:48 |
neon1024 |
@acosonic You failed to read everything, check back ;) |
# |
Mar 25th 2019, 11:47 |
acosonic |
@josbeir Nope, didn't remove form-something classes... |
# |
Mar 25th 2019, 11:44 |
neon1024 |
Just try using the correct credentials I would imagine |
# |
Mar 25th 2019, 11:44 |
neon1024 |
> Error: [SoapFault] Unauthorized |
# |
Mar 25th 2019, 11:44 |
neon1024 |
snake-venom: Not related to CakePHP at all actually |
# |
Mar 25th 2019, 11:43 |
neon1024 |
@shupel16 You should rename the file to `app.php` or run `composer install` which will create the file for you |
# |
Mar 25th 2019, 11:41 |
shupel16 |
but it still displays a red hat, saying accesss denied |
# |
Mar 25th 2019, 11:41 |
shupel16 |
I have configured my cakephp to identify my database, i edited the app.default.php file |
# |
Mar 25th 2019, 11:40 |
shupel16 |
quick question guys |
# |
Mar 25th 2019, 11:40 |
snake-venom |
please take a look |
# |
Mar 25th 2019, 11:40 |
snake-venom |
i think this issue also related to cakephp 3 https://groups.google.com/forum/#!topic/adwords-api/0OcPWPOKdIw |
# |
Mar 25th 2019, 11:17 |
shupel16 |
hmm |
# |
Mar 25th 2019, 11:13 |
josbeir |
sorr didnt see your totally legit question :slightly_smiling_face: |
# |
Mar 25th 2019, 11:12 |
josbeir |
@acosonic $this->Form->input('field', [ 'div' => [ 'class' => 'my-custom-control' ]); or to disable the wrapper div just do 'div' => false |
# |
Mar 25th 2019, 11:10 |
acosonic |
... And I thought cakephp is good for enterprize use :) meh, would just figure out on my own... |
# |
Mar 25th 2019, 10:49 |
shupel16 |
Lol |
# |
Mar 25th 2019, 10:42 |
josbeir |
:partyparrot: |
# |
Mar 25th 2019, 10:42 |
josbeir |
HEEEE-EEEE-LLPPP |
# |
Mar 25th 2019, 10:40 |
steinkel |
thank you! |
# |
Mar 25th 2019, 10:40 |
steinkel |
merged, I need to upgrade the box before pushing it to live, I'll check it this week |