• 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 3.x Series
    • Bug
    • The problem with editing the article with non-Latin name

    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: The problem with editing the article with non-Latin name

    • Issue Tools
      • View Changes
    1. issueid=2167 December 21, 2010 12:37 PM
      Mikele Mikele is offline
      New Member
      The problem with editing the article with non-Latin name
      The problem with editing the article with non-Latin name

      In version 3.0.7 (3.0.6 worked fine) there is a problem, which is preserved in 3.0.8 build 002.

      When saving an article with cyrillic name, the user is redirected to a blank page with a distorted name of the article.
      For example, a well-known "Масло": http://s015.radikal.ru/i331/1012/ec/d36a83fe9050.jpg
      (and the link looks like: http://s55.radikal.ru/i148/1012/16/6e03900e793f.jpg)
      Original article looks like this: http://i002.radikal.ru/1012/be/29e8d12b46a3.jpg

      However, the changes are saved in the article with the correct name.
    Issue Details
    Issue Number 2167
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Cannot Reproduce
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.8
    Fixed Version (none)
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)


    Page 1 of 2 12 Next LastLast


    1. December 21, 2010 12:56 PM
      Mikele Mikele is offline
      New Member
      Strange. Here a demo article "Масло" is edited properly...

      It started happening after upgrading to 3.0.7.
      Reply Reply  
    2. December 21, 2010 2:29 PM
      pegasus pegasus is offline
      VaultWiki Team
      I have tried toggling redirect messages, but still cannot reproduce this issue. Does this happen all the time, or perhaps only when the user is required to log in after clicking Save Changes?

      Do you have any other mods installed that use the redirect_generic or header_redirect hook locations?
      Reply Reply  
    3. December 21, 2010 2:38 PM
      Mikele Mikele is offline
      New Member
      Yes, it always happens. And yes, perhaps these hooks are used by some other modification... how can I check this (only by manually disable all of the plugins)?

      Strange that it happened exactly after the upgrade to 3.0.7...
      Reply Reply  
    4. December 21, 2010 3:40 PM
      pegasus pegasus is offline
      VaultWiki Team
      There were no changes in 3.0.7 that would be related to this. It looks like the encoding on vBulletin's redirects is not using the forum language setting for the character set on your site. So if you have some custom redirect, it could be causing problems.

      In AdminCP > Plugins & Products > Plugin Manager, sort the plugins by Hook Location. If you have any other mods for the ones I specified, let me know.
      Reply Reply  
    5. December 21, 2010 4:05 PM
      Mikele Mikele is offline
      New Member
      OK, thanks!
      Looked and saw that these hooks are used only by VaultWiki.

      Also I disabled all plugins except the wiki, but it did not help
      Reply Reply  
    6. December 21, 2010 4:28 PM
      Mikele Mikele is offline
      New Member
      Yep... the $url variable at the time of processing the "header_redirect" hook is already distorted
      Reply Reply  
    7. December 22, 2010 1:46 AM
      pegasus pegasus is offline
      VaultWiki Team
      If you edit vault/tab/edit.php, find:
      Code:
      			$threadinfo['title'] = $revision->fetch_field('title');
      			$threadinfo['prefixid'] = $revision->fetch_field('prefixid');
      And replace with:
      Code:
      			//$threadinfo['title'] = $revision->fetch_field('title');
      			//$threadinfo['prefixid'] = $revision->fetch_field('prefixid');
      Is there any improvement? This would not be a fix but help to narrow down the cause of the problem. Are you aware of the database collation for the table 'vault_revision' or its column 'title'?
      Reply Reply  
    8. December 22, 2010 5:12 AM
      Mikele Mikele is offline
      New Member
      Unfortunately, it did not make any changes...
      Table "vault_revision" same as column "title" have a collation "utf8_general_ci", like everything else in the forum database.

      I do not know what to assume.
      About two months I did not install the new plug-ins. Just updated the forum and Wiki...
      Reply Reply  
    9. December 22, 2010 11:13 AM
      pegasus pegasus is offline
      VaultWiki Team
      Did you create any custom plugins for the following hooks:
      • vault_url_generate
      • vault_url_encode
      Reply Reply  
    10. December 22, 2010 11:57 AM
      Mikele Mikele is offline
      New Member
      No... not even touched VaulWiki code at all...
      Reply Reply  
    11. December 27, 2010 10:24 PM
      pegasus pegasus is offline
      VaultWiki Team
      In php.ini, make sure that:
      • mbstring.internal_encoding is commented or = UTF-8
      • mbstring.encoding_translation is commented or = Off
      Reply Reply  
    12. December 28, 2010 7:34 PM
      Mikele Mikele is offline
      New Member
      Yes, everything is just so...

      I'll try to install version 3.0.6 and see how it will be..
      Reply Reply  
    13. January 3, 2011 12:09 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please see: http://www.vaultwiki.org/issues/2182/

      If an error message is being shown during the redirect, it could be changing the content encoding for the URL to the browser/server default rather than using the wiki settings.
      Reply Reply  
    14. January 5, 2011 3:13 PM
      Mikele Mikele is offline
      New Member
      Nope... it doesn't fix a problem... finally lost hope to deal with it...
      Reply Reply  
    15. January 5, 2011 5:14 PM
      pegasus pegasus is offline
      VaultWiki Team
      After further investigation I can see that what seems to be happening is that certain characters are being removed from the URL - among them hex 9A, 82, 8B.

      What is the value of your setting at Settings > Options > Censorship Options > Blank Character Stripper?
      Reply Reply  
    Page 1 of 2 12 Next LastLast
    + 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 4:41 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.