【问题标题】:Frontend page width pits_downloadcenter extension return error前端页面宽度pits_downloadcenter扩展返回错误
【发布时间】:2019-10-07 17:29:24
【问题描述】:

我尝试在 TYPO3 9.5.7 中使用 pits_downloadcenter 扩展,当我尝试在前端查看页面时出现以下错误:

Doctrine\Common\Annotations\AnnotationException [语义错误] 方法中的注释“@void” PITS\PitsDownloadcenter\Controller\DownloadController::forceDownloadAction() 从来没有进口过。您是否可能忘记为 这个注释?

【问题讨论】:

    标签: typo3 typo3-9.x


    【解决方案1】:

    我向扩展程序添加了一个拉取请求,可以在这里找到:https://github.com/hojaonline/pits_downloadcenter/pull/23/files

    改变很容易

    --- a/Classes/Controller/DownloadController.php
    +++ b/Classes/Controller/DownloadController.php
    @@ -185,7 +185,7 @@ public function showAction()
          * force download file
          * by decrypting the file uid
          *
    -     * @void 
    +     * @return void 
          */
         public function forceDownloadAction()
         {
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-06-08
      • 1970-01-01
      • 2018-05-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-04-30
      • 1970-01-01
      相关资源
      最近更新 更多