Adam Camp

Results 6 comments of Adam Camp

For my tuppence-worth - ProPresenter seems to convert PPT to PNGs for use in shows. EasyWorship used to have a PowerPoint integration (like OpenLP, running in the background) but they...

Has anyone here used https://github.com/ykhwong/ppt-ndi ? I've had quite a bit of success using this alongside EasyWorship and OBS previously, could be worth a look for re-using some code! In...

@escopecz I was following the update guidance here: https://docs.mautic.org/en/6.0/getting_started/how_to_update_mautic.html#updating-mautic-composer-based-installs This was a fresh 6.0.1 install via composer, and then updating to 6.0.2.

> I'm not clear which command resulted in the error. Was it `bin/console doctrine:migration:migrate --no-interaction` or `bin/console doctrine:schema:update --no-interaction --force`? @RCheesley ```bash bin/console doctrine:migration:migrate --no-interaction``` caused 63 attempted migrations, but...

I'm not massively familiar with the concept of doctrine and schema, but learning! Agreed re: --force being harmful. Unfortunately, the update docs specify: ```bash bin/console cache:clear bin/console mautic:update:apply --finish bin/console...

> This was discussed in [the forum](https://forum.mautic.org/t/mautic-6-0-0-to-6-0-2-update-cant-drop-index-mtc-company-match-error/35787). Yes, when I was searching for issues similar to mine, I found lots of old closed issues around the "DROP INDEX" command basically...