Paul Vogel

Results 69 comments of Paul Vogel

Hi, can you please share your configuration (.env file), your logs and your console output? We might be able to help you more with that.

Hi @sipmann, I would like to help you solve the problem. For this I need some more information from you, like: - Which version of php are you using? -...

> For me maintenance mails not send at all, even for subscribers of all components. Hello, as scheduled maintenance email notifications are queued, you need to run the queue worker...

So: The SendScheduleEmailNotificationHandler only sends notifications to subscribers who have subscribed globally (for all components), as you can see [here](https://github.com/CachetHQ/Cachet/blob/2.4/app/Bus/Handlers/Events/Schedule/SendScheduleEmailNotificationHandler.php#L59). I think there was a feature planned that would allow...

@goodgunner Hi, have you set the site language to Dutch in Dashboard -> Settings -> Localization?

@goodgunner Glad it's working now :) Yes, it is a bit strange. We have some translations with just the language code and some with the language and country codes. I...

This could be related to #4260. At least the problem that the host is always localhost, no matter what you put in the mail host field.

Hi @Arthurpeas, you might want to try using the fork from FiveAI at https://github.com/fiveai/Cachet. I think this problem has been solved.

Hi, it seems that the problem occurs due to an invalid [url signature](https://laravel.com/docs/5.8/urls#signed-urls) in the verification link. I found [this stackoverflow thread](https://stackoverflow.com/questions/53892356/laravel-5-7-signed-route-returns-403-invalid-signature) which provides some additional information about this problem....

Hi guys, I found a way to remove the "English order suffix for the day of the month" (st, nd, rd, th, ...). As you can see in [incidents.blace.php](https://github.com/CachetHQ/Cachet/blob/2.4/resources/views/partials/incidents.blade.php#L1), it...