• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki Discussion
    • General Discussion
    • Trouble with a second language

    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.

    Results 1 to 9 of 9

    Thread: Trouble with a second language

    • Thread Tools
      • Show Printable Version
    1. July 10, 2010 #1
      pingelich
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      pingelich is offline
      Junior Member
      Join Date
      April 1, 2010
      Posts
      16
      Rep Power
      196

      Trouble with a second language

      Hi!

      On our german forum I installed english as alternative language. If I now select in my profile-settings english as main language and go to WIKI (showwiki.php?title=Wissensdatenbank) I get a 404-error. The URL change to http://www.example.org/showwiki.php?...ssensdatenbank&langid=1

      Can you help me?
      Reply With Quote Reply With Quote

    2. July 10, 2010 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      If the only thing that changes about the URL is it gains &langid=1 then you should not receive a 404, unless the wiki gives you a 404 all the time. The 404 implies that it can't find the showwiki.php file. I can't help more unless you use the full real URLs in your post.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. July 23, 2010 #3
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      218
      I'm with this trouble too
      I use portuguese language in my vBulletin - and when I choose language english the wiki don't work.
      Reply With Quote Reply With Quote

    4. July 23, 2010 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Again, I need the real URLs in order to investigate this further.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. July 23, 2010 #5
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      218
      hi pegasus
      sorry the delay
      I upgrade to last vaulwiki and works.
      I will install vBseo now
      the url is
      http://e-liberdade.net/showwiki.php [portuguese]
      http://e-liberdade.net/showwiki.php?langid=1 [english]

      I report later
      thank you
      Reply With Quote Reply With Quote

    6. July 24, 2010 #6
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      218
      Problem
      When I start a new page and when I try edit content ...
      Code:
      Database error in vBulletin 4.0.5:
      
      Invalid SQL:
      
      					REPLACE INTO v0b_vault_language
      						(translate_2)
      					VALUES
      						(24);
      
      MySQL Error   : Unknown column 'translate_2' in 'field list'
      Error Number  : 1054
      Request Date  : Friday, July 23rd 2010 @ 11:24:54 PM
      Error Date    : Friday, July 23rd 2010 @ 11:24:55 PM
      Script        : http://e-liberdade.net/showwiki.php?title=Novo_Teste&do=edit
      Referrer      : http://e-liberdade.net/showwiki.php?do=create
      IP Address    : 189.60.181.152
      Username      : beduino
      Classname     : vB_Database
      MySQL Version : 5.0.91-community
      How I can fix this?
      Reply With Quote Reply With Quote

    7. July 24, 2010 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      The only way I see this happening if this happened in this order:
      1. You were already running VaultWiki 3.0.0 Beta 5 or later.
      2. You disabled VaultWiki.
      3. You created the language.
      4. You re-enabled VaultWiki later.

      In order to fix this, you'll need to manually modify the database:
      Code:
      ALTER TABLE v0b_vault_language
      ADD translate_2 INT(10) UNSIGNED NOT NULL DEFAULT '0',
      ADD INDEX translate_2 (translate_2)
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. July 24, 2010 #8
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      218
      OK Pegasus
      I will do it
      But - the problem appears after I upgrade vaultwiki. The language already exists [is one of the first things I do in my projects]
      I give feedback soon
      Reply With Quote Reply With Quote

    9. July 24, 2010 #9
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      218
      Working fine now
      Thank you Pegasus
      Reply With Quote Reply With Quote

    Similar Threads

    1. Having trouble with wiki searches
      By fj123 in forum VaultWiki Questions
      Replies: 1
      Last Post: July 5, 2016, 11:15 AM
    2. Language
      By migratoria in forum General Discussion
      Replies: 0
      Last Post: July 23, 2015, 12:59 PM
    3. Language Pack Requests
      By pegasus in forum General Discussion
      Replies: 8
      Last Post: January 11, 2014, 7:22 PM
    4. Having trouble getting templates to work
      By Morrus in forum VaultWiki Questions
      Replies: 1
      Last Post: April 18, 2012, 10:00 AM
    5. Trouble Contacting Sales with Questions
      By konakid in forum Pre-Sales Questions
      Replies: 1
      Last Post: May 30, 2011, 6:36 PM

    Tags for this Thread

    appears, change, date, error, example, first, forum, german, get, help, installed, into, language, main, now, php, profile, second, set, settings, showwiki, teste, that, the, things, time, title, trouble, url, way, were, wiki, with, www, you

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 7:32 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.