• 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
    • Edit Article goes to 500 internal server error

    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: Edit Article goes to 500 internal server error

    • Issue Tools
      • View Changes
    1. issueid=2436 August 28, 2011 1:41 AM
      kitawanita kitawanita is offline
      New Member
      Edit Article goes to 500 internal server error

      Hi,
      I'm using vault wiki premium v3.0.11.Something strange when i try edit article.it always goes to 500 internal server error.
      I'm using vb 4.1.1, not using vbseo ,and my server using iis 7.
      I'm using vbulletin mod friendly url (webconfig)
      Thanks for any help.
    Issue Details
    Issue Number 2436
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Duplicate
    Priority 3 - Loss of Functionality
    Affected Version 3.0.11
    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)




    1. August 30, 2011 7:59 AM
      kitawanita kitawanita is offline
      New Member
      bump bump
      Reply Reply  
    2. August 30, 2011 1:59 PM
      pegasus pegasus is offline
      VaultWiki Team
      A 500 Internal Server Error can be anything from a database error to a misconfiguration in your mod friendly URLs. It can also be a 404 error, when your server's 404 page is unavailable and also throws 404.

      Are you using VaultWiki's Simple URLs? If so, can you please post the webconfig entries for all your vBulletin-related rewrites?
      Reply Reply  
    3. August 31, 2011 3:46 PM
      kitawanita kitawanita is offline
      New Member
      Hi,
      Yesterday i installed vbseo 3.6 on my forum and working fine but vaultwiki problem still persistent.
      This is 1 of my article=
      http://fjb.co/showwiki.php?title=Book:Bu+Kek+Siansu
      As guest,if you click "source",it will throw you to 500 internal server error.As admin,it will goes to 500 internal server error after i click "edit".
      Here is my webconfig code:

      Code:
      <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
          <system.webServer>
              <rewrite>
                  <rules>
                      <rule name="Imported Rule 1" enabled="true" stopProcessing="true">
                          <match url="^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="false" />
                          <action type="Rewrite" url="vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" />
                      </rule>
                      <rule name="Imported Rule 2" enabled="true" stopProcessing="true">
                          <match url="^((archive/)?(.*\.php(/.*)?))$" ignoreCase="false" />
                          <conditions logicalGrouping="MatchAll">
                              <add input="{URL}" negate="true" pattern="(admincp/|modcp/|cron|vbseo_sitemap)" ignoreCase="false" />
                          </conditions>
                          <action type="Rewrite" url="vbseo.php" appendQueryString="true" />
                      </rule>
                      <rule name="Rewrite All" enabled="true" stopProcessing="true">
                          <match url="^.*$" ignoreCase="false" />
                          <conditions logicalGrouping="MatchAll">
                              <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                              <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                              <add input="{REQUEST_FILENAME}" negate="true" pattern="/(admincp|modcp|clientscript|cpstyles|images)/" ignoreCase="false" />
                          </conditions>
                          <action type="Rewrite" url="vbseo.php" appendQueryString="true" />
                      </rule>
                  </rules>
              </rewrite>
          </system.webServer>
      </configuration>

      I"m not using vaultwiki simple url .All vaultwiki seting is default.
      Reply Reply  
    4. August 31, 2011 4:13 PM
      pegasus pegasus is offline
      VaultWiki Team
      Whatever is going on seems to be related to the editor on wiki pages. Please disable other mods except vBSEO and let me know the name of the mod if the edit or source tab loads afterwards.
      Reply Reply  
    5. September 1, 2011 5:04 AM
      kitawanita kitawanita is offline
      New Member
      Never mind.
      I decide to reinstall wiki to the latest version.It"s look like vaultwiki patch cause this.
      Its ok now.
      Last question,
      Does vaultwiki 3.0.14 work properly with vb advanced dynamic ?
      On my test forum,vaultwiki cause vba dynamic style broken.
      Reply Reply  
    6. September 1, 2011 12:27 PM
      pegasus pegasus is offline
      VaultWiki Team
      What is wrong about the style? Please post a screenshot for style issues.
      Reply Reply  
    7. September 2, 2011 1:22 PM
      kitawanita kitawanita is offline
      New Member
      I decided to reinstall it and it"s ok right now with vba dynamic
      Thanks for your support.
      Reply Reply  
    8. September 2, 2011 1:28 PM
      kitawanita kitawanita is offline
      New Member
      One suggestion.
      I see image of vault wiki bb code not show correctly on my reply box.Maybe this problem related with mod name "advanced quick reply".
      After change file path to another path (i"m choosing "images"),it show properly.
      Sorry for bad english because i"m Indonesian
      Reply Reply  
    9. September 2, 2011 4:09 PM
      pegasus pegasus is offline
      VaultWiki Team
      The latest version of VaultWiki was tested and compatible with Advanced Quick Reply about a month ago. If there was a new release of AQR since then, it might be broken again.

      EDIT: My mistake, I thought you were on vBulletin 4.1.4. I don't know if AQR for earlier vBulletin works with VaultWiki.
      Reply Reply  
    10. September 3, 2011 1:12 PM
      kitawanita kitawanita is offline
      New Member
      I installed AQR since i"m using vb 4.0.3.Never update AQR on my current vb 4.1.1.
      I see no problem after all.
      I bought so many premium product since i build my forum,but the biggest disappoint is i can"t using it on my iis 7 64 bit. (ioncube loader not working properly).
      Hope vaultwiki run perfect on iis 7.
      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 12:19 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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.