• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 4.x Series
    • Bug
    • Problems with support of german umlauts

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Problems with support of german umlauts

    • Issue Tools
      • View Changes
    1. issueid=4651 April 25, 2016 5:51 AM
      brindosch brindosch is offline
      Junior Member
      Problems with support of german umlauts

      Problems with displaying german umlauts ÄÖÜ etc.
      Picture shows the right "ä"
      http://abload.de/img/unbenanntn1src.png
      This picture shows the wrong
      http://abload.de/img/unbenannt1s1sva.png

      thank you
    Issue Details
    Issue Number 4651
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Areas
    Status Fixed
    Priority 5 - Minor Bugs / Small Tweaks
    Affected Version 4.0.10
    Fixed Version 4.0.11
    Milestone (none)
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 1
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. April 25, 2016 8:11 AM
      pegasus pegasus is offline
      VaultWiki Team
      Please explain how you got the umlaut to misbehave. I have not had a problem here: https://www.vaultwiki.org/xf/wiki/Al...%C3%ABb%C3%A4a
      Reply Reply
    2. April 27, 2016 3:47 AM
      brindosch brindosch is offline
      Junior Member
      This is very interesting, i tried to edit the area text and this area is "not found" i can´t save.
      At the admin cp i renamed it and changed back to old name. Now it is working again.
      Maybe a damaged file. Could be closed, thank you
      Reply Reply
    3. April 27, 2016 11:14 AM
      pegasus pegasus is offline
      VaultWiki Team
      If you go to AdminCP > Wiki > Maintenance > Rebuild Counters / Caches > Rebuild Page URLs, does the problem come back?
      Have you ever performed an edit rollback on the affected area?

      I do not see any changes since you joined here that would have caused this issue to be fixed. The last time a similar issue was fixed was about 14 months ago. If the area was created over 14 months ago, it might explain this. Or if your wiki was imported from VW3+vBulletin into VW 4.0.8 on XenForo about 2 months ago.

      Unless there is another bug going on and you can reproduce the problem, perhaps it was user error, where the user actually typed 'ä'
      But it seems fishy that it appeared correctly on one screenshot and not the other.
      Reply Reply
    4. April 27, 2016 4:20 PM
      brindosch brindosch is offline
      Junior Member
      I can´t recreate it.
      Have you ever performed an edit rollback on the affected area?
      No
      If the area was created over 14 months ago, it might explain this.
      No
      Or if your wiki was imported from VW3+vBulletin into VW 4.0.8 on XenForo about 2 months ago.
      No

      I see this as solved, if it may plop up again, i will report it (if i know how that occurred)

      Thank you
      Reply Reply
    5. April 29, 2016 4:18 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Same here: https://www.vaultwiki.org/issues/4541/
      Reply Reply
    6. April 29, 2016 4:30 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please explain how to reproduce the issue. All the umlauts are working on the demo board, and I have not managed to break them at all: https://www.vaultwiki.org/xf/wiki/Al...%C3%ABb%C3%A4a

      EDIT: I was able to break umlauts per this issue at the time the area is created. After editing the area again to fix its title, the title is successfully fixed. It appears to only affect the way the title looks when viewing the area page. While the umlauts are "broken" in this way, the URL still work and looks correct. I can successfully post edits to the broken title. Any links to the area from other pages show the correct (not-broken) title, and the links go to the area as expected.
      https://www.vaultwiki.org/xf/wiki/Al...C3%ABb%C3%A4a2
      Reply Reply
    7. April 29, 2016 5:05 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next release. In vault/core/controller/dm/area/vw.php, find:
      Code:
      					foreach ($this->instance->get() AS $field => $value)
      					{
      						if (!$this->pagedm->_isset($field))
      						{
      							$this->pagedm->set($field, $value);
      						}
      					}
      Replace with:
      Code:
      					foreach ($this->instance->get() AS $field => $value)
      					{
      						if ($field == 'pageid' OR $field == 'title')
      						{
      							continue;
      						}
      
      						if (!$this->pagedm->_isset($field))
      						{
      							$this->pagedm->set($field, $value);
      						}
      					}
      Areas created after this change will show the umlauts correctly when viewing the area page.

      @Alfa1, I am not sure if this will resolve your issue, because it is not clear to me that you are experiencing the same bug. Please see my previous post discussing what this bug does and how to reproduce the behavior.
      Reply Reply
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 11:35 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.