Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #15030 Web UI of a Git repository cannot be accessed
    Infos
    #15030
    Thomas Gerbet (tgerbet)
    2020-06-26 17:37
    2020-06-26 16:42
    16290
    Details
    Web UI of a Git repository cannot be accessed
    This issue affects only the new instances. Introduced by request #12299.

    A similar issue impacts the attachment of the legacy PHPWiki.

    Trace:
    [error] Caught exception: SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4':
    #0 /usr/share/tuleap/src/vendor/paragonie/easydb/src/EasyDB.php(1458): PDO->prepare('SELECT * FROM p...')
    #1 /usr/share/tuleap/src/vendor/paragonie/easydb/src/EasyDB.php(1004): ParagonIE\EasyDB\EasyDB->prepare('SELECT * FROM p...')
    #2 /usr/share/tuleap/src/vendor/paragonie/easydb/src/EasyDB.php(930): ParagonIE\EasyDB\EasyDB->safeQuery('SELECT * FROM p...', Array, 2, false, true)
    #3 /usr/share/tuleap/plugins/git/include/GitDao.class.php(333): ParagonIE\EasyDB\EasyDB->row('SELECT * FROM p...', 'project1/test01...', '102')
    #4 /usr/share/tuleap/plugins/git/include/GitRepositoryFactory.class.php(178): GitDao->searchProjectRepositoryByPath('102', 'project1/test01...')
    #5 /usr/share/tuleap/plugins/git/include/GitRepositoryFactory.class.php(292): GitRepositoryFactory->getRepositoryByPath('102', 'project1/test01...')
    #6 /usr/share/tuleap/plugins/git/include/Git/GitRepositoryBrowserController.php(126): GitRepositoryFactory->getByProjectNameAndPath('project1', 'test01.git')
    #7 /usr/share/tuleap/src/common/Request/FrontRouter.php(242): Tuleap\Git\GitRepositoryBrowserController->process(Object(HTTPRequest), Object(Tuleap\Theme\BurningParrot\BurningParrotTheme), Array)
    #8 /usr/share/tuleap/src/common/Request/FrontRouter.php(109): Tuleap\Request\FrontRouter->routeHandler(Object(HTTPRequest), Object(Tuleap\Git\GitRepositoryBrowserController), Array)
    #9 /usr/share/tuleap/src/www/index.php(49): Tuleap\Request\FrontRouter->route(Object(HTTPRequest))
    #10 {main}
    SCM/Git
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2020-06-26
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-06-26 16:46
    Patch under review: gerrit #19369.

    • Summary
      -Web UI of a Git repository cannot be access 
      +Web UI of a Git repository cannot be accessed 
    • Status changed from Under implementation to Under review