Edit new wiki page is not working in binary package installation #6481

Closed
opened 2025-11-02 06:57:16 -06:00 by GiteaMirror · 11 comments
Owner

Originally created by @strusberg on GitHub (Dec 7, 2020).

  • Gitea version (or commit ref): 1.13.0
  • Git version: 2.25.1
  • Operating system: Linux (Ubuntu 20.04 LTS)
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

When you try to create a new wiki page the edit area is not showing.
...

Screenshots

Originally created by @strusberg on GitHub (Dec 7, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 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.13.0 - Git version: 2.25.1 - Operating system: Linux (Ubuntu 20.04 LTS) <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package --> <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. ---> <!-- If you are using a package or systemd tell us what distribution you are using --> - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - Log gist: <!-- It really is important to provide pertinent logs --> <!-- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems --> <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description When you try to create a new wiki page the edit area is not showing. ... ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the issue/needs-feedback label 2025-11-02 06:57:16 -06:00
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

What errors are you getting? I cannot reproduce on try or my 1.13.0 instance.

@jolheiser commented on GitHub (Dec 7, 2020): What errors are you getting? I cannot reproduce on try or my 1.13.0 instance.
Author
Owner

@strusberg commented on GitHub (Dec 7, 2020):

Just do not show the edition area:

image

the server report:

image

the 1.13.0 instance is running from binary installation gitea-1.13.0-linux-386

@strusberg commented on GitHub (Dec 7, 2020): Just do not show the edition area: ![image](https://user-images.githubusercontent.com/295511/101387297-a20cdf80-3894-11eb-8f54-c4482f6a59cf.png) the server report: ![image](https://user-images.githubusercontent.com/295511/101387155-74279b00-3894-11eb-9749-e335b86ddd68.png) the 1.13.0 instance is running from binary installation gitea-1.13.0-linux-386
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

Are you using custom templates? As I mentioned in #13888, EasyMDE was added to 1.14, it should not be in any 1.13 templates.

@jolheiser commented on GitHub (Dec 7, 2020): Are you using custom templates? As I mentioned in #13888, EasyMDE was added to 1.14, it should not be in any 1.13 templates.
Author
Owner

@strusberg commented on GitHub (Dec 7, 2020):

No, I am not using custom templates yet. It is the original installation.

@strusberg commented on GitHub (Dec 7, 2020): No, I am not using custom templates yet. It is the original installation.
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

Are you sure you're running 1.13, then?

Downloading and extracting https://dl.gitea.io/gitea/1.13.0/gitea-src-1.13.0.tar.gz I see simplemde.

The version should be in the footer of any page. Alternatively, you can see the entire version at https://domain.tld/admin/config

@jolheiser commented on GitHub (Dec 7, 2020): Are you sure you're running 1.13, then? Downloading and extracting https://dl.gitea.io/gitea/1.13.0/gitea-src-1.13.0.tar.gz I see simplemde. The version should be in the footer of any page. Alternatively, you can see the entire version at `https://domain.tld/admin/config`
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

Alternatively, you can try to re-download a binary, but as far as I can tell no 1.13.0 binary should be pointing to easymde.

@jolheiser commented on GitHub (Dec 7, 2020): Alternatively, you can try to re-download a binary, but as far as I can tell no 1.13.0 binary should be pointing to easymde.
Author
Owner

@strusberg commented on GitHub (Dec 7, 2020):

Are you sure you're running 1.13, then?

Downloading and extracting https://dl.gitea.io/gitea/1.13.0/gitea-src-1.13.0.tar.gz I see simplemde.

The version should be in the footer of any page. Alternatively, you can see the entire version at https://domain.tld/admin/config

Yes,

image

@strusberg commented on GitHub (Dec 7, 2020): > Are you sure you're running 1.13, then? > > Downloading and extracting https://dl.gitea.io/gitea/1.13.0/gitea-src-1.13.0.tar.gz I see simplemde. > > The version should be in the footer of any page. Alternatively, you can see the entire version at `https://domain.tld/admin/config` Yes, ![image](https://user-images.githubusercontent.com/295511/101388774-ccf83300-3896-11eb-92e8-abed51c8e4d0.png)
Author
Owner

@strusberg commented on GitHub (Dec 7, 2020):

Alternatively, you can try to re-download a binary, but as far as I can tell no 1.13.0 binary should be pointing to easymde.

I did it. I tried the development branch binary. Same issue.

@strusberg commented on GitHub (Dec 7, 2020): > Alternatively, you can try to re-download a binary, but as far as I can tell no 1.13.0 binary should be pointing to easymde. I did it. I tried the development branch binary. Same issue.
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

My only other guess then is a custom template (again)? You don't have any templates in your custom directory?
The path for the custom directory should also be shown on that admin/config page.

@jolheiser commented on GitHub (Dec 7, 2020): My only other guess then is a custom template (again)? You don't have any templates in your custom directory? The path for the custom directory should also be shown on that `admin/config` page.
Author
Owner

@strusberg commented on GitHub (Dec 7, 2020):

You are right. A new footer.tpl was in the custom directory and reference the wrong file (easymde.js). I really appreciate your time for this support. My apologies.

The wiki area is working now.

@strusberg commented on GitHub (Dec 7, 2020): You are right. A new footer.tpl was in the custom directory and reference the wrong file (easymde.js). I really appreciate your time for this support. My apologies. The wiki area is working now.
Author
Owner

@jolheiser commented on GitHub (Dec 7, 2020):

Happy to help! 🙂

@jolheiser commented on GitHub (Dec 7, 2020): Happy to help! 🙂
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#6481