Philipp Gächter

Results 11 comments of Philipp Gächter

@thisismeonmounteverest and me talked about this in merge request #339. The current query looks like this: ```php return $this->createQueryBuilder('a') ->join('App:ActivityAttendee', 'aa', Join::WITH, 'aa.activity = a and aa.organizer = 1') ->join('App:Member',...

@thisismeonmounteverest just to make sure: If I remove the `orWhere` the "spam" activities are only those, created by already banned members. Long-duration activities of active members would not show up...

I think this is already fixed. If I enter "Kreta" (Crete) the list also shows Administrative Units: ![image](https://github.com/BeWelcome/rox/assets/3023230/e544c969-8b95-4a0b-9c81-cdb06dbf0d44) The results look fine, too: ![image](https://github.com/BeWelcome/rox/assets/3023230/5520385d-8a42-4bee-8fae-283b546b1c70) Same with Transnistria: ![image](https://github.com/BeWelcome/rox/assets/3023230/97d2e03d-c4ef-459d-b6a5-e4da2a2270e6) @thisismeonmounteverest can...

Hi, I'm new and can't find a solution here. Before I dive deeper, I wanted to ask about the issue below. I'm on a fairly clean macOS 14.0 (Intel i9,...

@thisismeonmounteverest thanks for looking into it! 🤗 Unfortunately docker still does not want to comply and the `php` container exists. I cleanly cloned the repo and removed all containers, images...

@thisismeonmounteverest oh I'm sorry - same thing happens with `make install` The output: https://app.warp.dev/block/6xnAIvGiOIaJFsr86FIkQf Currently waiting 12 mins, I'll leave it a little longer. But generally it looks like this...

@thisismeonmounteverest > As the php-1 is already stopped waiting doesn't really help I assume. That's what I assumed but the "takes some minutes" was not 100% clear in this very...

Hi, thanks for your support! The page renders now :) > You really need to delete the container and images in the Docker app. I always deleted the containers, images...

Calling the profile page lead to `Data subdir "/srv/bewelcome/public/../data/user/avatars" is not writable!` No matter if the `make install` command was called with `root=1` or not. Fix for me: $ `docker-compose...

I've submitted it as an issue: https://github.com/BeWelcome/rox/issues/337