Dave Conroy

Results 356 comments of Dave Conroy

At this time there is no way to format the file - I do some pretty hairy stuff with the filenames based on what type of compression and databases are...

You should be able to find a log in `/www/logs/laravel` inside the container. Also try setting `DISPLAY_ERRORS=TRUE` in environment variables and retry and we should get some detailed info.

Hm. I'm not sure that's a docker image issue. Have you posted that at https://github.com/freescout-helpdesk/freescout ? Inside the container is an environment variable PHP_BASE (`echo $PHP_BASE`) that when submitting to...

OK. If you wanted to do some sleuthing and try on a different PHP version I also build some undocumented images; `:1.15.68_php8.1` `:1.15.68_php8.0` `:1.15.68_php7.4`

You would need to expose `/www/freescout` and not expose `/data` as a volume if you wanted to edit the html files. However, this will lock you into using that version...

Hi I read through the issue and have not used the Custom Home Page module so not entirely sure what sort of files it modifies. If it is like any...

Thanks, and I assume that doesn't change when the custom home page stops working. How are you fixing it within the container when it stops working?

OK thanks. So this pretty much only resets after a container restart then. Upon container restart I do a couple rewrites to the config / `.env` file based on environment...

Thanks. ```` config config:cache Create a cache file for faster configuration loading config:clear Remove the configuration cache file ```` Something is being cached. This may have to go back to...

Sure no problem, Sorry I missed that. It's in my `1.15.62` image which is building right now. https://github.com/tiredofit/docker-freescout/commit/74427490ec3ae33b157524a7597832ff16293f42