• 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
    • Ä, Ö, Ü are gone after Update to Beta 1 --> links are broken now / page not found

    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: Ä, Ö, Ü are gone after Update to Beta 1 --> links are broken now / page not found

    • Issue Tools
      • View Changes
    1. issueid=3111 June 11, 2013 10:33 AM
      alpha alpha is offline
      Junior Member
      Ä, Ö, Ü are gone after Update to Beta 1 --> links are broken now / page not found
      in Links and Wiki Contents ö,ä,.. are gone

      After update to Beta 1 are the special letters (ö, ä, ü, ...) which are very important for German language gone

      now for example:
      Ü -> ü
      Ä -> ä

      -> now my links are broken and i get a lot of pages with page not found ....

      Effected is this in Wiki Conents and in Menu links

      in alpha releases this was fixed ... please refix this important issue

      thanks
    Issue Details
    Issue Number 3111
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category URLs / Routing
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.0 Beta 1
    Fixed Version (none)
    Milestone (none)
    Software DependencyvBulletin 4.x
    License TypePaid
    Users able to reproduce bug 1
    Users unable to reproduce bug 0
    Attachments 2
    Assigned Users (none)
    Tags (none)




    1. June 11, 2013 5:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please PM me a link and forum account that can see this issue. I cannot duplicate it here, and the vw_Encode_Model shows as unchanged since February.
      Reply Reply  
    2. June 12, 2013 3:35 AM
      alpha alpha is offline
      Junior Member
      ok i will do this - i have a lot of them
      Reply Reply  
    3. June 12, 2013 9:24 AM
      pegasus pegasus is offline
      VaultWiki Team
      Did you already fix this? I looked at the link you sent me and can't find any issues with the characters in the wiki content and the wiki links on the page are working for me.
      Reply Reply  
    4. June 12, 2013 11:14 AM
      alpha alpha is offline
      Junior Member
      no i have not - i was at my site a second ago and i see the issues there ?!

      here a screen attached
      Reply Reply  
    5. June 12, 2013 9:26 PM
      pegasus pegasus is offline
      VaultWiki Team
      I can only duplicate the behavior if I force my browser to use ISO-8859-1 encoding on the page shown. If I allow the browser to auto-detect the encoding from the page's meta tag, it displays as expected. If I use alternate browsers, the page still displays as expected for me.
      Reply Reply  
    6. June 13, 2013 3:45 AM
      alpha alpha is offline
      Junior Member
      hmmmm but this is no solution for me or the other german community - because i have at different browsers default settings applied also here at the office and its not working, maybe in US you have other defaults in browsers - and not everybody changes settings for something like this and they do not know where to change this because normally you never need something like this, me too - they leave the homepage .....

      And before the update to beta 1 - it was working without problems ..... there must be any issue since change beetween this to releases -- I need a fix for this - in the German language we can not work without this letters as ö,ä,ü ... we have this in every 3rd or 4th word ...

      Thanks for a bugfix here - its very important
      Reply Reply  
    7. June 13, 2013 10:11 AM
      pegasus pegasus is offline
      VaultWiki Team
      When I get a chance I will have to try a different computer. I have tried every major browser I could think of, including all IEs from 7 - 10. I tried installing the German localization of Firefox and it is still working correctly. I cannot get it to exhibit the behavior you describe. Even if I use the wrong settings, if I go somewhere else and come back to the page it gets fixed. I can only reproduce the problem if I am already on the page and it looks correct, but then I purposely go into settings and change it to be wrong. I don't think you're doing that.

      Please check your .htaccess file for a line like AddDefaultCharset
      I don't see a default charset in the response headers sent by the web site, but if there is a line like that, it might be conflicting with the meta tag in the HTML that says which charset to use.

      What versions of each browser have you tried?

      It's also possible that for your user only, the page output has started before the opening of the HTML document. This would revert the charset to the browser default. First try to visit the effected wiki pages with a different user account. Also, please check the HTML source for the page and check that there is no information before the DOCTYPE declaration.
      Reply Reply  
    8. This petition for a change to Awaiting Feedback was rejected
      June 14, 2013 12:36 PM
      alpha alpha is offline
      Junior Member
      Ok i have tried now in different browser (IE 10, Safari, Firefox 21)

      When i log out with the user - the issue with the links not shown ö,ä.. is gone - when i log in again it is again the old issue
      The issue is also there with an other user - i have tried your test user there i have again tü, ögl, ...

      As well an interessting issue is -> in the sideblock activity stream -> i have Ö,Ä ... ?! - when i log out it changes - then i have there � and in the main Content are the ä,ö are back ?!

      When i log in and check the html Output i found there something with "charset=ISO-8859-1" i think this is the Problem? (-> which chartset is correct to fix this issue? --- i had a look to Wikipedia an the 8859-1 is Default in western Europa for the systems)) What do you mean with doctype declaration? the document there starts with "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTM ....." in this text is then after the charset all the meta description ..

      With the charset in .htaccess i have not found anything

      I hope you have an idea with this new Information

      thanks for your help
       
    9. June 14, 2013 6:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      The correct charset is UTF-8 on wiki pages, because that has support for the most number of languages. If the headinclude has ISO-8859-1 in it, that means that headinclude is parsing before the end of init_startup when VaultWiki chooses the charset, or another mod is changing the charset back after VaultWiki already chose UTF-8.

      We can force it to change back to the wiki charset in this fringe case by modifying a plugin. In vault/core/model/plugins/general/vb3.php, find:
      Code:
      		$output = str_replace('&lt;!-- VW NAVBAR PLACEMENT --&gt;', $navbar, $output);
      Add before:
      Code:
      		if (
      			defined('VW_SCRIPT') AND
      			THIS_SCRIPT === 'vw_' . VW_SCRIPT AND
      			preg_match('#(&lt;meta http-equiv="Content-Type" content="text/html\; charset=)(.+)(" /&gt;)#iU', $output, $match) AND
      			strtoupper($match[2]) != VW_CHARSET
      		)
      		{
      			$output = str_replace($match[0], $match[1] . VW_CHARSET . $match[3], $output);
      		}
      Reply Reply  
    10. June 16, 2013 1:19 PM
      alpha alpha is offline
      Junior Member
      great thanks this save the issue
      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 8:07 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.