Link to blank page on issues of organization #4069

Closed
opened 2025-11-02 05:36:30 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @Testyourstuff on GitHub (Oct 6, 2019).

2019/10/06 23:46:17 .../xorm/session_get.go:99:nocacheGet() [I] [SQL] SELECT id, lower_name, name, full_name, email, keep_email_private, passwd, must_change_password, login_type, login_source, login_name, type, location, website, rands, salt, language, description, created_unix, updated_unix, last_login_unix, last_repo_visibility, max_repo_creation, is_active, is_admin, allow_git_hook, allow_import_local, allow_create_organization, prohibit_login, avatar, avatar_email, use_custom_avatar, num_followers, num_following, num_stars, num_repos, num_teams, num_members, visibility, diff_view_style, theme FROM user WHERE id=? LIMIT 1 []interface {}{2}
2019/10/06 23:46:17 .../xorm/session_raw.go:87:queryRow() [I] [SQL] SELECT count(*) FROM notification WHERE (user_id = ?) AND (status = ?) []interface {}{2, 0x1}

Description

create organisation DemoOrg
create repository firstrepooforga for organisation DemoOrg
create firstissueoforga for firstrepooforga

  1. select "Issues" (see screenshot)
  2. select DemoOrg
  3. select firstrepooforgaof DemoOrg

=> links to blank page

Please note:

  • The log is from my own gitea instance, while the screenshot is from try.gitea.io
  • I can provide whole log of what happens on my instance (log level info atm)
  • on the same users, there's another organisation, which oddly works. See second screenshot (the one with organisation1/repo1/issue1)

Screenshots

grafik
grafik

Originally created by @Testyourstuff on GitHub (Oct 6, 2019). <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.9.3 - Git version: 2.11.0 - Operating system: debian9 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - [x] MariaDb 10.1 - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) https://try.gitea.io/org/DemoOrga/issues?type=all&repo=13839&sort=&state=open - [ ] No - [ ] Not relevant - Log gist: 2019/10/06 23:46:17 .../xorm/session_get.go:99:nocacheGet() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `diff_view_style`, `theme` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{2} 2019/10/06 23:46:17 .../xorm/session_raw.go:87:queryRow() [I] [SQL] SELECT count(*) FROM `notification` WHERE (user_id = ?) AND (status = ?) []interface {}{2, 0x1} ## Description > create organisation DemoOrg > create repository firstrepooforga for organisation DemoOrg > create firstissueoforga for firstrepooforga 1. select "Issues" (see screenshot) 2. select DemoOrg 3. select firstrepooforgaof DemoOrg => links to blank page Please note: - The log is from my own gitea instance, while the screenshot is from try.gitea.io - I can provide whole log of what happens on my instance (log level info atm) - on the same users, there's another organisation, which oddly works. See second screenshot (the one with organisation1/repo1/issue1) ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![grafik](https://user-images.githubusercontent.com/56236732/66277702-7f52f580-e8a2-11e9-862f-5fc56dccad12.png) ![grafik](https://user-images.githubusercontent.com/56236732/66276572-d9e55500-e894-11e9-81e6-b048d0d75830.png)
GiteaMirror added the type/bug label 2025-11-02 05:36:30 -06:00
Author
Owner

@lafriks commented on GitHub (Oct 11, 2019):

I can also confirm this issue

@lafriks commented on GitHub (Oct 11, 2019): I can also confirm this issue
Author
Owner

@donou commented on GitHub (Nov 21, 2019):

To me the issue appears only when the organization is set to a private one. If I configure it as limited or public, all is OK.

Guess, sometimes, gitea trusts no one.

@donou commented on GitHub (Nov 21, 2019): To me the issue appears only when the organization is set to a private one. If I configure it as limited or public, all is OK. Guess, sometimes, gitea trusts no one.
Author
Owner

@stale[bot] commented on GitHub (Jan 20, 2020):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 20, 2020): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@zeripath commented on GitHub (Jan 20, 2020):

Is this still an issue?

@zeripath commented on GitHub (Jan 20, 2020): Is this still an issue?
Author
Owner

@donou commented on GitHub (Jan 27, 2020):

In my private environment, running 1.10.3 as a docker stack, the issue is still present.
On try.gitea.io, running 1.12.0+dev-193-g48abe41ea, I cannot repeat the issue.

@donou commented on GitHub (Jan 27, 2020): In my private environment, running 1.10.3 as a docker stack, the issue is still present. On try.gitea.io, running 1.12.0+dev-193-g48abe41ea, I cannot repeat the issue.
Author
Owner

@zeripath commented on GitHub (Jan 27, 2020):

OK, I guess the question is if this has been fixed in 1.11. If it's in the 1.11 rc then we can close this as 1.11 should be released any time now...

@zeripath commented on GitHub (Jan 27, 2020): OK, I guess the question is if this has been fixed in 1.11. If it's in the 1.11 rc then we can close this as 1.11 should be released any time now...
Author
Owner

@lafriks commented on GitHub (Feb 2, 2020):

Closing as fixed, reopen if it is not and can be repeated on try.gitea.io

@lafriks commented on GitHub (Feb 2, 2020): Closing as fixed, reopen if it is not and can be repeated on try.gitea.io
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4069