Log message #4174096

# At Username Text
# Jan 18th 2019, 09:12 k4t @neon1024 did you work witch checkboxes in Cake?
# Jan 18th 2019, 09:08 Guest85165 placed as last in the contain.... Could it be a collision into the same PositionsTable
# Jan 18th 2019, 09:08 Guest85165 I have a funny case that may or may not have a explanations with it.... I am trying to pulls a list of records that has 4 associations. 3 belongsTo and 1 belongsToMany. The belongsToMany associates to table Positions, while one of the belongsTo associated to Users.Positions. Apparently when Users.Positions (the Positions) is placed first in the contain array, it will nuke the belongsToMany from the record unless it gets
# Jan 18th 2019, 08:57 k4t @dereuromark, @admad could you please check my question above in ur free time?
# Jan 18th 2019, 08:49 asdfghj guys i have a strange request...the customer is asking me to show random results... it is simple...BUT how to deal with the pagination? the results on first page can be seen on other pages too
# Jan 18th 2019, 08:48 asdfghj hello
# Jan 18th 2019, 08:35 k4t I think that in that situation I still should have one parameter in query string: andtrackTopic=1 instead of trackTopic=0andtrackTopic=1
# Jan 18th 2019, 08:34 k4t query string contain duplicated parameters only when form is submitted with checked trakcTopic checkbox
# Jan 18th 2019, 08:33 k4t I know I can turn it off by setting hiddenFields to false on checkbox but still I am not sure if my current behavior is correct when hiddenField flag i enabled
# Jan 18th 2019, 08:32 k4t as you can see there is duplication
# Jan 18th 2019, 08:32 k4t Hi, is it normal that when I submit GET form with checkbox called "trackTopic" (all created with Form Helper) then contains following query string: suche?trackTopic=0andtrackTopic=1 ?
# Jan 18th 2019, 06:09 rhkz63rky7 @admad Thank you in advance
# Jan 18th 2019, 06:06 admad @rhkz63rky7 fire away
# Jan 18th 2019, 04:01 rhkz63rky7 It is newbie Is it OK to ask questions freely here
# Jan 18th 2019, 02:49 faizalheesyam ic.. so.. use Fallback class, provide the *Default* hasher AND the *Weak* hasher as well (in case Default failed), which we need to specify the hashType that was used before.. am i right? i didnt get the Salt part. do i have to bring the old Salt as well for the Weak to work? how do i set different salt for different hasher?
# Jan 18th 2019, 02:38 admad @faizalheesyam https://book.cakephp.org/3.0/en/controllers/components/authentication.html#changing-hashing-algorithms
# Jan 18th 2019, 01:56 faizalheesyam i need to move existing user database from cake2 to cake3.. does it use the same hashing for the password? whats the best practise for this? i couldnt get the Auth in v3 to validate the hashed password from v2.
# Jan 17th 2019, 23:38 graziel did you try running it directly using ssh?
# Jan 17th 2019, 23:30 Guest78115 er is there someone? :p
# Jan 17th 2019, 22:52 Guest78115 I just get "this page doesn't work"
# Jan 17th 2019, 22:51 Guest78115 I forgot to tell you I forgot to remove the tmp forlder. I removed it afterwards, but nothing changes
# Jan 17th 2019, 22:50 Guest78115 the permissions must be good, my friend followed the steps
# Jan 17th 2019, 22:50 Guest78115 I checed the error logs, there is nothing
# Jan 17th 2019, 22:46 royalty have you checked your error logs
# Jan 17th 2019, 22:46 royalty have you checked the permissions of your folders/files
# Jan 17th 2019, 22:38 Guest78115 (also sorry, English isn't my first language ^^"
# Jan 17th 2019, 22:38 Guest78115 okay. I made a cake php project. I want to put it on the server, by ftp. But I get an error 500 even though we followed the steps. But errors are not logged. May I get the full steps to put a project on server via FTP? I may have made some mistakes but I am sometimes confused bu the documentation
# Jan 17th 2019, 22:36 Guest78115 oh sorry I hought the message didn't get through
# Jan 17th 2019, 22:33 royalty Guest78115, just ask your question
# Jan 17th 2019, 22:28 Guest78115 hello everyone! can someone help me?
# Jan 17th 2019, 22:28 ryu hello everyone! can someone help me?
# Jan 17th 2019, 22:14 ricksaccous nevermind i got it going with matching
# Jan 17th 2019, 22:08 ricksaccous unless you want to do this at the query level
# Jan 17th 2019, 22:08 ricksaccous @rightscoreanalysis not sure what exactly you want but sounds like collections might be able to help
# Jan 17th 2019, 22:08 ricksaccous aka via join Table
# Jan 17th 2019, 22:07 ricksaccous what's the best way to filter belongsToMany contained association via joinData?
# Jan 17th 2019, 21:50 rightscoreanalysis is it possible to combine objects from two different finds
# Jan 17th 2019, 21:50 rightscoreanalysis you can use threaded to find the top most parent
# Jan 17th 2019, 21:47 ricksaccous sweet
# Jan 17th 2019, 21:46 jhall ah yep that worked nice
# Jan 17th 2019, 21:44 ricksaccous return $reponse->withLocation('whatever');