Melroy van den Berg
Melroy van den Berg
uhm.. Not sure about this ..  I will look into it
Works now.. 
Today, suddenly it seems to return 200 OK now instead of 500 error? I still do not know how or why this is now changed.  I did see (something...
Ow. I found more logging as well.. This could explain the 500 error on the Notification v2 API end-point: ```json {"reqId":"XRVNFJKQwfio4OBWpLa0","level":0,"time":"2024-09-14T13:00:10+00:00","remoteAddr":"192.168.1.102","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=183jAQFpQpHs3a9zQNSsWxUjte7lBGEqWK%2FM7btuexI%3D%3AkZfTZ2Y%2FFPeg9sgkFr%2FfOnNQ7NqTXQdTE5mmhP4EN3Q%3D","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs`...
yeah, I just really hope the upcoming NC30.1 bugfix release will take care of these strange 500 errors.
> v30.0.1 has since been published. Closing. You're correct, I can confirm, with v30.0.1 I don't see this error anymore. Thanks!
Usernames with underscores do work in my case, eg: https://kbin.melroy.org/u/@[email protected] Does **not** give 404: Another example of mine: So that seems a bit inconsistent with your findings. Most likely the...
Yeah something is still wrong. I can actually replicate the issue on my server: https://kbin.melroy.org/u/@[email protected] **EDIT:** It could also trigger this code for some reason: https://github.com/MbinOrg/mbin/blob/main/src/Controller/User/UserFrontController.php#L53 ```php if ($user->isDeleted &&...
(yes I cancelled the workflow on purpose.. I will need to rebase again again.. so I the update rebase will trigger again a new workflow run..)
the eleventh (`mbin:cache:build`) did work in the past, right? It's executing the following script: [src/Command/ImageCacheCommand.php](https://github.com/MbinOrg/mbin/blob/main/src/Command/ImageCacheCommand.php) actually. I really think we forget to update some of those SQL queries in `buildEntriesCache`,...