Log message #4180613

# At Username Text
# Mar 25th 2019, 16:31 ricksaccous @berarma interesting: https://github.com/fgrehm/vagrant-lxc
# Mar 25th 2019, 16:29 berarma Thanks, team! (@neon1024, @ricksaccous) :P
# Mar 25th 2019, 16:27 berarma OK. I was using LXC because is very lightweight now thinking on using Vagrant/LXC.
# Mar 25th 2019, 16:26 ricksaccous if you don't care about microservices just use vagrant to get it up fast
# Mar 25th 2019, 16:26 berarma I just want to replicate a server environment based on Debian.
# Mar 25th 2019, 16:25 ricksaccous kubernetes might be a thing to look into
# Mar 25th 2019, 16:25 ricksaccous hehe
# Mar 25th 2019, 16:25 berarma My team is me. :slightly_smiling_face:
# Mar 25th 2019, 16:25 neon1024 VirtualBox for me
# Mar 25th 2019, 16:25 ricksaccous are you trying to go for microservices?
# Mar 25th 2019, 16:25 ricksaccous @berarma whichever one your team agrees on, there are many options, you also have to consider the scope of your project
# Mar 25th 2019, 16:21 berarma Hi. (Slightly offtopic) Which virtualisation solution is generally prefered to develop on Linux?
# Mar 25th 2019, 15:56 sad148 Hi.. I am using cakephp v3.7 and cakephp-oracle-driver. How can I prepend schema name to the table name in the database queries?
# Mar 25th 2019, 12:23 joopm i write this down if someone will looking for this in the log
# Mar 25th 2019, 12:23 joopm after changing xdebug.remote = 1 in php.ini the debug run smootly
# Mar 25th 2019, 12:22 joopm its showed me the xdebug.remote = 0, and that was the real reason why the eclipse could not debug
# Mar 25th 2019, 12:22 joopm so i went back to eclipse
# Mar 25th 2019, 12:22 joopm but other pages appear normally
# Mar 25th 2019, 12:22 joopm for me its showed the error was in the route.php as i said before
# Mar 25th 2019, 12:21 joopm neon thank you for your co-operation,hint,help,time and effort
# Mar 25th 2019, 12:15 evxzibit Sorry for late reply.. I just need to see the output of ```$this->request->getRequestData();``` to see if it conforms with the structure here https://book.cakephp.org/3.0/en/orm/saving-data.html#
# Mar 25th 2019, 12:14 joopm neon okey its seem there is no routing issues on other pages but Xdebug session does not arrive
# Mar 25th 2019, 12:11 shupel16 Cool! I'm in safe hands.
# Mar 25th 2019, 12:05 acosonic Thank you guys, yeah, bootstrap ui control, it is...
# Mar 25th 2019, 12:02 joopm without any modification,thats why i thought that i have to modify the route.php file
# Mar 25th 2019, 12:01 joopm the eclipse run the following address: http://localhost/cake-project/index.php?XDEBUG_SESSION_START=ECLIPSE_DBGPandKEY=15535036401831
# Mar 25th 2019, 12:01 joopm thank you neon
# 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