# |
Oct 8th 2018, 16:42 |
rrd564 |
The collection is after a groupBy |
# |
Oct 8th 2018, 16:41 |
rrd564 |
Is there a way to sort a collection by the index of its items? Something lige ksort for arrays? |
# |
Oct 8th 2018, 15:07 |
ricksaccous |
some of them require looking at matching data on other models |
# |
Oct 8th 2018, 15:07 |
ricksaccous |
because i only want deletions in the replace based on certain conditions |
# |
Oct 8th 2018, 15:07 |
ricksaccous |
because while i do want some replace-like behavior sometimes on this project there always seems to be some quirk to it |
# |
Oct 8th 2018, 15:06 |
ricksaccous |
I'd love for a more robust replace strategy |
# |
Oct 8th 2018, 14:56 |
ricksaccous |
in saveStrategy replace, would it be possible to set replace conditions or something? |
# |
Oct 8th 2018, 14:54 |
ricksaccous |
ok |
# |
Oct 8th 2018, 14:54 |
martin |
no, only in before :( |
# |
Oct 8th 2018, 14:53 |
ricksaccous |
but not in aftersave huh |
# |
Oct 8th 2018, 14:53 |
martin |
and the fields are dirty that are changed |
# |
Oct 8th 2018, 14:53 |
martin |
In the beforesave you have the orignal data |
# |
Oct 8th 2018, 14:52 |
ricksaccous |
actually i want to compare old data with new data |
# |
Oct 8th 2018, 14:52 |
ricksaccous |
is it possible to compare request data with data actually saved? |
# |
Oct 8th 2018, 14:51 |
ricksaccous |
in cakephp3 aftersave |
# |
Oct 8th 2018, 14:45 |
martin |
I know, walking tru the code now slowly checking where it stops :S |
# |
Oct 8th 2018, 14:44 |
ricksaccous |
good luck |
# |
Oct 8th 2018, 14:44 |
ricksaccous |
that's horrible |
# |
Oct 8th 2018, 14:44 |
ricksaccous |
oh |
# |
Oct 8th 2018, 14:44 |
martin |
did work till a few hours ago, thats why I don’t understand it :S |
# |
Oct 8th 2018, 14:44 |
martin |
yes |
# |
Oct 8th 2018, 14:42 |
ricksaccous |
have you read the server configuration set up instructions for cakephp3? |
# |
Oct 8th 2018, 14:42 |
ricksaccous |
apache or nginx? |
# |
Oct 8th 2018, 14:42 |
ricksaccous |
what are you using |
# |
Oct 8th 2018, 14:41 |
martin |
nothing in logs already tried to enable debug and logging to be sure, but nothing, keeps loading |
# |
Oct 8th 2018, 14:40 |
ricksaccous |
@martin have you checked the server logs, apache, and/or nginx? |
# |
Oct 8th 2018, 14:17 |
martin |
and I don’t see any errors, only that my php-fpm is full with handling the requests |
# |
Oct 8th 2018, 14:16 |
martin |
other project works fine. but this projects fail, even the old releases what did run before without any problems |
# |
Oct 8th 2018, 14:16 |
martin |
and I’m clueless now what can be the reason, |
# |
Oct 8th 2018, 14:15 |
martin |
I’ve on production server that it does not handle requests anymore with cakephp 3.6. when I call a script in webroot directory it works fine, but index.php no response |
# |
Oct 8th 2018, 13:57 |
ricksaccous |
no problem ;) |
# |
Oct 8th 2018, 13:57 |
rrd564 |
@ricksaccous thanks. That was it. Now my problem solved. :slightly_smiling_face: |
# |
Oct 8th 2018, 13:47 |
ricksaccous |
@rrd it's kind of weird how it works |
# |
Oct 8th 2018, 13:47 |
rrd564 |
ok I iwll try it |
# |
Oct 8th 2018, 13:47 |
ricksaccous |
so you prob need two different query objects of the same query, maybe |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
if that makes sense |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
it's going to pass the query by reference |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
and do a collection on it |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
basically any time you call the base query object |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
hmmm |
# |
Oct 8th 2018, 13:46 |
ricksaccous |
passed the other way, lol |