• 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 How-Tos
    • VaultWiki Questions
    • TABLE bbcode

    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.

    Page 2 of 2 FirstFirst Previous 12
    Results 16 to 20 of 20

    Thread: TABLE bbcode

    • Thread Tools
      • Show Printable Version
    1. May 4, 2012 #16
      Kaelon
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Kaelon is offline
      Regular Member
      Join Date
      June 17, 2008
      Posts
      116
      Rep Power
      201
      Sorry to drag up this old thread, Pegasus, but I figured this might be the easiest way to raise an issue we're having. Back in Jan/Feb, I upgraded VaultWiki to 3.0.16. Since that upgrade, threads that have any post with the GRID bbcode experience a 500 error when a user clicks the "Reply" button -- though Quick Replies work just fine. Any thoughts as to what might be causing this?

      A few notes:

      - Still using the GRID bbcode plugin you defined on page 1 (execution: 5 -- though changing this to values ranging from 1 to 10 causes no difference).
      - Still using TABLE bbcode from vBGermany.
      - GRIDs and TABLEs are both rendering just fine in posts and the Wiki; it's only when clicking "Reply" (and having the vB parser run through posts with GRIDs) that causes the 500.

      Thanks so much for your help!
      Reply With Quote Reply With Quote

    2. May 4, 2012 #17
      Kaelon
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Kaelon is offline
      Regular Member
      Join Date
      June 17, 2008
      Posts
      116
      Rep Power
      201
      Note: Running on vBulletin 3.8.7 PL2.
      Reply With Quote Reply With Quote

    3. May 4, 2012 #18
      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,934
      Blog Entries
      18
      Rep Power
      659
      Please check your logs for a better description of the error. 500 can be anything, especially when servers have error reporting to the client disabled.

      Is it all replies or just wiki comments?

      Does the submission seem to hang for a while before returning 500? If so, there may be an infinite loop/recursion somewhere.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. May 4, 2012 #19
      Kaelon
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Kaelon is offline
      Regular Member
      Join Date
      June 17, 2008
      Posts
      116
      Rep Power
      201
      Quote Originally Posted by pegasus View Post
      Please check your logs for a better description of the error. 500 can be anything, especially when servers have error reporting to the client disabled.

      Is it all replies or just wiki comments?

      Does the submission seem to hang for a while before returning 500? If so, there may be an infinite loop/recursion somewhere.
      Hi Pegasus,

      Thanks so much for replying so quickly. Unfortunately, as I'm on the Rackspace Cloud, I don't exactly have access to traditional server logs for Error 500. :/

      1. This is with all instances of newreply.php - wiki replies and forum post replies. As long as there is the Wiki Table (in this case, GRID) bbcode occurring, the newreply.php returns an Error 500.

      2. The submission does not hang; it's pretty much instant.

      Any thoughts on what I could try to debug a bit?

      Thanks!
      Reply With Quote Reply With Quote

    5. May 4, 2012 #20
      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,934
      Blog Entries
      18
      Rep Power
      659
      In this case what we would do is go line-by-line from the end of the postreply action and add "die('ok');" until you don't get server 500 anymore. Probably good to have a test thread for this:
      Code:
      if ($vbulletin->userinfo['userid'] == MY_USER_ID)
      {
      // replace MY_USER_ID with your numeric ID
      // this way only you see this hackish debug
      die('before server 500');
      }
      Using this you should be able to isolate what line of code causes the 500 error.

      It's a pain, I know. But without randomly changing things, that's really all you can do when you get an error that doesn't generate log items.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 2 of 2 FirstFirst Previous 12

    Similar Threads

    1. disable table bbcode in xF
      By dvsDave in forum VaultWiki Questions
      Replies: 2
      Last Post: February 10, 2015, 1:28 PM
    2. table bbcode missing
      By SSSlippy in forum VaultWiki Questions
      Replies: 3
      Last Post: August 29, 2010, 12:42 AM
    3. Help with new TABLE BBCODE plugin
      By mickknutson in forum VaultWiki Questions
      Replies: 1
      Last Post: October 20, 2009, 2:00 PM
    4. VaultWiki[table] tag and BBCode [table]
      By SAS in forum Pre-Sales Questions
      Replies: 2
      Last Post: August 3, 2009, 2:35 PM
    5. table bbcode tutorial?
      By mickknutson in forum VaultWiki Questions
      Replies: 5
      Last Post: July 7, 2009, 12:35 PM

    Tags for this Thread

    able, add, another, are, automatic, away, bbcode, but, certain, check, could, create, designers, different, does, example, external, first, forum, from, functionality, germany, give, grid, having, how, http, its, know, line, longer, more, name, need, notice, off, old, only, opening, other, out, own, path, pegasus, php, point, properly, question, quick, really, recommended, regular, rest, rewrite, row, rows, same, should, show, showthread, solution, something, space, sure, system, table, that, the, them, this, upgrade, url, vaultwiki, vbulletin, was, way, what, where, wiki, with, without, worked, would, www, you, your

    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:13 PM.
    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.