SteRoy
SteRoy
Will error once it determines that it is a real email. Maybe the credentials changed?
Importing fixed as of latest pull request (#68) as for the 403 errors - importing/creation of venues is (I think) restricted to just Tab-Team members. If it's a necessary functionality...
Seems to only stop uploading of images to tournaments.
Could it just be that OutroundController.php is missing these imports: `use kartik\mpdf\Pdf; use mPDF;` (These are the PDF-related imports from RoundController.php and aren't (as far as I can tell) in...
**UPDATE** Have just tested on a local version. The Class 'frontend\controllers\Pdf' is resolved if you append 'use kartik\mpdf\Pdf;' 'use mPDF;' to OutroundController.php This provokes another error explaining that the template...