Log message #4204561

# At Username Text
# Sep 20th 2019, 08:04 challgren Ah ok, I'm guessing it needs a 3.8 fix
# Sep 20th 2019, 08:04 admad UseMuffin was started by me and jadb. He made most of the initial plugins. I maybe not used some of them but do maintaince
# Sep 20th 2019, 08:03 javier.villanueva xD yes
# Sep 20th 2019, 08:02 challgren You committed to it and are listed as an author
# Sep 20th 2019, 08:01 javier.villanueva ok thanks
# Sep 20th 2019, 08:01 admad you can also checkout https://github.com/robotusers/cakephp-table-inheritance
# Sep 20th 2019, 08:00 admad i never used it so don't know what state it's in
# Sep 20th 2019, 07:59 javier.villanueva Sti is deprecated?
# Sep 20th 2019, 07:59 admad @challgren what? i havent been paying attention in the channel
# Sep 20th 2019, 07:52 javier.villanueva thanks @conehead too
# Sep 20th 2019, 07:47 conehead Or just use an abstract object?
# Sep 20th 2019, 07:47 challgren Its a bit old I wonder if its deprecated now @admad
# Sep 20th 2019, 07:47 javier.villanueva @challgren thanks i read it
# Sep 20th 2019, 07:47 challgren https://github.com/UseMuffin/Sti
# Sep 20th 2019, 07:46 challgren @javier.villanueva STI
# Sep 20th 2019, 07:45 javier.villanueva can someone advise me? I want to create similar entities (workorders) with little differences, for example workorders_development, workorders_marketing, workorders_financial, ... Any advice or documentation about this type of model design in cakephp?
# Sep 20th 2019, 07:40 conehead Yeh might do that was well. Although I think it should be configurable somehow
# Sep 20th 2019, 07:38 spriz I'm running our app on `localhost:8080` without issues :slightly_smiling_face:
# Sep 20th 2019, 07:38 spriz but unless you are doing that in production as well, I'd move that to a virtual host or a custom port :)
# Sep 20th 2019, 07:37 spriz I guess in that case your fullbaseUrl is `https://127.0.0.1/app` ? :thinking_face:
# Sep 20th 2019, 07:36 conehead Must be conflicting with other stuff. Maybe because I am using it in a subfolder `https://127.0.0.1/app`
# Sep 20th 2019, 07:31 conehead Too bad setting this value screws up everything else :)
# Sep 20th 2019, 07:22 conehead Haha yes, exactly what I needed
# Sep 20th 2019, 07:21 conehead Yes, that is what I thought. Just never stumbled upon this
# Sep 20th 2019, 07:21 spriz https://book.cakephp.org/3.0/en/console-and-shells.html#routing-in-the-console-environment
# Sep 20th 2019, 07:21 spriz it's mentioned in the book! :)
# Sep 20th 2019, 07:21 spriz @conehead you should set the full base manually when doing commands :slightly_smiling_face:
# Sep 20th 2019, 07:20 javier.villanueva (Router::url('/',true) not works for you?
# Sep 20th 2019, 07:20 conehead Was wondering why fullBase was not working.... But I am calling it from a command. So probably it is not able to find the correct full base automatically :S
# Sep 20th 2019, 07:18 javier.villanueva why?
# Sep 20th 2019, 07:18 javier.villanueva sometimes
# Sep 20th 2019, 07:15 conehead Anyone using `Router::url` to generate (full base) URLs?
# Sep 20th 2019, 07:14 conehead Morning
# Sep 20th 2019, 07:11 alexdd55976 morning
# Sep 20th 2019, 06:29 adam282 Ah, I see my problem. Thank you
# Sep 20th 2019, 06:28 adam282 Not using Apache so I will double check my configs. Thank you.
# Sep 20th 2019, 06:28 admad check the docs / clean 3.x skeleton's htaccess and update accordingly
# Sep 20th 2019, 06:28 admad so like i said issue is in your URL rewriting rules
# Sep 20th 2019, 06:27 adam282 Ah, correct. That’s being added for some reason
# Sep 20th 2019, 06:27 admad %2Fusers
# Sep 20th 2019, 06:27 adam282 In my query string? Where do you see that?