John D Wells Jr

Results 40 comments of John D Wells Jr

@brandonkelly Here you go: ``` 2021-09-29 18:41:28 [-][1358][6c7c07cc97cdbdeffa5b44e5d68aeee0][error][yii\web\HttpException:404] yii\web\NotFoundHttpException: Draft not found in /var/www/html/vendor/craftcms/cms/src/controllers/EntryRevisionsController.php:436 Stack trace: #0 [internal function]: craft\controllers\EntryRevisionsController->actionPublishDraft() #1 /var/www/html/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array) #2 /var/www/html/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams(Array) #3 /var/www/html/vendor/craftcms/cms/src/web/Controller.php(190): yii\base\Controller->runAction('publish-draft',...

@brandonkelly It does happen in another browser tab. I can log in as the user and hit the error repeatedly on every save, in multiple tabs.

@brandonkelly Yes, that did appear to fix the "draft not found" issue! The output of that command had many green checkboxes but at the end had this: ``` ✔ Park...

@brandonkelly No, we had not run it before (I didn't know it existed until today). IIRC the only commands we've run on this project so far were to occasionally re-save...

@forcehobbit How did you find "dangling entries" in the `structureelements` table?

Thanks @Mosnar. As far as I can tell then, I don't have any "dangling" entries. And yet I do have an instance where a relationship field for a particular _draft_...

@ttempleton Would you be interested in a PR for this? I could definitely add support for Vimeo and Youtube. Vimeo returns duration in the oembed response so it would be...

I'm reconsidering submitting a PR for this, and instead submitting a separate PR to add in some event hooks so that things like this (and others) can be done instead....

@ttempleton I've had a play with creating an event which allows me to append arbitrary additional information (in this case, duration) to the array returned by the adapter. But then...